0
stars
2
commits
1
linked in READMEs
Sep 1, 2026
updated
OpenSpatial-Qwen2.5-VL-7B is an OpenSpatial model fine-tuned for spatial understanding and reasoning. This repository contains full, inference-ready model weights.
Use transformers >=4.51.0 for this checkpoint.
from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
model_id = "VINHYU/OpenSpatial-Qwen2.5-VL-7B"
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
model_id, torch_dtype="auto", device_map="auto"
)
processor = AutoProcessor.from_pretrained(model_id)
Please refer to the OpenSpatial repository and the base model repository for full usage instructions, limitations, and license terms.
2 commits
0
stars
2
commits
1
linked in READMEs
Sep 1, 2026
updated
OpenSpatial-Qwen2.5-VL-7B is an OpenSpatial model fine-tuned for spatial understanding and reasoning. This repository contains full, inference-ready model weights.
Use transformers >=4.51.0 for this checkpoint.
from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
model_id = "VINHYU/OpenSpatial-Qwen2.5-VL-7B"
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
model_id, torch_dtype="auto", device_map="auto"
)
processor = AutoProcessor.from_pretrained(model_id)
Please refer to the OpenSpatial repository and the base model repository for full usage instructions, limitations, and license terms.
2 commits