-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create transforms for entailment task? #40
Comments
Do you use ClassificationLossCompute ? |
@artemisart Yes I was using the same, made the changes you suggested, now its working. |
Hi @artemisart @lordzuko ! If there is a bug in |
Hi, can anyone tell me what does the 2 mean between |
From my understanding, it's the number of texts to be processed in parallel (for each example) by Transformer, so 1 for text classification, 2 for Story Cloze Test (rocstories), n for multi-choice, etc. |
Hi @artemisart is correct. |
I upload the openai-gpt for classification task and it can reproduce the result reported in original paper |
What is the use of mmb? |
I see, it is the mask. |
Hi, |
Hello Davidefiocco,Could you please upload the dataset you have processed? I am also a freshman who wants to see the whole process of running this program. If it is convient of you, you can also send two files to the mailbox [email protected]. Thank you very much.I saw your thoughts and answered, and helped me a lot. |
Very THX!Read your conversation with them,help me a lot. |
Give the transformation method for ROC stories dataset, which is
I have created following transforms for entailment task:
Using this I am getting following error during loss computation:
Can anyone please guide me through this ?
The text was updated successfully, but these errors were encountered: