Kaichengalex commited on
Commit
83937ed
·
verified ·
1 Parent(s): 5a56e70

Update README.md

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