PyTorch
phi3_v
custom_code
m-elio commited on
Commit
8f1927d
·
verified ·
1 Parent(s): fba84e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -89,5 +89,13 @@ This is a use case where the model is being used to retrieve an image caption in
89
  If you use this model in your research, please cite the following:
90
 
91
  ```bibtex
92
- TBD
 
 
 
 
 
 
 
 
93
  ```
 
89
  If you use this model in your research, please cite the following:
90
 
91
  ```bibtex
92
+ @misc{musacchio2025xvlm2vecadaptinglvlmbasedembedding,
93
+ title={xVLM2Vec: Adapting LVLM-based embedding models to multilinguality using Self-Knowledge Distillation},
94
+ author={Elio Musacchio and Lucia Siciliani and Pierpaolo Basile and Giovanni Semeraro},
95
+ year={2025},
96
+ eprint={2503.09313},
97
+ archivePrefix={arXiv},
98
+ primaryClass={cs.CL},
99
+ url={https://arxiv.org/abs/2503.09313},
100
+ }
101
  ```