Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

suitch
/
radbert-german-ctrate-classifier

Text Classification
Transformers
PyTorch
Safetensors
German
roberta
radiology
medical-imaging
chest-ct
multi-label-classification
radbert
german
ctrate
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use suitch/radbert-german-ctrate-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use suitch/radbert-german-ctrate-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="suitch/radbert-german-ctrate-classifier", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("suitch/radbert-german-ctrate-classifier", trust_remote_code=True)
    model = AutoModelForSequenceClassification.from_pretrained("suitch/radbert-german-ctrate-classifier", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
radbert-german-ctrate-classifier
1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
suitch's picture
suitch
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
f3b203f 22 days ago
  • .gitattributes
    1.52 kB
    initial commit 22 days ago
  • README.md
    4 kB
    Update README.md 22 days ago
  • config.json
    1.99 kB
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • export_metadata.json
    743 Bytes
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • merges.txt
    456 kB
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model (#1) 22 days ago
  • modeling_radbert.py
    991 Bytes
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    499 MB
    xet
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • special_tokens_map.json
    957 Bytes
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • tokenizer.json
    3.56 MB
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • tokenizer_config.json
    1.27 kB
    Upload RadBERT German CTRate multi-label classifier 22 days ago
  • vocab.json
    798 kB
    Upload RadBERT German CTRate multi-label classifier 22 days ago