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. -->

BERT-Emotion detection model


⚙️ Model

This model is a fine-tuned version of bert-base-uncased on the Emotion Dataset from Kaggle. It achieves the following results on the test set after being trained and evaluated with the Trainer interface:

💡How to: Inference API

Mapping of labels:

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Accuracy F1 Precision Recall
1.5691 1.0 250 1.2681 0.564 0.4477 0.3868 0.564
0.9132 2.0 500 0.4917 0.8465 0.8349 0.8508 0.8465
0.3131 3.0 750 0.2362 0.923 0.9226 0.9226 0.923

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

Training and evaluation data can be found on the same link as in the model description

Training procedure

Framework versions