amir7d0 commited on
Commit
7e4c9e8
1 Parent(s): f5209dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ The following hyperparameters were used during training:
104
 
105
  ## Accuracy
106
 
107
- The fine-tuned model was evaluated on the French test set of `amazon_reviews_multi`.
108
  - Accuracy (exact) is the exact match of the number of stars.
109
  - 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.
110
 
 
104
 
105
  ## Accuracy
106
 
107
+ The fine-tuned model was evaluated on the test set of `amazon_reviews_multi`.
108
  - Accuracy (exact) is the exact match of the number of stars.
109
  - 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.
110