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:
- 470 MB
- SHA256:
- 03b843ea1aa128b6c013246fca0269ac527fae02421dd910968546d88dde0989
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.