BERT Emotion Classifier
This model classifies text into 6 emotion categories:
- joy
- sadness
- anger
- fear
- love
- surprise
Model: bert-base-uncased
Dataset: emotion (Hugging Face datasets library)
β Usage Example
from transformers import pipeline
classifier = pipeline("text-classification", model="KEERTHANA6805/bert-emotion")
classifier("I am so happy today!")
- Downloads last month
- 27
Model tree for KEERTHANA6805/bert-emotion
Base model
google-bert/bert-base-uncased