CoolFace
Modelpublic

eliasteikari/retinal_disease_model

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes73downloads
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. -->

retinaldiseasemodel

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.8147
  • —Accuracy: 0.6062

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: 32
  • —evalbatchsize: 32
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
1.53451.02931.30420.3991
1.25252.05861.34180.3633
1.08513.08791.20630.5008
0.94134.011721.08550.4971
0.82125.014650.96730.4848
0.71186.017580.96830.5350
0.64517.020510.87280.6009
0.59108.023440.81770.5939
0.55189.026370.82300.5993
0.538310.029300.81470.6062

Framework versions

  • —Transformers 5.0.0
  • —Pytorch 2.10.0+cu128
  • —Datasets 4.0.0
  • —Tokenizers 0.22.2