CoolFace
Modelpublic

zhoujieli/distilbert-base-uncased-finetuned-emotion

sourceHugging Faceapache-2.0updated 2y 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 the emotion dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2145
  • —Accuracy: 0.9345
  • —F1: 0.9344

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: 10

Training results

Training LossEpochStepValidation LossAccuracyF1
0.17031.02500.17910.9320.9308
0.11832.05000.15990.9360.9358
0.1033.07500.16450.93450.9348
0.08274.010000.16980.93350.9326
0.06715.012500.16480.9310.9308
0.05356.015000.18430.9360.9354
0.04537.017500.20210.9350.9350
0.03428.020000.20420.9390.9390
0.02969.022500.21200.93450.9344
0.023910.025000.21450.93450.9344

Framework versions

  • —Transformers 4.16.2
  • —Pytorch 2.2.1+cu121
  • —Datasets 2.19.0
  • —Tokenizers 0.15.2