Cyrile commited on
Commit
8d15914
1 Parent(s): 444be69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 "positif" and "negatif".
 
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
  | :--------------: | :--------------: | :------------: |