Views
No views yet
google/vit-base-patch16-224) for image classification on the Oxford-IIIT Pet Dataset.
It uses transfer learning to adapt a generic vision model to identify 37 different cat and dog breeds.
The model head is adjusted to output the number of classes in the dataset, and it is trained end-to-end using standard classification loss.| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.3716 | 1.0 | 370 | 0.3013 | 0.9242 |
| 0.2048 | 2.0 | 740 | 0.2342 | 0.9310 |
| 0.1764 | 3.0 | 1110 | 0.2124 | 0.9350 |
| 0.1617 | 4.0 | 1480 | 0.2050 | 0.9350 |
| 0.1235 | 5.0 | 1850 | 0.2032 | 0.9350 |
openai/clip-vit-base-patch32.
Instead of training, the CLIP model was evaluated using a list of breed names (e.g., "Siamese", "Persian", "Chihuahua") as candidate labels for zero-shot classification.