aimagelab/LLaVA_MORE-llama_3_1-8B-siglip-finetuning
113
Model Card: LLaVAMORE-llama3_1-8B-siglip-finetuning
In this model space, you will find the stage two (finetuning) weights of LLaVA-MORE LLaMA 3.1 8B.
For more information, visit our [LLaVA-MORE](https://github.com/aimagelab/LLaVA-MORE) repository.
## Inference
You can try our LLaVA-MORE in the Image-To-Text task by cloning our repository and running the following script.
python -u llava/eval/runllava.py --model-path "aimagelab/LLaVAMORE-llama31-8B-siglip-finetuning"
## Citation
If you make use of our work, please cite our repo:
@article{cocchi2025llava, title={{LLaVA-MORE: A Comparative Study of LLMs and Visual Backbones for Enhanced Visual Instruction Tuning}}, author={Cocchi, Federico and Moratelli, Nicholas and Caffagni, Davide and Sarto, Sara and Baraldi, Lorenzo and Cornia, Marcella and Cucchiara, Rita}, journal={arXiv preprint arXiv:2503.15621}, year={2025} }
