CoolFace
Modelpublic

OSRSEnthusiast/trainer_output

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

trainer_output

This model is a fine-tuned version of google/vit-base-patch16-224 on the imagefolder dataset. It achieves the following results on the evaluation set:

  • Loss: 0.3427
  • Accuracy: 0.8776

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: 20
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossAccuracy
No log1.0390.41240.7938
No log2.0780.32940.8454
0.44973.01170.29320.8454
0.44974.01560.27990.8557
0.44975.01950.26920.8969
0.27646.02340.26040.8969
0.27647.02730.25830.9175
0.21928.03120.25460.9072
0.21929.03510.25060.9072
0.219210.03900.25360.9072
0.193611.04290.25300.8866
0.193612.04680.25030.9072
0.173113.05070.24800.9072
0.173114.05460.24960.9072
0.173115.05850.24980.9072
0.15516.06240.24980.9072
0.15517.06630.24950.9072
0.144218.07020.24880.9072
0.144219.07410.24930.9072
0.144220.07800.24900.9072

Framework versions

  • Transformers 4.51.3
  • Pytorch 2.6.0+cu124
  • Datasets 3.5.1
  • Tokenizers 0.21.1