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