Fix model card

This commit is contained in:
Niels Rogge 2021-09-16 09:43:30 +00:00 committed by huggingface-web
parent 74e4aa20d5
commit 4b7e4eef8e
1 changed files with 1 additions and 5 deletions

View File

@ -20,7 +20,7 @@ XLNet is a new unsupervised language representation learning method based on a n
## Intended uses & limitations
You can use the raw model for masked language modeling, but it's mostly intended to be fine-tuned on a downstream task. See the [model hub](https://huggingface.co/models?search=xlm-roberta) to look for fine-tuned versions on a task that interests you.
The model is mostly intended to be fine-tuned on a downstream task. See the [model hub](https://huggingface.co/models?search=xlnet) to look for fine-tuned versions on a task that interests you.
Note that this model is primarily aimed at being fine-tuned on tasks that use the whole sentence (potentially masked) to make decisions, such as sequence classification, token classification or question answering. For tasks such as text generation, you should look at models like GPT2.
@ -62,7 +62,3 @@ last_hidden_states = outputs.last_hidden_state
bibsource = {dblp computer science bibliography, https://dblp.org}
}
```
<a href="https://huggingface.co/exbert/?model=xlm-roberta-base">
<img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
</a>