Marc Franco-Salvador
commited on
Commit
•
347f576
1
Parent(s):
7a58444
Update README.md
Browse files
README.md
CHANGED
@@ -23,9 +23,9 @@ tags:
|
|
23 |
---
|
24 |
|
25 |
|
26 |
-
A cross
|
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/) and [MNLI](https://cims.nyu.edu/~sbowman/multinli/), [ANLI](https://github.com/facebookresearch/anli) and [XNLI](https://github.com/facebookresearch/XNLI).
|
30 |
|
31 |
Usage:
|
|
|
23 |
---
|
24 |
|
25 |
|
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/) and [MNLI](https://cims.nyu.edu/~sbowman/multinli/), [ANLI](https://github.com/facebookresearch/anli) and [XNLI](https://github.com/facebookresearch/XNLI).
|
30 |
|
31 |
Usage:
|