| license: apache-2.0 | |
| language: | |
| - en | |
| # Emotion Text Classification (DistilBERT) | |
| This model detects emotions from text using DistilBERT fine-tuned on the HuggingFace `emotion` dataset. | |
| ## Labels | |
| - anger | |
| - fear | |
| - joy | |
| - sadness | |
| - surprise | |
| - love | |
| ## Intended Use | |
| Educational, research, and demo purposes. | |
| ## Limitations | |
| - Single-sentence emotion | |
| - No sarcasm handling |