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

  • Log In
  • Sign Up

almanach
/
ModernCamemBERT-bio-large

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

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

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="almanach/ModernCamemBERT-bio-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("almanach/ModernCamemBERT-bio-large")
    model = AutoModelForMaskedLM.from_pretrained("almanach/ModernCamemBERT-bio-large")
  • Notebooks
  • Google Colab
  • Kaggle
ModernCamemBERT-bio-large
1.51 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
rntc's picture
rntc
Update citation with arXiv ID 2605.12438
5576ce6 verified about 15 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    9.37 kB
    Update citation with arXiv ID 2605.12438 about 15 hours ago
  • config.json
    1.13 kB
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    1.51 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    969 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    756 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    1.3 kB
    Upload folder using huggingface_hub about 1 month ago