gberton commited on
Commit
81aef2d
·
verified ·
1 Parent(s): 8b1c40f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -92,3 +92,14 @@ text_emb = model.encode_text(["a city"])
92
  ## License
93
 
94
  Apache 2.0
 
 
 
 
 
 
 
 
 
 
 
 
92
  ## License
93
 
94
  Apache 2.0
95
+
96
+ ## Citation
97
+
98
+ ```bibtex
99
+ @inproceedings{cao2026tipsv2,
100
+ title = {{TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment}},
101
+ 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},
102
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
103
+ year = {2026}
104
+ }
105
+ ```