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

  • Log In
  • Sign Up

row56
/
ProtoPatient

Text Classification
Transformers
Safetensors
English
proto
medical
prototypical-networks
Eval Results (legacy)
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use row56/ProtoPatient with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="row56/ProtoPatient")
    # Load model directly
    from transformers import ProtoForMultiLabelClassification
    model = ProtoForMultiLabelClassification.from_pretrained("row56/ProtoPatient", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ProtoPatient / proto_model
41.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
row56's picture
row56
Upload proto_model/modeling_proto.py with huggingface_hub
832f402 verified about 1 year ago
  • __init__.py
    181 Bytes
    Upload proto_model/__init__.py with huggingface_hub about 1 year ago
  • configuration_proto.py
    1.99 kB
    Upload proto_model/configuration_proto.py with huggingface_hub about 1 year ago
  • metrics.py
    4.9 kB
    Upload proto_model/metrics.py with huggingface_hub about 1 year ago
  • modeling_proto.py
    1.78 kB
    Upload proto_model/modeling_proto.py with huggingface_hub about 1 year ago
  • proto.py
    22 kB
    Upload proto_model/proto.py with huggingface_hub about 1 year ago
  • utils.py
    10.3 kB
    Upload proto_model/utils.py with huggingface_hub about 1 year ago