CoolFace
Modelpublic

priyankloco/resnet-101-finetuned_resnet101-cnn-autotags

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes17downloads
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-cnn-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: 0.2099
  • —Accuracy: 0.9229

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: 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.04340.99651.60450.4829
0.90131.991300.69460.7648
0.70972.991950.49280.8295
0.43863.992600.36320.8610
0.42614.993250.32690.8838
0.31815.993900.27900.9010
0.23496.994550.23770.9190
0.16157.995200.24160.9114
0.11468.995850.21620.9219
0.12549.996500.20990.9229

Framework versions

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