mjwong commited on
Commit
d92ed9c
1 Parent(s): e12b9e3

Update README.md

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