Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model Name: Nike Shoes Recognizer
|
| 2 |
+
Original Model: Vision Transformer (ViT) model pre-trained on ImageNet-21k (14 million images, 21,843 classes) at resolution 224x224.
|
| 3 |
+
It was introduced in the paper An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale by Dosovitskiy et al. and first released in this repository.
|
| 4 |
+
Images are presented to the model as a sequence of fixed-size patches (resolution 16x16), which are linearly embedded.
|
| 5 |
+
Does not provide any fine-tuned heads, as these were zero'd by Google researchers.
|
| 6 |
+
Model Type: Image Classification
|
| 7 |
+
Model Architecture: Vision Transformer (ViT)
|