CoolFace
Modelpublic

andreas-in-den-bergen/distilbert-base-uncased-finetuned-emotion

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes6downloads
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 the emotion dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.5889
  • —Accuracy: 0.86
  • —F1: 0.8571

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: 64
  • —evalbatchsize: 64
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracyF1
1.24341.0251.08310.6050.4881
0.96112.0500.91770.7050.6476
0.71963.0750.77410.7350.7132
0.49814.01000.65400.7850.7715
0.34965.01250.57210.830.8245
0.24356.01500.55000.830.8266
0.17277.01750.48130.860.8580
0.12538.02000.52030.850.8479
0.09099.02250.54270.830.8255
0.06610.02500.53910.8450.8425
0.047411.02750.53050.860.8575
0.038212.03000.52640.8550.8520
0.030613.03250.54190.870.8673
0.029214.03500.58680.8550.8512
0.022415.03750.57510.850.8464
0.019216.04000.58370.850.8464
0.01617.04250.58520.8550.8523
0.015118.04500.58800.8550.8523
0.014619.04750.59120.860.8571
0.013120.05000.58890.860.8571

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.0+cu118
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0