VINHYU/OpenSpatial-Qwen2.5-VL-7B

Model

0

stars

2

commits

1

linked in READMEs

Sep 1, 2026

updated

conversational
endpoints_compatible
image-text-to-text
openspatial
qwen2_5_vl
safetensors
spatial-reasoning
text-generation-inference
transformers
vision-language
Browse cluster: Medical Vision-Language Models

README

OpenSpatial-Qwen2.5-VL-7B

OpenSpatial-Qwen2.5-VL-7B is an OpenSpatial model fine-tuned for spatial understanding and reasoning. This repository contains full, inference-ready model weights.

Loading

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.

Contributors

VINHYU

2 commits

VINHYU/OpenSpatial-Qwen2.5-VL-7B

Model

0

stars

2

commits

1

linked in READMEs

Sep 1, 2026

updated

conversational
endpoints_compatible
image-text-to-text
openspatial
qwen2_5_vl
safetensors
spatial-reasoning
text-generation-inference
transformers
vision-language
Browse cluster: Medical Vision-Language Models

README

OpenSpatial-Qwen2.5-VL-7B

OpenSpatial-Qwen2.5-VL-7B is an OpenSpatial model fine-tuned for spatial understanding and reasoning. This repository contains full, inference-ready model weights.

Loading

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.

Contributors

VINHYU

2 commits