fede97 commited on
Commit
8d14373
·
verified ·
1 Parent(s): 08351af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,10 +25,10 @@ python -u llava/eval/run_llava.py
25
  If you make use of our work, please cite our repo:
26
 
27
  ```bibtex
28
- @inproceedings{cocchi2025llava,
29
  title={{LLaVA-MORE: A Comparative Study of LLMs and Visual Backbones for Enhanced Visual Instruction Tuning}},
30
  author={Cocchi, Federico and Moratelli, Nicholas and Caffagni, Davide and Sarto, Sara and Baraldi, Lorenzo and Cornia, Marcella and Cucchiara, Rita},
31
- booktitle={arxiv},
32
  year={2025}
33
  }
34
  ```
 
25
  If you make use of our work, please cite our repo:
26
 
27
  ```bibtex
28
+ @article{cocchi2025llava,
29
  title={{LLaVA-MORE: A Comparative Study of LLMs and Visual Backbones for Enhanced Visual Instruction Tuning}},
30
  author={Cocchi, Federico and Moratelli, Nicholas and Caffagni, Davide and Sarto, Sara and Baraldi, Lorenzo and Cornia, Marcella and Cucchiara, Rita},
31
+ journal={arXiv preprint arXiv:2503.15621},
32
  year={2025}
33
  }
34
  ```