WinKawaks commited on
Commit
c12ccad
1 Parent(s): 5bccbca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -5,5 +5,13 @@ tags:
5
  - image-classification
6
  datasets:
7
  - imagenet
 
 
 
 
 
 
 
 
8
 
9
  Google didn't publish vit-tiny and vit-small model checkpoints in Hugging Face. I converted the weights from the [timm repository] (https://github.com/rwightman/pytorch-image-models). This model is used in the same way as [ViT-base] (https://huggingface.co/google/vit-base-patch16-224).
 
5
  - image-classification
6
  datasets:
7
  - imagenet
8
+ widget:
9
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
10
+ example_title: Tiger
11
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
12
+ example_title: Teapot
13
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
14
+ example_title: Palace
15
+ ---
16
 
17
  Google didn't publish vit-tiny and vit-small model checkpoints in Hugging Face. I converted the weights from the [timm repository] (https://github.com/rwightman/pytorch-image-models). This model is used in the same way as [ViT-base] (https://huggingface.co/google/vit-base-patch16-224).