File size: 368 Bytes
6cfe0dd
 
 
 
 
 
 
 
 
e82c469
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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.