A BERT-based emotion classification model fine-tuned on the GoEmotions dataset to detect emotions in English text.
The model predicts emotional categories from input sentences and can be used for sentiment analysis, emotion detection, and conversational AI systems.
version of the BERT base model. It was introduced in this paper. The code for the distillation process can be found here. This model is uncased: it does not make a difference between english and English.
DistilBERT base model (uncased)
This model is a distilled version of the BERT base model. It was introduced in this paper. The code for the distillation process can be found here. This model is uncased: it does not make a difference between english and English.
Model Details
Property
Value
Base Model
google-bert/bert-base-uncased
Task
Text Classification
Dataset
GoEmotions
Framework
Hugging Face Transformers
Language
English
License
MIT
Dataset
This model is trained on the GoEmotions dataset, a large dataset of human-annotated emotions extracted from Reddit comments.