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

almanach
/
ModernCamemBERT-bio-base

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="almanach/ModernCamemBERT-bio-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("almanach/ModernCamemBERT-bio-base")
    model = AutoModelForMaskedLM.from_pretrained("almanach/ModernCamemBERT-bio-base")
  • Notebooks
  • Google Colab
  • Kaggle
ModernCamemBERT-bio-base
545 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
rntc's picture
rntc
Add tokenizer_config.json
2449cc0 verified 20 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    9.54 kB
    Update citation with arXiv ID 2605.12438 25 days ago
  • config.json
    1.13 kB
    Add config.json 20 days ago
  • model.safetensors
    544 MB
    xet
    Add model.safetensors 20 days ago
  • special_tokens_map.json
    969 Bytes
    Add special_tokens_map.json 20 days ago
  • tokenizer.json
    756 kB
    Add tokenizer.json 20 days ago
  • tokenizer_config.json
    1.3 kB
    Add tokenizer_config.json 20 days ago