Francesco commited on
Commit
644ed2b
1 Parent(s): 19c8829

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # deit_tiny_patch16_224
2
+ Implementation of DeiT proposed in [Training data-efficient image
3
+ transformers & distillation through
4
+ attention](https://arxiv.org/pdf/2010.11929.pdf)
5
+
6
+ An attention based distillation is proposed where a new token is added
7
+ to the model, the [dist]{.title-ref} token.
8
+
9
+ ![image](https://github.com/FrancescoSaverioZuppichini/glasses/blob/develop/docs/_static/images/DeiT.png?raw=true)
10
+
11
+ ``` {.sourceCode .}
12
+ DeiT.deit_tiny_patch16_224()
13
+ DeiT.deit_small_patch16_224()
14
+ DeiT.deit_base_patch16_224()
15
+ DeiT.deit_base_patch16_384()
16
+ ```
17
+
18
+