OpenSpatial-InternVL2.5-8B

OpenSpatial-InternVL2.5-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 InternVL2.5 for this checkpoint.

from transformers import AutoModel, AutoTokenizer

model_id = "VINHYU/OpenSpatial-InternVL2.5-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
-
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-InternVL2.5-8B

Finetuned
(18)
this model

Collection including VINHYU/OpenSpatial-InternVL2.5-8B

Paper for VINHYU/OpenSpatial-InternVL2.5-8B