Loading
This checkpoint inherits the architecture of Qwen/Qwen2.5-VL-3B-Instruct.
Load it with the same interface you would use for the base model.
from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor
Citation
If you use this checkpoint, please cite both our paper and the original Qwen2.5-VL-3B paper.
Our paper (this checkpoint family):
@article{min2026whyfarlooksup,
title = {Why Far Looks Up: Probing Spatial Representation in Vision-Language Models},
author = {Min, Cheolhong and Jung, Jaeyun and Lee, Daeun and Jeon, Hyeonseong and
Su, Yu and Tremblay, Jonathan and Song, Chan Hee and Park, Jaesik},
journal = {arXiv preprint arXiv:2605.30161},
year = {2026},
}
Original Qwen2.5-VL-3B (Qwen2.5-VL Technical Report):
@article{bai2025qwen25vl,
title = {Qwen2.5-VL Technical Report},
author = {Bai, Shuai and Chen, Keqin and Liu, Xuejing and Wang, Jialin and others},
journal = {arXiv preprint arXiv:2502.13923},
year = {2025},
}