CoolFace
Modelpublic

steve202608/distilbert-base-uncased-finetuned-emotion

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes5downloads
Model Card

<!-- 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 an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1922
  • —Accuracy: 0.9365
  • —F1: 0.9364

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 2e-05
  • —trainbatchsize: 128
  • —evalbatchsize: 128
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 16

Training results

Training LossEpochStepValidation LossAccuracyF1
1.03381.01250.42680.87550.8667
0.28482.02500.20570.9280.9285
0.15713.03750.16870.93550.9360
0.11954.05000.14620.9350.9356
0.09955.06250.14740.93450.9346
0.08296.07500.14980.9360.9362
0.07587.08750.15170.93350.9333
0.06498.010000.15710.9350.9351
0.05369.011250.16220.93850.9383
0.045310.012500.16780.9370.9370
0.040011.013750.17520.9380.9380
0.035412.015000.18390.9380.9379
0.029513.016250.18680.9380.9378
0.027914.017500.19120.93650.9369
0.027115.018750.19420.93850.9383
0.021216.020000.19220.93650.9364

Framework versions

  • —Transformers 5.13.1
  • —Pytorch 2.11.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.2