Instructions to use FacebookAI/xlm-roberta-large-finetuned-conll02-spanish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FacebookAI/xlm-roberta-large-finetuned-conll02-spanish with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="FacebookAI/xlm-roberta-large-finetuned-conll02-spanish")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("FacebookAI/xlm-roberta-large-finetuned-conll02-spanish") model = AutoModelForMaskedLM.from_pretrained("FacebookAI/xlm-roberta-large-finetuned-conll02-spanish", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 518d17cf5ac37e69d0c7db2b655e879d1a71b30ff2bb82514c1f2550a04324c2
- Size of remote file:
- 2.24 GB
- SHA256:
- 18a7ca384f927280ce13e557aa607e6486a102eb70bb4baba5bc0b79471a6f72
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.