CoolFace
Modelpublic

gcperk20/convnext-small-224-finetuned-piid

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

convnext-small-224-finetuned-piid

This model is a fine-tuned version of facebook/convnext-small-224 on the imagefolder dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.5651
  • —Accuracy: 0.7626

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

Training results

Training LossEpochStepValidation LossAccuracy
1.34050.98201.32010.4155
1.17152.0411.13620.5708
0.92312.98610.92550.6438
0.71284.0820.75580.6986
0.62044.981020.70560.7534
0.53226.01230.66100.7397
0.44036.981430.66390.7443
0.43888.01640.64720.7306
0.39018.981840.66840.7352
0.420210.02050.59340.7397
0.378410.982250.56510.7626
0.297312.02460.64390.7580
0.361412.982660.58440.7534
0.279514.02870.60150.7306
0.282514.983070.60310.7626
0.236416.03280.62490.7534
0.216216.983480.62480.7626
0.245518.03690.61530.7489
0.231418.983890.61130.7580
0.24819.514000.61310.7580

Framework versions

  • —Transformers 4.33.3
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.14.5
  • —Tokenizers 0.13.3