CoolFace
Modelpublic

AliAfkhamii/hf_emotion_detector_text_classifier-distilbert-base-uncased

sourceHugging Faceupdated 1y 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. -->

hfemotiondetectortextclassifier-distilbert-base-uncased

This model was trained from scratch on [this]: (https://huggingface.co/datasets/AliAfkhamii/hfemotiongeneration_texts/) dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.3180
  • —Accuracy: 0.9381

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: 0.0005
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 6

Training results

Training LossEpochStepValidation LossAccuracy
1.17121.0150.50520.8319
0.46832.0300.31390.9115
0.20333.0450.26730.9292
0.10144.0600.32080.9027
0.04895.0750.31800.9381

Framework versions

  • —Transformers 4.51.3
  • —Pytorch 2.6.0+cu124
  • —Datasets 3.5.1
  • —Tokenizers 0.21.1