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-science

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="BSC-LT/MrBERT-science")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("BSC-LT/MrBERT-science")
    model = AutoModelForMaskedLM.from_pretrained("BSC-LT/MrBERT-science")
  • Notebooks
  • Google Colab
  • Kaggle
MrBERT-science
2.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
dtamayo's picture
dtamayo
Update README.md
a047922 verified about 2 months ago
  • .gitattributes
    187 Bytes
    Add MrBERT-science 5 months ago
  • README.md
    8.24 kB
    Update README.md about 2 months ago
  • config.json
    1.2 kB
    update model 4 months ago
  • model.safetensors
    1.23 GB
    xet
    update model 4 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
    Update Model 4 months ago
  • special_tokens_map.json
    743 Bytes
    update model 4 months ago
  • tokenizer.json
    37 MB
    xet
    update model 4 months ago
  • tokenizer.model
    4.81 MB
    xet
    update model 4 months ago
  • tokenizer_config.json
    25.6 kB
    update model 4 months ago