nielsr HF staff commited on
Commit
31d78d3
1 Parent(s): bf35519

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -2,13 +2,14 @@
2
  license: apache-2.0
3
  tags:
4
  - dino
 
5
  datasets:
6
  - imagenet-1k
7
  ---
8
 
9
  # Vision Transformer (small-sized model, patch size 16) 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
 
 
2
  license: apache-2.0
3
  tags:
4
  - dino
5
+ - vision
6
  datasets:
7
  - imagenet-1k
8
  ---
9
 
10
  # Vision Transformer (small-sized model, patch size 16) trained using DINO
11
 
12
+ 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).
13
 
14
  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.
15