ahmedrachid
commited on
Commit
•
07264dc
1
Parent(s):
0ccc8b2
Update README.md
Browse files
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.
|
34 |
-
| neutral | 0.
|
35 |
-
| positive | 0.
|
36 |
| | | | | |
|
37 |
-
| macro avg | 0.
|
38 |
-
| weighted avg | 0.
|
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.
|