Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ tags:
|
|
30 |
A Siamese network model trained for zero-shot and few-shot text classification.
|
31 |
|
32 |
The base model is [xlm-roberta-base](https://huggingface.co/xlm-roberta-base).
|
33 |
-
It was trained on [SNLI](https://nlp.stanford.edu/projects/snli/)
|
34 |
|
35 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space.
|
36 |
|
|
|
30 |
A Siamese network model trained for zero-shot and few-shot text classification.
|
31 |
|
32 |
The base model is [xlm-roberta-base](https://huggingface.co/xlm-roberta-base).
|
33 |
+
It was trained 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).
|
34 |
|
35 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space.
|
36 |
|