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

suku9
/
emotion-classifier

Text Classification
Transformers
TensorBoard
Safetensors
deberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use suku9/emotion-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use suku9/emotion-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="suku9/emotion-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("suku9/emotion-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("suku9/emotion-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
emotion-classifier / metrics
17.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
suku9's picture
suku9
End of training
6c1151b verified about 1 year ago
  • summary.txt
    473 Bytes
    End of training about 1 year ago
  • test_results.json
    5.57 kB
    End of training about 1 year ago
  • train_results.json
    5.64 kB
    End of training about 1 year ago
  • val_results.json
    5.56 kB
    End of training about 1 year ago