michelleli99/emotion_text_classifier

text classificationtransformersentransformerspytorchrobertatext-classificationdistilrobertasentiment
25.7K

Fine-tuned DistilRoBERTa-base for Emotion Classification 🤬🤢😀😐😭😲

Model Description

DistilRoBERTa-base is a transformer model that performs sentiment analysis. I fine-tuned the model on transcripts from the Friends show with the goal of classifying emotions from text data, specifically dialogue from Netflix shows or movies. The model predicts 6 Ekman emotions and a neutral class. These emotions include anger, disgust, fear, joy, neutrality, sadness, and surprise.

The model is a fine-tuned version of Emotion English DistilRoBERTa-base and DistilRoBERTa-base. This model was initially trained on the following table from Emotion English DistilRoBERTa-base:

Nameangerdisgustfearjoyneutralsadnesssurprise
Crowdflower (2016)Yes--YesYesYesYes
Emotion Dataset, Elvis et al. (2018)Yes-YesYes-YesYes
GoEmotions, Demszky et al. (2020)YesYesYesYesYesYesYes
ISEAR, Vikash (2018)YesYesYesYes-Yes-
MELD, Poria et al. (2019)YesYesYesYesYesYesYes
SemEval-2018, EI-reg, Mohammad et al. (2018)Yes-YesYes-Yes-

It was fine-tuned on:

Nameangerdisgustfearjoyneutralsadnesssurprise
Emotion Lines (Friends)YesYesYesYesYesYesYes

How to Use

from transformers import pipeline
classifier = pipeline("sentiment-analysis", model="michellejieli/emotion_text_classifier")
classifier("I love this!")
Output:
[{'label': 'joy', 'score': 0.9887555241584778}]

Contact

Please reach out to michelleli1999@gmail.com if you have any questions or feedback.

Reference

Jochen Hartmann, "Emotion English DistilRoBERTa-base". https://huggingface.co/j-hartmann/emotion-english-distilroberta-base/, 2022.
Ashritha R Murthy and K M Anil Kumar 2021 IOP Conf. Ser.: Mater. Sci. Eng. 1110 012009
DEPLOY IN 60 SECONDS

Run emotion_text_classifier on Runcrate

Deploy on H100, A100, or RTX GPUs. Pay only for what you use. No setup required.