Go Emotions Classifier (DistilBERT)
This model is a fine-tuned version of distilbert-base-uncased
on the GoEmotions dataset. It is designed to detect multiple emotions in English text, supporting multi-label text classification.
🧠Model Details
- Base model: DistilBERT (
distilbert-base-uncased
) - Framework: PyTorch
- Task: Multi-label Emotion Classification
- Training data: GoEmotions (Google Research)
- Labels: 27 emotions + neutral (e.g. joy, sadness, anger, surprise, etc.)
✨ Example Usage
from transformers import pipeline
classifier = pipeline("text-classification", model="Shahzad1/go_emotions_model_bert1", top_k=None)
result = classifier("I'm feeling optimistic and excited for what's to come!")
print(result)
- Downloads last month
- 0
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
1
Ask for provider support
Model tree for Shahzad1/go_emotions_model_bert1
Base model
distilbert/distilbert-base-uncased