CoolFace
Modelpublic

cvmil/vit-base-patch16-224_rice-disease-02

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

vit-base-patch16-224rice-disease-02111724

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

  • —Loss: 0.3312
  • —Accuracy: 0.9029

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.0001
  • —trainbatchsize: 32
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —num_epochs: 15

Training results

Training LossEpochStepValidation LossAccuracy
1.94441.04231.39190.6420
0.98962.08460.78620.7838
0.63723.012690.60400.8164
0.50794.016920.51360.8450
0.43775.021150.45800.8623
0.39226.025380.42100.8769
0.36087.029610.39660.8809
0.33868.033840.37620.8882
0.32079.038070.36410.8916
0.307810.042300.35190.8935
0.297511.046530.34410.8969
0.289812.050760.33800.9009
0.284513.054990.33410.9029
0.280514.059220.33190.9035
0.278615.063450.33120.9029

Framework versions

  • —Transformers 4.46.2
  • —Pytorch 2.5.1+cu121
  • —Datasets 3.1.0
  • —Tokenizers 0.20.3