Kaichengalex commited on
Commit
f7cabea
·
verified ·
1 Parent(s): db49e1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ #### [EMNLP 2024] [RWKV-CLIP: A Robust Vision-Language Representation Learner](https://aclanthology.org/2024.emnlp-main.276.pdf)
5
+
6
+ This model is RWKV-CLIP-B/32 training on YFCC15M. Please refer to https://github.com/deepglint/RWKV-CLIP for more detailed information.
7
+
8
+ If you find this dataset useful, please use the following BibTeX entry for citation.
9
+
10
+ ```
11
+ @misc{gu2024rwkvclip,
12
+ title={RWKV-CLIP: A Robust Vision-Language Representation Learner},
13
+ author={Tiancheng Gu and Kaicheng Yang and Xiang An and Ziyong Feng and Dongnan Liu and Weidong Cai and Jiankang Deng},
14
+ year={2024},
15
+ eprint={2406.06973},
16
+ archivePrefix={arXiv},
17
+ primaryClass={cs.CV}
18
+ }
19
+ ```