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

cartesinus
/
mdeberta-v3-base_amazon-massive_intent

Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
deberta-v2
Generated from Trainer
nlu
intent-classification
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use cartesinus/mdeberta-v3-base_amazon-massive_intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cartesinus/mdeberta-v3-base_amazon-massive_intent with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="cartesinus/mdeberta-v3-base_amazon-massive_intent")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cartesinus/mdeberta-v3-base_amazon-massive_intent")
    model = AutoModelForSequenceClassification.from_pretrained("cartesinus/mdeberta-v3-base_amazon-massive_intent", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
mdeberta-v3-base_amazon-massive_intent
2.24 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
cartesinus's picture
cartesinus
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#2)
f3fbe01 almost 3 years ago
  • runs
    End of training almost 4 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 4 years ago
  • README.md
    3.23 kB
    Librarian Bot: Add base_model information to model (#2) almost 3 years ago
  • added_tokens.json
    23 Bytes
    Training in progress, step 500 almost 4 years ago
  • config.json
    4.23 kB
    Training in progress, step 500 almost 4 years ago
  • model.safetensors
    1.12 GB
    xet
    Adding `safetensors` variant of this model (#1) over 3 years ago
  • pytorch_model.bin
    1.12 GB
    xet
    End of training almost 4 years ago
  • special_tokens_map.json
    173 Bytes
    Training in progress, step 500 almost 4 years ago
  • spm.model
    2.46 MB
    xet
    Training in progress, step 500 almost 4 years ago
  • tokenizer.json
    8.66 MB
    Training in progress, step 500 almost 4 years ago
  • tokenizer_config.json
    399 Bytes
    Training in progress, step 500 almost 4 years ago
  • training_args.bin
    3.44 kB
    xet
    Training in progress, step 500 almost 4 years ago