Gengzigang commited on
Commit
dd7c536
2 Parent(s): a7c1a46 e0786fa

Merge branch 'main' of hf.co:microsoft/LLM2CLIP-Openai-L-14-336 into main

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
4
  <div align="center">
5
 
@@ -52,3 +55,15 @@ with torch.no_grad(), torch.cuda.amp.autocast():
52
  ```
53
 
54
  ## BibTeX & Citation
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - CLIP
5
+ - LLM2CLIP
6
  ---
7
  <div align="center">
8
 
 
55
  ```
56
 
57
  ## BibTeX & Citation
58
+
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
+ }
69
+ ```