OpenSpatial-InternVL3-8B

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

Loading

Use transformers the version recommended by InternVL3 for this checkpoint.

from transformers import AutoModel, AutoTokenizer

model_id = "VINHYU/OpenSpatial-InternVL3-8B"
model = AutoModel.from_pretrained(
    model_id,
    torch_dtype="auto",
    low_cpu_mem_usage=True,
    trust_remote_code=True,
).eval().cuda()
tokenizer = AutoTokenizer.from_pretrained(
    model_id, trust_remote_code=True, use_fast=False
)

Please refer to the OpenSpatial repository and the base model repository for full usage instructions, limitations, and license terms.

Downloads last month
28
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-InternVL3-8B

Collection including VINHYU/OpenSpatial-InternVL3-8B

Paper for VINHYU/OpenSpatial-InternVL3-8B