Update README.md
Browse files
README.md
CHANGED
|
@@ -68,7 +68,8 @@ is the sentence we aim to classify.
|
|
| 68 |
### Performance
|
| 69 |
|
| 70 |
The model is evaluated based on sentiment analysis evaluation on the French film review site [Allociné](https://huggingface.co/datasets/allocine). The dataset is labeled
|
| 71 |
-
into 2 classes, positive comments and negative comments. We then use the hypothesis template "Ce commentaire est {}. and the candidate classes
|
|
|
|
| 72 |
|
| 73 |
| **model** | **accuracy (%)** | **MCC (x100)** |
|
| 74 |
| :--------------: | :--------------: | :------------: |
|
|
|
|
| 68 |
### Performance
|
| 69 |
|
| 70 |
The model is evaluated based on sentiment analysis evaluation on the French film review site [Allociné](https://huggingface.co/datasets/allocine). The dataset is labeled
|
| 71 |
+
into 2 classes, positive comments and negative comments in 20,000 reviews. We then use the hypothesis template "Ce commentaire est {}. and the candidate classes
|
| 72 |
+
"positif" and "negatif".
|
| 73 |
|
| 74 |
| **model** | **accuracy (%)** | **MCC (x100)** |
|
| 75 |
| :--------------: | :--------------: | :------------: |
|