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

tsilva
/
clinical-field-mapper-classification

Text Classification
Transformers
ONNX
Safetensors
gpt2
healthcare
column-normalization
distilgpt2
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use tsilva/clinical-field-mapper-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tsilva/clinical-field-mapper-classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="tsilva/clinical-field-mapper-classification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("tsilva/clinical-field-mapper-classification")
    model = AutoModelForSequenceClassification.from_pretrained("tsilva/clinical-field-mapper-classification")
  • Notebooks
  • Google Colab
  • Kaggle
clinical-field-mapper-classification / artifacts
102 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
tsilva's picture
tsilva
Add run artifact ZIP (2025-05-06T20-52-25Z)
9f38153 verified about 1 year ago
  • 2025-05-05T16-35-16Z
    Add run artifact ZIP (2025-05-05T16-35-16Z) about 1 year ago
  • 2025-05-06T19-19-41Z
    Add run artifact ZIP (2025-05-06T19-19-41Z) about 1 year ago
  • 2025-05-06T20-09-20Z
    Add run artifact ZIP (2025-05-06T20-09-20Z) about 1 year ago
  • 2025-05-06T20-38-18Z
    Add run artifact ZIP (2025-05-06T20-38-18Z) about 1 year ago
  • 2025-05-06T20-52-25Z
    Add run artifact ZIP (2025-05-06T20-52-25Z) about 1 year ago