WinKawaks commited on
Commit
77d1485
1 Parent(s): ed06f4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -1,17 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - vision
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).
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vision
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).
18
+
19
+ Note that [safetensors] model requires torch 2.0 environment.