Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ tags:
|
|
26 |
A cross-attention NLI model trained for zero-shot and few-shot text classification.
|
27 |
|
28 |
The base model is [xlm-roberta-base](https://huggingface.co/xlm-roberta-base), trained with the code from [here](https://github.com/facebookresearch/anli);
|
29 |
-
on [SNLI](https://nlp.stanford.edu/projects/snli/)
|
30 |
|
31 |
Usage:
|
32 |
|
|
|
26 |
A cross-attention NLI model trained for zero-shot and few-shot text classification.
|
27 |
|
28 |
The base model is [xlm-roberta-base](https://huggingface.co/xlm-roberta-base), trained with the code from [here](https://github.com/facebookresearch/anli);
|
29 |
+
on [SNLI](https://nlp.stanford.edu/projects/snli/), [MNLI](https://cims.nyu.edu/~sbowman/multinli/), [ANLI](https://github.com/facebookresearch/anli) and [XNLI](https://github.com/facebookresearch/XNLI).
|
30 |
|
31 |
Usage:
|
32 |
|