Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

jirmauritz
/
robbert-v2-dutch-base

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Dutch
roberta
Dutch
Flemish
RoBERTa
RobBERT
Model card Files Files and versions
xet
Community

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
robbert-v2-dutch-base
1.53 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 20 commits
jirmauritz's picture
jirmauritz
Testing with merges.txt
7fa77da almost 5 years ago
  • .gitattributes
    690 Bytes
    initial commit almost 5 years ago
  • README.md
    14.5 kB
    Update README.md about 5 years ago
  • config.json
    539 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    467 MB
    LFS
    upload flax model about 5 years ago
  • merges.txt
    383 kB
    Testing with merges.txt almost 5 years ago
  • pytorch_model.bin
    470 MB
    LFS
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    239 Bytes
    Added tokenizer.json config over 5 years ago
  • tf_model.h5
    594 MB
    LFS
    Update tf_model.h5 over 5 years ago
  • tokenizer.json
    1.27 MB
    Adding also prefixed emojis almost 5 years ago
  • tokenizer_config.json
    1.11 kB
    Added tokenizer.json config over 5 years ago
  • vocab.json
    769 kB
    Adding also prefixed emojis almost 5 years ago