MoritzLaurer HF staff commited on
Commit
52299ec
1 Parent(s): f9c8c95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ widget:
12
  # DeBERTa-v3-base-mnli-fever-anli
13
  ## Model description
14
  This model was trained on the MultiNLI dataset, which consists of 392 702 NLI hypothesis-premise pairs.
15
- The base model is [DeBERTa-v3-base from Microsoft](https://huggingface.co/microsoft/deberta-v3-base). The v3 variant of DeBERTa substantially outperforms previous versions of the model by including a different pre-training objective, see annex 11 of the original [DeBERTa paper](https://arxiv.org/pdf/2006.03654.pdf). For a more powerful model, check out [DeBERTa-v3-base-mnli-fever-anli (https://huggingface.co/MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli) which was trained on even more data.
16
  ## Intended uses & limitations
17
  #### How to use the model
18
  ```python
12
  # DeBERTa-v3-base-mnli-fever-anli
13
  ## Model description
14
  This model was trained on the MultiNLI dataset, which consists of 392 702 NLI hypothesis-premise pairs.
15
+ The base model is [DeBERTa-v3-base from Microsoft](https://huggingface.co/microsoft/deberta-v3-base). The v3 variant of DeBERTa substantially outperforms previous versions of the model by including a different pre-training objective, see annex 11 of the original [DeBERTa paper](https://arxiv.org/pdf/2006.03654.pdf). For a more powerful model, check out [DeBERTa-v3-base-mnli-fever-anli](https://huggingface.co/MoritzLaurer/DeBERTa-v3-base-mnli-fever-anli) which was trained on even more data.
16
  ## Intended uses & limitations
17
  #### How to use the model
18
  ```python