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:
- 33306276be34d06e5e9c7ab0f7f9476395b8718e4a0cdcf21be397481c49ff03
- Size of remote file:
- 2.24 GB
- SHA256:
- ff6ede07750f0661dcb80cc462df19eb3e3d7a6732a1ec1acc086d4b574b059a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.