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

BSC-LT
/
MrBERT-biomed

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="BSC-LT/MrBERT-biomed")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("BSC-LT/MrBERT-biomed")
    model = AutoModelForMaskedLM.from_pretrained("BSC-LT/MrBERT-biomed", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MrBERT-biomed
2.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
dtamayo's picture
dtamayo
Update README.md
c9c888d verified 5 months ago
  • .gitattributes
    241 Bytes
    Update model 8 months ago
  • README.md
    10.4 kB
    Update README.md 5 months ago
  • config.json
    1.2 kB
    update model 8 months ago
  • model.safetensors
    1.23 GB
    xet
    update model 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.23 GB
    xet
    Update model 8 months ago
  • special_tokens_map.json
    743 Bytes
    update model 8 months ago
  • tokenizer.json
    37 MB
    xet
    update model 8 months ago
  • tokenizer.model
    4.81 MB
    xet
    update model 8 months ago
  • tokenizer_config.json
    25.6 kB
    update model 8 months ago