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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yhavinga
/
modernbert-dutch-base-wide

Fill-Mask
Transformers
Safetensors
JAX
modernbert
dutch
masked-language-model
mc4
pretrained
flax
Model card Files Files and versions
xet
Community

Instructions to use yhavinga/modernbert-dutch-base-wide with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yhavinga/modernbert-dutch-base-wide with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="yhavinga/modernbert-dutch-base-wide")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("yhavinga/modernbert-dutch-base-wide")
    model = AutoModelForMaskedLM.from_pretrained("yhavinga/modernbert-dutch-base-wide")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-dutch-base-wide
1.06 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
yhavinga's picture
yhavinga
Update README.md
2b0c587 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.8 kB
    Update README.md 7 months ago
  • chat_template.jinja
    410 Bytes
    Upload ModernBERT Dutch Base Wide (2M steps, mc4_nl_cleaned) 7 months ago
  • config.json
    621 Bytes
    Upload ModernBERT Dutch Base Wide (2M steps, mc4_nl_cleaned) 7 months ago
  • model.safetensors
    1.05 GB
    xet
    Upload ModernBERT Dutch Base Wide (2M steps, mc4_nl_cleaned) 7 months ago
  • special_tokens_map.json
    692 Bytes
    Upload ModernBERT Dutch Base Wide (2M steps, mc4_nl_cleaned) 7 months ago
  • tokenizer.json
    3.89 MB
    Upload ModernBERT Dutch Base Wide (2M steps, mc4_nl_cleaned) 7 months ago
  • tokenizer_config.json
    23.8 kB
    Upload ModernBERT Dutch Base Wide (2M steps, mc4_nl_cleaned) 7 months ago