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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

cristian-untaru
/
frozen-encoder-biomedbert-medical-triage

Text Classification
Transformers
Safetensors
PEFT
English
bert
medical-triage
biomedbert
frozen-encoder
healthcare
symptom-checker
natural-language-processing
academic-project
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use cristian-untaru/frozen-encoder-biomedbert-medical-triage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cristian-untaru/frozen-encoder-biomedbert-medical-triage with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="cristian-untaru/frozen-encoder-biomedbert-medical-triage")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cristian-untaru/frozen-encoder-biomedbert-medical-triage")
    model = AutoModelForSequenceClassification.from_pretrained("cristian-untaru/frozen-encoder-biomedbert-medical-triage", device_map="auto")
  • PEFT

    How to use cristian-untaru/frozen-encoder-biomedbert-medical-triage with PEFT:

    Task type is invalid.
  • Notebooks
  • Google Colab
  • Kaggle
frozen-encoder-biomedbert-medical-triage
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
cristian-untaru's picture
cristian-untaru
Add frozen-encoder BioMedBERT medical triage model
abc6398 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    1.72 kB
    Add frozen-encoder BioMedBERT medical triage model about 1 month ago
  • config.json
    908 Bytes
    Add frozen-encoder BioMedBERT medical triage model about 1 month ago
  • label_map.json
    170 Bytes
    Add frozen-encoder BioMedBERT medical triage model about 1 month ago
  • model.safetensors
    438 MB
    xet
    Add frozen-encoder BioMedBERT medical triage model about 1 month ago
  • tokenizer.json
    706 kB
    Add frozen-encoder BioMedBERT medical triage model about 1 month ago
  • tokenizer_config.json
    351 Bytes
    Add frozen-encoder BioMedBERT medical triage model about 1 month ago
  • training_config.json
    669 Bytes
    Add frozen-encoder BioMedBERT medical triage model about 1 month ago