Image Classification
Transformers
TensorBoard
Safetensors
vit
fruits
vegetables
food
Generated from Trainer
Eval Results (legacy)
Instructions to use ElioBaserga/vit-base-oxford-iiit-pets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ElioBaserga/vit-base-oxford-iiit-pets with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ElioBaserga/vit-base-oxford-iiit-pets") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("ElioBaserga/vit-base-oxford-iiit-pets") model = AutoModelForImageClassification.from_pretrained("ElioBaserga/vit-base-oxford-iiit-pets") - Notebooks
- Google Colab
- Kaggle
vit-base-oxford-iiit-pets
This model is a fine-tuned version of google/vit-base-patch16-224 on the fruits-and-vegetables-classification dataset. It achieves the following results on the evaluation set:
- Loss: 0.1798
- Accuracy: 0.9331
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: 16
- eval_batch_size: 8
- seed: 42
- optimizer: Use 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: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.6158 | 1.0 | 195 | 0.2572 | 0.9145 |
| 0.2671 | 2.0 | 390 | 0.2054 | 0.9288 |
| 0.2212 | 3.0 | 585 | 0.1905 | 0.9288 |
| 0.1935 | 4.0 | 780 | 0.1803 | 0.9345 |
| 0.1969 | 5.0 | 975 | 0.1774 | 0.9316 |
Framework versions
- Transformers 4.50.0
- Pytorch 2.6.0+cu124
- Datasets 3.4.1
- Tokenizers 0.21.1
- Downloads last month
- 5
Model tree for ElioBaserga/vit-base-oxford-iiit-pets
Base model
google/vit-base-patch16-224Space using ElioBaserga/vit-base-oxford-iiit-pets 1
Evaluation results
- Accuracy on fruits-and-vegetables-classificationvalidation set self-reported0.933