ariG23498 HF staff commited on
Commit
e82c469
·
verified ·
1 Parent(s): 6cfe0dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,4 +7,8 @@ base_model:
7
  - timm/vit_base_patch16_224.orig_in21k_ft_in1k
8
  pipeline_tag: image-classification
9
  library_name: transformers
10
- ---
 
 
 
 
 
7
  - timm/vit_base_patch16_224.orig_in21k_ft_in1k
8
  pipeline_tag: image-classification
9
  library_name: transformers
10
+ ---
11
+
12
+ # Food Classification with ViTs
13
+
14
+ 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.