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

mlovelli
/
intent_classifier_deberta

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

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

  • Libraries
  • Transformers

    How to use mlovelli/intent_classifier_deberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mlovelli/intent_classifier_deberta")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mlovelli/intent_classifier_deberta")
    model = AutoModelForSequenceClassification.from_pretrained("mlovelli/intent_classifier_deberta", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
intent_classifier_deberta / runs
19.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
mlovelli's picture
mlovelli
Training in progress, epoch 2
9e4b6d6 verified over 2 years ago
  • Dec14_15-12-28_5c20ad1f2dda
    Training in progress, epoch 1 over 2 years ago
  • Feb15_11-09-45_7fb1587f995f
    Training in progress, epoch 4 over 2 years ago
  • Feb15_13-53-08_3760cdccdf95
    Training in progress, epoch 2 over 2 years ago