Yif29 commited on
Commit
e77759a
1 Parent(s): 1b9deef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
4
  <div align="center">
5
 
@@ -53,3 +56,13 @@ with torch.no_grad(), torch.cuda.amp.autocast():
53
  ```
54
 
55
  ## BibTeX & Citation
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - CLIP
5
+ - LLM2CLIP
6
  ---
7
  <div align="center">
8
 
 
56
  ```
57
 
58
  ## BibTeX & Citation
59
+
60
+ @misc{huang2024llm2clippowerfullanguagemodel,
61
+ title={LLM2CLIP: Powerful Language Model Unlock Richer Visual Representation},
62
+ 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},
63
+ year={2024},
64
+ eprint={2411.04997},
65
+ archivePrefix={arXiv},
66
+ primaryClass={cs.CV},
67
+ url={https://arxiv.org/abs/2411.04997},
68
+ }