oxford-pets-vit-from-scratch
This model is a fine-tuned version of WinKawaks/vit-tiny-patch16-224 on the pcuenq/oxford-pets dataset. It achieves the following results on the evaluation set:
- Loss: 3.2803
- Accuracy: 0.1231
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.0003
- train_batch_size: 48
- eval_batch_size: 48
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 10
Training results
Training Loss | Epoch | Step | Validation Loss | Accuracy |
---|---|---|---|---|
3.6195 | 1.0 | 108 | 3.6024 | 0.0352 |
3.5561 | 2.0 | 216 | 3.5537 | 0.0656 |
3.5081 | 3.0 | 324 | 3.5253 | 0.0622 |
3.4711 | 4.0 | 432 | 3.4822 | 0.0812 |
3.3975 | 5.0 | 540 | 3.4285 | 0.0825 |
3.358 | 6.0 | 648 | 3.3771 | 0.0907 |
3.2989 | 7.0 | 756 | 3.3508 | 0.1035 |
3.2387 | 8.0 | 864 | 3.3233 | 0.1049 |
3.1679 | 9.0 | 972 | 3.3016 | 0.1150 |
3.1138 | 10.0 | 1080 | 3.2803 | 0.1231 |
Framework versions
- Transformers 4.52.4
- Pytorch 2.6.0+cu124
- Datasets 3.6.0
- Tokenizers 0.21.1
- Downloads last month
- 72
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
Model tree for legalaspro/oxford-pets-vit-from-scratch
Base model
WinKawaks/vit-tiny-patch16-224