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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -54,6 +54,15 @@ classifier(sequence_to_classify, candidate_labels, multi_class=True)
54
  # 0.0005817742203362286]}
55
  ```
56
 
 
 
 
 
 
 
 
 
 
57
  ### Training hyperparameters
58
 
59
  The following hyperparameters were used during training:
 
54
  # 0.0005817742203362286]}
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
+ | :---: | :---: | :---: | :---: | :---: | :---: |
62
+ |[e5-base-mnli](https://huggingface.co/mjwong/e5-base-mnli)|0.840|0.839|0.231|0.285|0.309|
63
+ |[e5-large-mnli](https://huggingface.co/mjwong/e5-large-mnli)|0.868|0.869|0.301|0.296|0.294|
64
+ |[e5-large-mnli-anli](https://huggingface.co/mjwong/e5-large-mnli-anli)|0.843|0.848|0.646|0.484|0.458|
65
+
66
  ### Training hyperparameters
67
 
68
  The following hyperparameters were used during training: