PyTorch
clip
custom_code
Gengzigang commited on
Commit
78f99e8
2 Parent(s): 6ed0cdd abbbaae

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

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