CoolFace
Modelpublic

wellCh4n/tomato-leaf-disease-classification-vit

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

tomato-leaf-disease-classification-vit

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

  • —Loss: 0.0170
  • —Accuracy: 0.9967

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 2e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 1337
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 5.0

Training results

Training LossEpochStepValidation LossAccuracy
0.18791.019300.09150.9842
0.16852.038600.06880.9838
0.01183.057900.02710.9952
0.14.077200.02440.9952
0.06295.096500.01700.9967

Framework versions

  • —Transformers 4.48.0.dev0
  • —Pytorch 2.2.2+cu121
  • —Datasets 3.2.0
  • —Tokenizers 0.21.0