You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hard to say. 100k samples should be enough to train the model. Can you try with the Simple Transformers library linked in the readme as this repo is out of date?
I am trying to reproduce the code with smaller subset : 100K train; 5K dev examples
Getting this result:
INFO:main:***** Eval results outputs *****
INFO:main: fn = 0
INFO:main: fp = 2529
INFO:main: mcc = 0.0
INFO:main: tn = 0
INFO:main: tp = 2471
How to interpret it? What possibly can went wrong? Thank you.
The text was updated successfully, but these errors were encountered: