OpenSpatial-Qwen3-VL-8B is an OpenSpatial model fine-tuned for spatial understanding and reasoning. This repository contains full, inference-ready model weights.
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.
2 commits
OpenSpatial-Qwen3-VL-8B is an OpenSpatial model fine-tuned for spatial understanding and reasoning. This repository contains full, inference-ready model weights.
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.
2 commits