CoolFace
Modelpublic

JoshuaKelleyDs/quickdraw-ViT-base-finetune

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

quickdraw-ViT-base-finetune

This model is a fine-tuned version of WinKawaks/vit-tiny-patch16-224 on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.8260
  • Accuracy: 0.7892

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.0008
  • trainbatchsize: 512
  • evalbatchsize: 512
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • lrschedulerwarmup_steps: 10000
  • num_epochs: 5
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
1.31040.568850001.26370.6826
1.14791.1377100001.14210.7096
1.02361.7065150001.01280.7404
0.92062.2753200000.94570.7577
0.88782.8441250000.91110.7652
0.81073.4130300000.87540.7749
0.78743.9818350000.84360.7827
0.70644.5506400000.83600.7869

Framework versions

  • Transformers 4.40.2
  • Pytorch 2.2.1
  • Datasets 2.19.1
  • Tokenizers 0.19.1