Update README.md

This commit is contained in:
Moritz Laurer 2021-12-05 17:04:50 +00:00 committed by huggingface-web
parent ec97e87224
commit ee8e8145c7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ widget:
# Multilingual mDeBERTa-v3-base-mnli-xnli
## Model description
This multilingual model can perform NLI on 100+ languages. It was pre-trained by Microsoft on the [CC100 multilingual dataset](https://huggingface.co/datasets/cc100). It was then fine-tuned on the [XNLI dataset](https://huggingface.co/datasets/xnli), which contains hypothesis-premise pairs from 15 languages as well as the English [MNLI dataset](https://huggingface.co/datasets/multi_nli).
As of December 2021, mDeBERTa-base is the best performing multilingual transformer model, introduced by Microsoft in [this paper](https://arxiv.org/pdf/2111.09543.pdf).
As of December 2021, mDeBERTa-base is the best performing multilingual transformer (base) model, introduced by Microsoft in [this paper](https://arxiv.org/pdf/2111.09543.pdf).
## Intended uses & limitations