๐งช Live Model ยท GoEmotions ยท 27 Emotions ยท BERT Fine-tuned
Connecting...
0 / 512
โต Cmd+Enter to classify
Try a sample
Results will appear here after analysis.
Live Preview
Auto-classify as you type (800ms)
Model Card
๐ฏ
Task
Multi-label Classification
๐ง
Architecture
DistilBERT fine-tuned
๐
Dataset
GoEmotions (Google)
๐ท๏ธ
Classes
27 emotions
๐
Output
Sigmoid per class
Emotion Groups
Positive
๐ joyโค๏ธ love๐ admiration๐ amusementโก excitement๐ gratitude๐
optimism๐ pride๐ฎโ๐จ relief๐ caringโ
approval๐ก realization
Negative
๐ฅ anger๐ค annoyance๐ disapproval๐คข disgust๐จ fear๐ข sadness๐ grief๐ฐ nervousness๐ณ embarrassment๐ remorse๐ disappointment
Neutral/Ambiguous
๐ curiosity๐ฒ surprise๐ค confusion๐ซ desire
Quick API
POST /predict
Body:
{ "text": "your text here" }
Response:
{ "label": "joy", "confidence": 0.94 }