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

BSC-LT
/
MrBERT-es

Fill-Mask
Transformers
Safetensors
Spanish
English
modernbert
masked-lm
long-context
Model card Files Files and versions
xet
Community
1

Instructions to use BSC-LT/MrBERT-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BSC-LT/MrBERT-es with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="BSC-LT/MrBERT-es")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("BSC-LT/MrBERT-es")
    model = AutoModelForMaskedLM.from_pretrained("BSC-LT/MrBERT-es")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
MrBERT-es
609 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
dtamayo's picture
dtamayo
Update README.md
34a7cc8 verified about 2 months ago
  • .gitattributes
    229 Bytes
    Remove xet tracking for JSON files 5 months ago
  • README.md
    10.8 kB
    Update README.md about 2 months ago
  • config.json
    1.34 kB
    Stop tracking config.json and tokenizer_config.json with LFS 5 months ago
  • model.safetensors
    601 MB
    xet
    Update model 4 months ago
  • special_tokens_map.json
    751 Bytes
    xet
    Add MrBERT-es 5 months ago
  • tokenizer.json
    6.83 MB
    xet
    Add MrBERT-es 5 months ago
  • tokenizer.model
    1.07 MB
    xet
    Add MrBERT-es 5 months ago
  • tokenizer_config.json
    194 kB
    Stop tracking config.json and tokenizer_config.json with LFS 5 months ago