Commit
·
d141415
1
Parent(s):
b694b71
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- xnli
|
5 |
+
- multi_nli
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pipeline_tag: zero-shot-classification
|
9 |
+
tags:
|
10 |
+
- roberta
|
11 |
---
|
12 |
+
# DistilRoBERTa for NLI
|
13 |
+
|
14 |
+
## Model description
|
15 |
+
This model can be used for Natural Language Inference (NLI) tasks.
|
16 |
+
It is a version of [roberta-base](https://huggingface.co/distilroberta-base) fine-tuned on [multi_nli](https://huggingface.co/datasets/multi_nli)
|
17 |
+
and english [xnli](https://huggingface.co/datasets/xnli).
|
18 |
+
|
19 |
+
## Model Performance
|
20 |
+
The model's performance on NLI tasks is as follows:
|
21 |
+
|
22 |
+
- Accuracy on MNLI validation matched: TODO
|
23 |
+
- Accuracy on MNLI validation mismatched: TODO
|