mjwong commited on
Commit
07e19af
1 Parent(s): 2975f93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ classifier(sequence_to_classify, candidate_labels, multi_class=True)
55
  ```
56
 
57
  ### Eval results
58
- The model was evaluated using the test sets for MultiNLI and ANLI. The metric used is accuracy.
59
 
60
  |Datasets|mnli_test_m|mnli_test_mm|anli_test_r1|anli_test_r2|anli_test_r2|
61
  | :---: | :---: | :---: | :---: | :---: | :---: |
 
55
  ```
56
 
57
  ### Eval results
58
+ The model was evaluated using the dev sets for MultiNLI and test sets for ANLI. The metric used is accuracy.
59
 
60
  |Datasets|mnli_test_m|mnli_test_mm|anli_test_r1|anli_test_r2|anli_test_r2|
61
  | :---: | :---: | :---: | :---: | :---: | :---: |