CoolFace
Modelpublic

Celal11/resnet-50-finetuned-FER2013-0.003

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes71downloads
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. -->

resnet-50-finetuned-FER2013-0.003

This model is a fine-tuned version of microsoft/resnet-50 on the image_folder dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.9036
  • —Accuracy: 0.6971

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.003
  • —trainbatchsize: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 128
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 15

Training results

Training LossEpochStepValidation LossAccuracy
1.43931.02241.27460.5173
1.25642.04481.14560.5542
1.2183.06721.11020.5816
1.19194.08961.02550.6151
1.12225.011201.02570.6167
1.09256.013440.96760.6317
1.02417.015680.94060.6510
1.00158.017920.94650.6532
0.9879.020160.90020.6748
0.976810.022400.90860.6737
0.940811.024640.89750.6793
0.890712.026880.89660.6769
0.805113.029120.91420.6826
0.816914.031360.90820.6870
0.772915.033600.90360.6971

Framework versions

  • —Transformers 4.20.1
  • —Pytorch 1.11.0
  • —Datasets 2.1.0
  • —Tokenizers 0.12.1