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

  • Log In
  • Sign Up

Sathwik3
/
distilbert-emotion-classifier

Text Classification
Transformers
Safetensors
English
distilbert
emotion-detection
sentiment-analysis
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Sathwik3/distilbert-emotion-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Sathwik3/distilbert-emotion-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Sathwik3/distilbert-emotion-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("Sathwik3/distilbert-emotion-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-emotion-classifier
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Sathwik3's picture
Sathwik3
Upload DistilBertForSequenceClassification
c45feb1 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    7.97 kB
    Update README.md 7 months ago
  • config.json
    831 Bytes
    Upload DistilBertForSequenceClassification 7 months ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 7 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 7 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer 7 months ago
  • tokenizer_config.json
    1.23 kB
    Upload tokenizer 7 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 7 months ago