Update README.md
Browse files
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.
|