Neemesh Yadav

Results 11 comments of Neemesh Yadav
trafficstars

Sorry for the delay on this issue. Still a bit wrapped up with college stuff, will try to finish this ASAP!

Hey @mattdangerw, I think I spotted an issue with working on glue/mnli tasks with the `glue_finetuning` script. I was trying to look around what type of predictions the model returns...

Ah, yeah that should be it. Makes sense, because it got me wondering why it seemed to work with binary crossentropy instead. I looked at the thread after making the...

Yeah. And, for the evaluation part, I think we can just hard-code the datasets where the labels are private. I suppose that would be better than iterating through each dataset...

This also takes into account the matter that we are to integrate parts from the Tensorflow Model Garden as mentioned in #77, so I thought it might be worth noting.

@chenmoneygithub Rather than the pretrained model, we can do something like what @abheesht17 proposed above, i.e., adding an encoder layer for RTD. We can also add an example for the...

@chenmoneygithub, I'm not sure but I suppose it is a classification head, and I don't suppose there would be any special operations to be conducted as such. @mattdangerw, yeah makes...