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

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", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
clinical-field-mapper-classification
499 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
tsilva's picture
tsilva
Add run artifact ZIP (2025-05-06T20-52-25Z)
9f38153 verified over 1 year ago
  • artifacts
    Add run artifact ZIP (2025-05-06T20-52-25Z) over 1 year ago
  • onnx
    Add ONNX variant of tsilva/clinical-field-mapper-classification over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.57 kB
    Update model card with evaluation results and training config. over 1 year ago
  • added_tokens.json
    23 Bytes
    Push classification fine-tuned model over 1 year ago
  • config.json
    23.8 kB
    Push classification fine-tuned model over 1 year ago
  • evaluation_report.json
    848 kB
    Add detailed evaluation report. over 1 year ago
  • merges.txt
    456 kB
    Push classification fine-tuned model over 1 year ago
  • model.safetensors
    164 MB
    xet
    Push classification fine-tuned model over 1 year ago
  • special_tokens_map.json
    239 Bytes
    Push classification fine-tuned model over 1 year ago
  • tokenizer.json
    3.56 MB
    Push classification fine-tuned model over 1 year ago
  • tokenizer_config.json
    674 Bytes
    Push classification fine-tuned model over 1 year ago
  • training_args.bin
    7.42 kB
    xet
    Push classification fine-tuned model over 1 year ago
  • vocab.json
    798 kB
    Push classification fine-tuned model over 1 year ago