This model is a fine-tuned version of google/vit-base-patch16-224-in21k on the food101 dataset.
It achieves the following results on the evaluation set:
Loss: 1.6079
Accuracy: 0.892
Model description
Food image classification.
Intended uses & limitations
This was trained for fun and my own learning. But if you want to use it, go ahead.
Training hyperparameters
The following hyperparameters were used during training:
learning_rate: 5e-05
train_batch_size: 16
eval_batch_size: 16
seed: 42
gradient_accumulation_steps: 4
total_train_batch_size: 64
optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08