generated_from_trainer

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

distilbert-base-uncased-finetuned-emotion

This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset. It achieves the following results on the evaluation set:

Model description

label0 = sadness label1 = joy label2 = love label3 = anger label4 = fear label5 = surprise

eg: model("I am extremely mesmerised")

output : [{'label': 'LABEL_5', 'score': 0.857551097869873}]

label5 = surprise

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Accuracy F1
0.0275 1.0 250 0.2920 0.9355 0.9359
0.072 2.0 500 0.2144 0.9335 0.9336

Framework versions