Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ print(label_names[prediction.argmax(0).tolist()])
|
|
52 |
|
53 |
### Training data
|
54 |
|
55 |
-
This model was trained on the MultiNLI dataset, which consists of
|
56 |
|
57 |
### Training procedure
|
58 |
|
@@ -82,10 +82,6 @@ train_args = TrainingArguments(
|
|
82 |
|
83 |
```
|
84 |
|
85 |
-
## Limitations and bias
|
86 |
-
|
87 |
-
Please consult the original DeBERTa paper and literature on different NLI datasets for potential biases.
|
88 |
-
|
89 |
### BibTeX entry and citation info
|
90 |
|
91 |
Please cite the [DeBERTa paper](https://arxiv.org/abs/2006.03654) and [MultiNLI Dataset](https://cims.nyu.edu/~sbowman/multinli/paper.pdf) if you use this model and include the Huggingface hub.
|
|
|
52 |
|
53 |
### Training data
|
54 |
|
55 |
+
This model was trained on the MultiNLI dataset, which consists of 392K sentence textual entitlement.
|
56 |
|
57 |
### Training procedure
|
58 |
|
|
|
82 |
|
83 |
```
|
84 |
|
|
|
|
|
|
|
|
|
85 |
### BibTeX entry and citation info
|
86 |
|
87 |
Please cite the [DeBERTa paper](https://arxiv.org/abs/2006.03654) and [MultiNLI Dataset](https://cims.nyu.edu/~sbowman/multinli/paper.pdf) if you use this model and include the Huggingface hub.
|