rosikand commited on
Commit
073a435
1 Parent(s): 745a5a9

Fixed link typo

Browse files

Link pointed to wrong paper

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ datasets:
8
 
9
  # Vision Transformer (base-sized model, patch size 8) trained using DINO
10
 
11
- 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).
12
 
13
  Disclaimer: The team releasing DINO did not write a model card for this model so this model card has been written by the Hugging Face team.
14
 
 
8
 
9
  # Vision Transformer (base-sized model, patch size 8) trained using DINO
10
 
11
+ 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/2104.14294) 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).
12
 
13
  Disclaimer: The team releasing DINO did not write a model card for this model so this model card has been written by the Hugging Face team.
14