Update README.md
Browse files
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 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/
|
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 8) 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 |
|