Instructions to use FacebookAI/xlm-roberta-large-finetuned-conll02-dutch 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-dutch 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-dutch")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("FacebookAI/xlm-roberta-large-finetuned-conll02-dutch") model = AutoModelForMaskedLM.from_pretrained("FacebookAI/xlm-roberta-large-finetuned-conll02-dutch") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- eb77833d5bd3a56593bf1a9b3f6642b7192b5ad4a47690ca42b1a84ce53abf4a
- Size of remote file:
- 2.24 GB
- SHA256:
- 3e12e518b1681e2c67add026a7e44a1b541cbec84305d86d19c036dca802e023
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.