CoolFace
Modelpublic

Celal11/resnet-50-finetuned-FER2013-0.001

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
1likes20downloads
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.001

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.9002
  • —Accuracy: 0.6847

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.001
  • —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: 10

Training results

Training LossEpochStepValidation LossAccuracy
1.47231.02241.33820.4887
1.22362.04481.10900.5751
1.17283.06721.02620.6158
1.15454.08960.97170.6339
1.07765.011200.98850.6360
1.01836.013440.94750.6560
0.98567.015680.91140.6700
0.9538.017920.90740.6767
0.91519.020160.90760.6833
0.935510.022400.90020.6847

Framework versions

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