Instructions to use jirmauritz/robbert-v2-dutch-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jirmauritz/robbert-v2-dutch-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="jirmauritz/robbert-v2-dutch-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("jirmauritz/robbert-v2-dutch-base") model = AutoModelForMaskedLM.from_pretrained("jirmauritz/robbert-v2-dutch-base") - Notebooks
- Google Colab
- Kaggle
- Size of remote file:
- 467 MB
- SHA256:
- ffc6f03e7cc4031a1056b78251d156bbce74a97fbe32c7216d3a7aee97802278
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.