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

bobbyw
/
deberta-v3-large_faster_learning_v2

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 bobbyw/deberta-v3-large_faster_learning_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bobbyw/deberta-v3-large_faster_learning_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bobbyw/deberta-v3-large_faster_learning_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bobbyw/deberta-v3-large_faster_learning_v2")
    model = AutoModelForSequenceClassification.from_pretrained("bobbyw/deberta-v3-large_faster_learning_v2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
deberta-v3-large_faster_learning_v2 / runs
108 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 64 commits
bobbyw's picture
bobbyw
End of training
e822587 verified about 2 years ago
  • Jun07_19-28-00_9a572a3a0a7f
    End of training about 2 years ago
  • Jun08_18-14-34_7a039af4eb05
    End of training about 2 years ago
  • Jun11_17-26-28_5fdac6367e8f
    End of training about 2 years ago
  • Jun11_18-14-41_5fdac6367e8f
    End of training about 2 years ago
  • Jun11_20-02-57_65c98260bd49
    Training in progress, step 500 about 2 years ago
  • Jun11_20-26-16_65c98260bd49
    End of training about 2 years ago
  • Jun11_21-18-03_65c98260bd49
    Training in progress, step 2500 about 2 years ago
  • Jun11_22-36-47_77102ec450ca
    End of training about 2 years ago
  • Jun12_00-06-54_e6cb85aa5a70
    End of training about 2 years ago
  • Jun12_05-14-53_340c72436628
    Training in progress, step 5500 about 2 years ago
  • Jun12_16-22-58_7f649bd2c4a3
    Training in progress, step 2500 about 2 years ago
  • Jun12_17-44-15_c86ebda74365
    End of training about 2 years ago