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

notlath
/
ClinicalBERT_Symptom2Disease_dataset

Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use notlath/ClinicalBERT_Symptom2Disease_dataset with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="notlath/ClinicalBERT_Symptom2Disease_dataset")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("notlath/ClinicalBERT_Symptom2Disease_dataset")
    model = AutoModelForSequenceClassification.from_pretrained("notlath/ClinicalBERT_Symptom2Disease_dataset", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ClinicalBERT_Symptom2Disease_dataset
544 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
notlath's picture
notlath
notlath/ClinicalBERT_Symptom2Disease_dataset
b1bd396 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    2.79 kB
    notlath/ClinicalBERT_Symptom2Disease_dataset 5 months ago
  • config.json
    822 Bytes
    notlath/ClinicalBERT_Symptom2Disease_dataset 5 months ago
  • model.safetensors
    541 MB
    xet
    notlath/ClinicalBERT_Symptom2Disease_dataset 5 months ago
  • tokenizer.json
    2.92 MB
    Upload tokenizer 5 months ago
  • tokenizer_config.json
    381 Bytes
    Upload tokenizer 5 months ago
  • training_args.bin
    5.33 kB
    xet
    notlath/ClinicalBERT_Symptom2Disease_dataset 5 months ago