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
Update rust_model.ot
Browse files- rust_model.ot +3 -0
rust_model.ot
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1b61cf35e39b5a4b9e09554764fb0a07d658b848c00aad77686c07199cc3364
|
| 3 |
+
size 2239696432
|