Image Classification
PyTorch
bhheo commited on
Commit
45af7a2
·
verified ·
1 Parent(s): 9112e21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: bsd-3-clause
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ datasets:
4
+ - ILSVRC/imagenet-1k
5
+ metrics:
6
+ - accuracy
7
+ base_model:
8
+ - timm/deit3_small_patch16_224.fb_in1k
9
+ ---
10
+
11
+ # Model Card for rope_mixed_deit_small_patch16_LS
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+ ImageNet-1k DeiT-iii pre-trained model with Rotary Position Embedding
15
+
16
+ Rotary Position Embedding for Vision Transformer [ECCV 2024]
17
+
18
+ - **Repository:** https://github.com/naver-ai/rope-vit
19
+ - **Paper:** https://arxiv.org/abs/2403.13298
20
+
21
+
22
+ ## Citation
23
+
24
+ ```
25
+ @inproceedings{heo2024ropevit,
26
+ title={Rotary Position Embedding for Vision Transformer},
27
+ author={Heo, Byeongho and Park, Song and Han, Dongyoon and Yun, Sangdoo},
28
+ year={2024},
29
+ booktitle={European Conference on Computer Vision (ECCV)},
30
+ }
31
+ ```