How to fine-tune Arabert sentiment-analysis with neutral output? #76
Unanswered
wirokemproh
asked this question in
Q&A
Replies: 1 comment
-
Weird, are you sure the training and testing set contains Neutral examples? Because this notebook supports more than 2 labels, and it works with datasets like ArsenTD ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to finetune Arabert for Sentiment Analysis. So I'm following this example
However, it seems that the output of the model is only POSITIVE and NEGATIVE.
I also want to have NEUTRAL on the output.
How can I add this output to the model?
Beta Was this translation helpful? Give feedback.
All reactions