CoolFace
Modelpublic

gagan3012/ViTGPT2I2A

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

ViTGPT2I2A

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

  • —Loss: 0.0708

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: 2e-05
  • —trainbatchsize: 2
  • —evalbatchsize: 2
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 2
  • —totaltrainbatch_size: 4
  • —totalevalbatch_size: 4
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 5.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
0.15280.1710000.0869
0.08990.3420000.0817
0.0840.5130000.0790
0.08140.6840000.0773
0.08030.8550000.0757
0.0771.0260000.0745
0.07391.1970000.0740
0.07191.3780000.0737
0.07171.5490000.0730
0.07311.71100000.0727
0.07081.88110000.0720
0.06972.05120000.0717
0.06552.22130000.0719
0.06532.39140000.0719
0.06572.56150000.0712
0.06632.73160000.0710
0.06542.9170000.0708
0.06453.07180000.0716
0.06163.24190000.0712
0.06073.41200000.0712
0.06113.58210000.0711
0.06153.76220000.0711
0.06143.93230000.0710
0.05944.1240000.0716
0.05874.27250000.0715
0.05744.44260000.0715
0.05794.61270000.0715
0.05814.78280000.0715
0.05794.95290000.0715

Framework versions

  • —Transformers 4.16.2
  • —Pytorch 1.10.2+cu113
  • —Datasets 1.18.3
  • —Tokenizers 0.11.0