MoritzLaurer HF staff commited on
Commit
1a3d74d
·
1 Parent(s): bfa84bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,9 +55,9 @@ training_args = TrainingArguments(
55
  )
56
  ```
57
  ### Eval results
58
- The model was evaluated using the binary test sets for MultiNLI and ANLI and the binary dev set for Fever-NLI. The metric used is accuracy.
59
 
60
- mnli-m | mnli-mm | fever-nli | anli-all | anli-r3
61
  ---------|----------|---------|----------|----------
62
  0.927 | 0.921 | 0.892 | 0.684 | 0.673
63
 
 
55
  )
56
  ```
57
  ### Eval results
58
+ The model was evaluated using the binary test sets for MultiNLI and ANLI and the binary dev set for Fever-NLI (two classes instead of three). The metric used is accuracy.
59
 
60
+ mnli-m-2c | mnli-mm-2c | fever-nli-2c | anli-all-2c | anli-r3-2c
61
  ---------|----------|---------|----------|----------
62
  0.927 | 0.921 | 0.892 | 0.684 | 0.673
63