Gengzigang
commited on
Commit
·
cbda8ca
1
Parent(s):
3598b4a
update
Browse files
README.md
CHANGED
@@ -100,3 +100,14 @@ print("Label probs:", text_probs)
|
|
100 |
```
|
101 |
|
102 |
## BibTeX & Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
```
|
101 |
|
102 |
## BibTeX & Citation
|
103 |
+
|
104 |
+
```
|
105 |
+
@misc{huang2024llm2clippowerfullanguagemodel,
|
106 |
+
title={LLM2CLIP: Powerful Language Model Unlock Richer Visual Representation},
|
107 |
+
author={Weiquan Huang and Aoqi Wu and Yifan Yang and Xufang Luo and Yuqing Yang and Liang Hu and Qi Dai and Xiyang Dai and Dongdong Chen and Chong Luo and Lili Qiu},
|
108 |
+
year={2024},
|
109 |
+
eprint={2411.04997},
|
110 |
+
archivePrefix={arXiv},
|
111 |
+
primaryClass={cs.CV},
|
112 |
+
url={https://arxiv.org/abs/2411.04997},
|
113 |
+
}
|