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

Fill-Mask
Transformers
PyTorch
Safetensors
modernbert
masked-lm
long-context
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use BSC-LT/MrBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="BSC-LT/MrBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("BSC-LT/MrBERT")
    model = AutoModelForMaskedLM.from_pretrained("BSC-LT/MrBERT")
  • Notebooks
  • Google Colab
  • Kaggle
MrBERT
2.49 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 21 commits
gonzalez-agirre's picture
gonzalez-agirre
ilacunza's picture
ilacunza
Fix citation (#2)
efb6516 2 months ago
  • images
    Push MrBERT 5 months ago
  • .gitattributes
    135 Bytes
    Push MrBERT 5 months ago
  • README.md
    26.1 kB
    Fix citation (#2) 2 months ago
  • config.json
    1.13 kB
    Push MrBERT 5 months ago
  • model.safetensors
    1.23 GB
    xet
    Push MrBERT 5 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    1.23 GB
    xet
    Push MrBERT 5 months ago
  • special_tokens_map.json
    741 Bytes
    Push MrBERT 5 months ago
  • tokenizer.json
    19.1 MB
    xet
    Push MrBERT 5 months ago
  • tokenizer.model
    4.81 MB
    xet
    Push MrBERT 5 months ago
  • tokenizer_config.json
    26.6 kB
    Push MrBERT 5 months ago