Sentiment analysis classification: output
Malgorzatta opened this issue · 0 comments
Malgorzatta commented
Hello, I'm trying to build product sentiment analysis regarding to review comments in Portuguese. I tried using library with sentiment analysis pipeline to classify comment review positive/neutral/negative but output I get is LABEL_0 or LABEL_1. How can I get results with classification with positive/neutral/negative output?
I used AutoModelForTokenClassification and AutoModel.