Sarjinkhan2003's picture
Upload folder using huggingface_hub
c60b9d4 verified
---
language: en
tags: [text-classification, emotion-detection, mental-health, hci, distilbert, cnn]
datasets: [go_emotions]
metrics: [f1, accuracy]
---
# MoodShift β€” Hybrid DistilBERT + CNN Emotion Classifier
Novel hybrid architecture for HCI research (ICCA 2026).
## Architecture
- **DistilBERT** β†’ [CLS] global context (768-dim)
- **CNN (kernels 2,3,4)** β†’ local n-gram emotion patterns (384-dim)
- **Fusion** β†’ 1152-dim β†’ Linear(512) β†’ Linear(7)
## Labels
positive | sadness | anger | anxiety | confusion | curiosity | neutral
Best Val F1: **0.9141**