PyTorch
clip
CLIP
LLM2CLIP
custom_code
Yif29 commited on
Commit
e0786fa
1 Parent(s): e77759a

Update README.md

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