Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

almanach
/
ModernBERT-bio-base

Fill-Mask
Transformers
Safetensors
English
modernbert
biomedical
clinical
encoder
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use almanach/ModernBERT-bio-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use almanach/ModernBERT-bio-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="almanach/ModernBERT-bio-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("almanach/ModernBERT-bio-base")
    model = AutoModelForMaskedLM.from_pretrained("almanach/ModernBERT-bio-base")
  • Notebooks
  • Google Colab
  • Kaggle
ModernBERT-bio-base
601 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
rntc's picture
rntc
Update citation with arXiv ID 2605.12438
ee044b7 verified about 14 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    10.1 kB
    Update citation with arXiv ID 2605.12438 about 14 hours ago
  • config.json
    1.15 kB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    599 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    693 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    2.13 MB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    20.8 kB
    Upload folder using huggingface_hub about 1 month ago