ahmedrachid commited on
Commit
5757aea
1 Parent(s): f12450a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,11 +30,11 @@ 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.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
  | macro avg | 0.97 | 0.98 | 0.98 | 970 |
37
- | weighted avg | 0.98 | 0.98 | 0.98 | 970 |
38
 
39
  ### How to use
40
  The 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 | 58 |
34
+ | neutral | 0.98 | 0.99 | 0.98 | 279 |
35
+ | positive | 0.98 | 0.97 | 0.97 | 148 |
36
  | macro avg | 0.97 | 0.98 | 0.98 | 970 |
37
+ | weighted avg | 0.98 | 0.98 | 0.98 | 485 |
38
 
39
  ### How to use
40
  The model can be used thanks to Transformers pipeline for sentiment analysis.