metadata
datasets:
- ethz/food101
language:
- en
base_model:
- timm/vit_base_patch16_224.orig_in21k_ft_in1k
pipeline_tag: image-classification
library_name: transformers
Food Classification with ViTs
This repo contains a fine tuned version of the ViT Base, on the Food101 dataset. This showcases the timm
model being fine tuned with transformer
's Trainer
API.