CoolFace
Modelpublic

RaeesTahir/DistilBERT-Sentico-finetuned-emotion

sourceHugging Faceapache-2.0updated 3y 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-Sentico-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.1489
  • —Accuracy: 0.9355
  • —F1: 0.9359

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

Training results

Training LossEpochStepValidation LossAccuracyF1
1.07751.02500.52830.83950.8225
0.36062.05000.24070.92550.9255
0.20333.07500.18770.9280.9285
0.15754.010000.16410.93650.9363
0.13295.012500.15630.93550.9354
0.12036.015000.14840.93550.9355
0.11467.017500.14890.93550.9359

Framework versions

  • —Transformers 4.32.1
  • —Pytorch 2.2.0.dev20231016
  • —Datasets 2.12.0
  • —Tokenizers 0.13.2