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.

Downloads last month
-
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for VINHYU/OpenSpatial-Qwen2.5-VL-7B

Finetuned
(1191)
this model

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

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