ahmedrachid commited on
Commit
07264dc
1 Parent(s): 0ccc8b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -30,12 +30,12 @@ The evaluation metrics used are: Precision, Recall and F1-score. The following i
30
 
31
  | sentiment | precision | recall | f1-score | support |
32
  | ------------- |:-------------:|:-------------:|:-------------:| -----:|
33
- | negative | 0.7416 | 0.9674 | 0.8396 | 2362 |
34
- | neutral | 0.7813 | 0.7925 | 0.7869 | 2362 |
35
- | positive | 0.8650 | 0.6863 | 0.7653 | 2362 |
36
  | | | | | |
37
- | macro avg | 0.8352 | 0.8251 | 0.8243 | 11810 |
38
- | weighted avg | 0.8352 | 0.8251 | 0.8243 | 11810 |
39
 
40
  ### How to use
41
  Our model can be used thanks to Transformers pipeline for sentiment analysis.
 
30
 
31
  | sentiment | precision | recall | f1-score | support |
32
  | ------------- |:-------------:|:-------------:|:-------------:| -----:|
33
+ | negative | 0.96 | 0.97 | 0.97 | 116 |
34
+ | neutral | 0.98 | 0.99 | 0.98 | 558 |
35
+ | positive | 0.98 | 0.97 | 0.97 | 296 |
36
  | | | | | |
37
+ | macro avg | 0.97 | 0.98 | 0.98 | 970 |
38
+ | weighted avg | 0.98 | 0.98 | 0.98 | 970 |
39
 
40
  ### How to use
41
  Our model can be used thanks to Transformers pipeline for sentiment analysis.