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

chest2vec
/
chest2vec_labeler

Text Classification
Transformers
Safetensors
English
chest2vec_labeler
feature-extraction
radiology
chest-ct
report-labeling
multi-label
ct-rate
chexbert-style-f1
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use chest2vec/chest2vec_labeler with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="chest2vec/chest2vec_labeler", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("chest2vec/chest2vec_labeler", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chest2vec_labeler
2.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
lukeingawesome's picture
lukeingawesome
Upload README.md with huggingface_hub
f96e85a verified 5 days ago
  • .gitattributes
    1.57 kB
    chest2vec CT report labeler (0.6B): self-contained AutoModel, 137-leaf ternary, CheXbert-style report F1 5 days ago
  • README.md
    9.2 kB
    Upload README.md with huggingface_hub 5 days ago
  • config.json
    13.9 kB
    Upload config.json with huggingface_hub 5 days ago
  • merges.txt
    1.67 MB
    chest2vec CT report labeler (0.6B): self-contained AutoModel, 137-leaf ternary, CheXbert-style report F1 5 days ago
  • model.safetensors
    2.38 GB
    xet
    chest2vec CT report labeler (0.6B): self-contained AutoModel, 137-leaf ternary, CheXbert-style report F1 5 days ago
  • modeling_chest2vec_labeler.py
    18.2 kB
    Upload modeling_chest2vec_labeler.py with huggingface_hub 5 days ago
  • tokenizer.json
    11.4 MB
    xet
    chest2vec CT report labeler (0.6B): self-contained AutoModel, 137-leaf ternary, CheXbert-style report F1 5 days ago
  • tokenizer_config.json
    9.71 kB
    chest2vec CT report labeler (0.6B): self-contained AutoModel, 137-leaf ternary, CheXbert-style report F1 5 days ago
  • vocab.json
    2.78 MB
    chest2vec CT report labeler (0.6B): self-contained AutoModel, 137-leaf ternary, CheXbert-style report F1 5 days ago