nlptown commited on
Commit
a0cfc8a
1 Parent(s): 298d086

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,11 +13,11 @@ This model is intended for direct use as a sentiment analysis model for French p
13
 
14
  ## Training data
15
 
16
- The training data consists of the French portion of `amazon-reviews-multi`, supplemented with another 140,000 similar reviews.
17
 
18
  ## Accuracy
19
 
20
- The finetuned model was evaluated on the French test set of `amazon-reviews-multi`.
21
 
22
  - Accuracy (exact) is the exact match on the number of stars.
23
  - Accuracy (off-by-1) is the percentage of reviews where the number of stars the model predicts differs by a maximum of 1 from the number given by the human reviewer.
 
13
 
14
  ## Training data
15
 
16
+ The training data consists of the French portion of `amazon_reviews_multi`, supplemented with another 140,000 similar reviews.
17
 
18
  ## Accuracy
19
 
20
+ The finetuned model was evaluated on the French test set of `amazon_reviews_multi`.
21
 
22
  - Accuracy (exact) is the exact match on the number of stars.
23
  - Accuracy (off-by-1) is the percentage of reviews where the number of stars the model predicts differs by a maximum of 1 from the number given by the human reviewer.