gberton commited on
Commit
1900b45
·
verified ·
1 Parent(s): fda36e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -104,3 +104,14 @@ text_emb = model.encode_text(["a city"])
104
  ## License
105
 
106
  Apache 2.0
 
 
 
 
 
 
 
 
 
 
 
 
104
  ## License
105
 
106
  Apache 2.0
107
+
108
+ ## Citation
109
+
110
+ ```bibtex
111
+ @inproceedings{cao2026tipsv2,
112
+ title = {{TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment}},
113
+ author = {Cao, Bingyi and Chen, Koert and Maninis, Kevis-Kokitsi and Chen, Kaifeng and Karpur, Arjun and Xia, Ye and Dua, Sahil and Dabral, Tanmaya and Han, Guangxing and Han, Bohyung and Ainslie, Joshua and Bewley, Alex and Jacob, Mithun and Wagner, Rene and Ramos, Washington and Choromanski, Krzysztof and Seyedhosseini, Mojtaba and Zhou, Howard and Araujo, Andre},
114
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
115
+ year = {2026}
116
+ }
117
+ ```