CoolFace
Modelpublic

priyankloco/resnet-101-finetuned_resnet101-sgd-optimizer-autotags

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
1likes11downloads
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-101-finetuned_resnet101-sgd-optimizer-autotags

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

  • —Loss: 1.0245
  • —Accuracy: 0.6781

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: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 64
  • —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
2.71060.99652.76150.1371
2.53311.991302.67020.1495
2.25572.991952.20490.2924
2.04733.992602.04340.3619
1.66444.993251.65850.4438
1.56855.993901.41830.5419
1.3776.994551.28730.5981
1.24417.995201.15020.6362
1.19838.995851.05530.6657
1.09889.996501.02450.6781

Framework versions

  • —Transformers 4.25.1
  • —Pytorch 1.13.1+cu117
  • —Datasets 2.11.0
  • —Tokenizers 0.13.2