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

Simonlee711
/
Clinical_ModernBERT

Feature Extraction
Transformers
Safetensors
English
bert
fill-mask
biomedical-text
nlp
biomedical-nlp
discharge-notes
healthcare
pubmed
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use Simonlee711/Clinical_ModernBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Simonlee711/Clinical_ModernBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Simonlee711/Clinical_ModernBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Simonlee711/Clinical_ModernBERT")
    model = AutoModelForMaskedLM.from_pretrained("Simonlee711/Clinical_ModernBERT")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Clinical_ModernBERT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
Simonlee711's picture
Simonlee711
Update README.md
1d7e937 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    6.88 kB
    Update README.md about 1 year ago
  • config.json
    1.54 kB
    Upload 5 files about 1 year ago
  • model.safetensors
    547 MB
    xet
    Upload 5 files about 1 year ago
  • special_tokens_map.json
    694 Bytes
    Upload 5 files about 1 year ago
  • tokenizer.json
    3.58 MB
    Upload 5 files about 1 year ago
  • tokenizer_config.json
    20.8 kB
    Upload 5 files about 1 year ago