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