CoolFace
Modelpublic

philschmid/deberta-v3-xsmall-emotion

sourceHugging Facemitupdated 5y agoView on Hugging Face
1likes22downloads
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. -->

deberta-v3-xsmall-emotion

This model is a fine-tuned version of microsoft/deberta-v3-xsmall on the emotion dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1877
  • —Accuracy: 0.932

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: 3e-05
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 500
  • —num_epochs: 5
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
1.36831.05000.84790.6975
0.5472.010000.28810.905
0.23783.015000.21160.925
0.17044.020000.18770.932
0.13925.025000.17180.9295

Framework versions

  • —Transformers 4.12.3
  • —Pytorch 1.9.1
  • —Datasets 1.15.1
  • —Tokenizers 0.10.3