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

  • Log In
  • Sign Up

thomas-sounack
/
BioClinical-ModernBERT-base

Fill-Mask
Transformers
PyTorch
Safetensors
English
modernbert
masked-lm
long-context
BioClinical-ModernBERT
clinical
biomedical
clinical encoder
clinical modern bert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use thomas-sounack/BioClinical-ModernBERT-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="thomas-sounack/BioClinical-ModernBERT-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("thomas-sounack/BioClinical-ModernBERT-base")
    model = AutoModelForMaskedLM.from_pretrained("thomas-sounack/BioClinical-ModernBERT-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
BioClinical-ModernBERT-base
1.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
louisbrulenaudet's picture
louisbrulenaudet
Pushing Onnx model to Hugging Face Hub
8b80f3a verified 11 months ago
  • 1_Pooling
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • onnx
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    4.08 kB
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • config.json
    1.22 kB
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • config_sentence_transformers.json
    199 Bytes
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • model.safetensors
    599 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • modules.json
    229 Bytes
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    599 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • sentence_bert_config.json
    54 Bytes
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • special_tokens_map.json
    694 Bytes
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • tokenizer.json
    3.58 MB
    Pushing Onnx model to Hugging Face Hub 11 months ago
  • tokenizer_config.json
    20.8 kB
    Pushing Onnx model to Hugging Face Hub 11 months ago