ariG23498 HF staff commited on
Commit
80b9526
·
verified ·
1 Parent(s): 9ff4e85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -7,4 +7,10 @@ base_model:
7
  - timm/vit_base_patch16_224.augreg2_in21k_ft_in1k
8
  pipeline_tag: image-classification
9
  library_name: transformers
10
- ---
 
 
 
 
 
 
 
7
  - timm/vit_base_patch16_224.augreg2_in21k_ft_in1k
8
  pipeline_tag: image-classification
9
  library_name: transformers
10
+ ---
11
+
12
+ Supervised Fine Tuned version of `timm/vit_base_patch16_224.augreg2_in21k_ft_in1k` on the `ethz/food101` dataset.
13
+
14
+ Artefeacts:
15
+ 1. [Hugging Face Space on Food Classification using this model](https://huggingface.co/spaces/ariG23498/food-classification)
16
+ 2. [Training code for the model](https://github.com/ariG23498/timm-wrapper-examples/blob/main/%2304_sft.ipynb)