nielsr HF staff commited on
Commit
53e097a
1 Parent(s): 93eb306

Fix size of model

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ datasets:
5
  - imagenet-1k
6
  ---
7
 
8
- # Vision Transformer (base-sized model, patch size 16) trained using DINO
9
 
10
  Vision Transformer (ViT) model trained using the DINO method. It was introduced in the paper [Emerging Properties in Self-Supervised Vision Transformers](https://arxiv.org/abs/2010.11929) by Mathilde Caron, Hugo Touvron, Ishan Misra, Hervé Jégou, Julien Mairal, Piotr Bojanowski, Armand Joulin and first released in [this repository](https://github.com/facebookresearch/dino).
11
 
 
5
  - imagenet-1k
6
  ---
7
 
8
+ # Vision Transformer (small-sized model, patch size 16) trained using DINO
9
 
10
  Vision Transformer (ViT) model trained using the DINO method. It was introduced in the paper [Emerging Properties in Self-Supervised Vision Transformers](https://arxiv.org/abs/2010.11929) by Mathilde Caron, Hugo Touvron, Ishan Misra, Hervé Jégou, Julien Mairal, Piotr Bojanowski, Armand Joulin and first released in [this repository](https://github.com/facebookresearch/dino).
11