Image Classification
PyTorch
bhheo commited on
Commit
11fb1a0
1 Parent(s): 06c8be8

Update README.md

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