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

  • Log In
  • Sign Up

JasperLS
/
deberta-v3-base-injection

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

Instructions to use JasperLS/deberta-v3-base-injection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JasperLS/deberta-v3-base-injection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JasperLS/deberta-v3-base-injection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JasperLS/deberta-v3-base-injection")
    model = AutoModelForSequenceClassification.from_pretrained("JasperLS/deberta-v3-base-injection")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-base-injection / runs
127 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
JasperLS's picture
JasperLS
End of training
9612ce1 almost 3 years ago
  • May08_14-20-04_843b3460659d
    End of training about 3 years ago
  • May08_14-38-29_843b3460659d
    Training in progress, epoch 1 about 3 years ago
  • May08_14-40-36_843b3460659d
    Training in progress, epoch 1 about 3 years ago
  • May08_14-44-30_843b3460659d
    End of training about 3 years ago
  • May16_16-06-58_03e0530aac32
    Training in progress, epoch 1 almost 3 years ago
  • May16_16-13-42_03e0530aac32
    Training in progress, epoch 1 almost 3 years ago
  • May16_16-23-59_03e0530aac32
    Training in progress, epoch 1 almost 3 years ago
  • May16_16-26-14_03e0530aac32
    Training in progress, epoch 1 almost 3 years ago
  • May16_16-28-56_03e0530aac32
    Training in progress, epoch 1 almost 3 years ago
  • May16_16-33-56_03e0530aac32
    End of training almost 3 years ago
  • May16_16-37-34_03e0530aac32
    End of training almost 3 years ago