This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset.
It achieves the following results on the evaluation set:
Loss: 0.0121
Accuracy: 0.9994
F1: 0.9994
Model description
The model is trained on a dataset to classify emotions. Users can utilize the model to classify sentences such as "I feel so much joy" or "I feel sad today".
Intended uses & limitations
Ejoy using it and report back please
Training and evaluation data
The model's been trained on around 10000 sentences expressing different emotions such as sadness, joy, trust, etc.
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
learning_rate: 2e-05
train_batch_size: 64
eval_batch_size: 64
seed: 42
optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments