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

toolevalxm
/
MedicalAI-Pro-TestRepo

Text Classification
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community

Instructions to use toolevalxm/MedicalAI-Pro-TestRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use toolevalxm/MedicalAI-Pro-TestRepo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="toolevalxm/MedicalAI-Pro-TestRepo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("toolevalxm/MedicalAI-Pro-TestRepo")
    model = AutoModelForSequenceClassification.from_pretrained("toolevalxm/MedicalAI-Pro-TestRepo")
  • Notebooks
  • Google Colab
  • Kaggle
MedicalAI-Pro-TestRepo / figures
135 Bytes
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
toolevalxm's picture
toolevalxm
Upload MedicalAI-Pro checkpoint with evaluation results
789334a verified 4 months ago
  • fig1.png
    45 Bytes
    Upload MedicalAI-Pro checkpoint with evaluation results 4 months ago
  • fig2.png
    45 Bytes
    Upload MedicalAI-Pro checkpoint with evaluation results 4 months ago
  • fig3.png
    45 Bytes
    Upload MedicalAI-Pro checkpoint with evaluation results 4 months ago