generated_from_keras_callback

food-classifier

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:

Model description

This is an image classification model fine tuned from the Google Vision Transformer (ViT) to classify images of food.

Intended uses & limitations

For messing around!

Training and evaluation data

The training set contained 101 food classes, over a dataset of 101,000 images. The train/eval split was 80/20

Training hyperparameters

The following hyperparameters were used during training:

Training results

Train Loss Validation Loss Train Accuracy Epoch
0.3409 0.2903 0.932 0
0.2838 0.2897 0.917 1
0.2415 0.2869 0.914 2
0.2143 0.2630 0.924 3
0.2136 0.2284 0.94 4

Framework versions