gosorio commited on
Commit
519688e
·
1 Parent(s): cfab56c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,8 +4,8 @@ datasets:
4
  language:
5
  - en
6
  metrics:
7
- - accuracy: 0.9018
8
- - F-1 score: 0.8956
9
  pipeline_tag: text-classification
10
  ---
11
  Sentiment analysis model that uses the Roberta sentiment tweet pre-trained model (from https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment), and fine-tuned on a dataset containing Trip Advisor reviews (from https://www.kaggle.com/datasets/arnabchaki/tripadvisor-reviews-2023).
 
4
  language:
5
  - en
6
  metrics:
7
+ - accuracy: 0.9111
8
+ - F-1 score: 0.9061
9
  pipeline_tag: text-classification
10
  ---
11
  Sentiment analysis model that uses the Roberta sentiment tweet pre-trained model (from https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment), and fine-tuned on a dataset containing Trip Advisor reviews (from https://www.kaggle.com/datasets/arnabchaki/tripadvisor-reviews-2023).