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

KatoHF
/
deberta-v3-large-classifier

Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use KatoHF/deberta-v3-large-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KatoHF/deberta-v3-large-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="KatoHF/deberta-v3-large-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KatoHF/deberta-v3-large-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("KatoHF/deberta-v3-large-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-large-classifier / runs
159 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 98 commits
lewtun's picture
lewtun HF Staff
End of training
655c515 over 2 years ago
  • Dec22_09-11-09_ip-26-0-161-78
    Training in progress, step 500 over 2 years ago
  • Dec22_09-15-16_ip-26-0-161-78
    Training in progress, step 500 over 2 years ago
  • Dec22_09-17-07_ip-26-0-161-78
    Training in progress, step 500 over 2 years ago
  • Dec22_09-18-39_ip-26-0-161-78
    Training in progress, step 500 over 2 years ago
  • Dec22_09-26-34_ip-26-0-161-78
    Training in progress, step 500 over 2 years ago
  • Dec22_09-30-05_ip-26-0-161-78
    Training in progress, step 500 over 2 years ago
  • Dec22_09-42-28_ip-26-0-161-78
    Training in progress, step 500 over 2 years ago
  • Dec22_10-13-09_ip-26-0-173-202
    Training in progress, step 500 over 2 years ago
  • Dec22_10-15-47_ip-26-0-173-202
    Training in progress, step 500 over 2 years ago
  • Dec22_10-20-57_ip-26-0-173-202
    Training in progress, step 500 over 2 years ago
  • Dec22_10-26-41_ip-26-0-173-202
    Training in progress, step 500 over 2 years ago
  • Dec22_10-29-52_ip-26-0-173-202
    Training in progress, step 17500 over 2 years ago
  • Dec22_14-37-05_ip-26-0-173-202
    End of training over 2 years ago