MoritzLaurer commited on
Commit
643bbc7
·
1 Parent(s): 42509fb

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
  (to upload)
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
  (to upload)
63