VINHYU/OpenSpatial-Qwen3-VL-8B

Model

0

stars

2

commits

1

linked in READMEs

Sep 1, 2026

updated

conversational
endpoints_compatible
image-text-to-text
openspatial
qwen3_vl
safetensors
spatial-reasoning
transformers
vision-language

README

OpenSpatial-Qwen3-VL-8B

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

Loading

Use transformers >=4.57.0 for this checkpoint.

from transformers import AutoProcessor, Qwen3VLForConditionalGeneration

model_id = "VINHYU/OpenSpatial-Qwen3-VL-8B"
model = Qwen3VLForConditionalGeneration.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-Qwen3-VL-8B

Model

0

stars

2

commits

1

linked in READMEs

Sep 1, 2026

updated

conversational
endpoints_compatible
image-text-to-text
openspatial
qwen3_vl
safetensors
spatial-reasoning
transformers
vision-language

README

OpenSpatial-Qwen3-VL-8B

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

Loading

Use transformers >=4.57.0 for this checkpoint.

from transformers import AutoProcessor, Qwen3VLForConditionalGeneration

model_id = "VINHYU/OpenSpatial-Qwen3-VL-8B"
model = Qwen3VLForConditionalGeneration.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