Category "sentiment-analysis"

Does Fine-tunning Bert Model in multiple times with different dataset make it more accuracy?

i'm totally new in NLP and Bert Model. What im trying to do right now is Sentiment Analysis on Twitter Trending Hashtag ("neg", "neu", "pos") by using DistilBer

convert from sentiment labels confidence to score

as a beginner was checking for some sentiment analysis apis and found that google cloud returns a single sentiment value whereas aws returns 3 labels confidence

Predicting Sentiment of Raw Text using Trained BERT Model, Hugging Face

I'm predicting sentiment analysis of Tweets with positive, negative, and neutral classes. I've trained a BERT model using Hugging Face. Now I'd like to make pre