VINHYU/OpenSpatial-InternVL3-8B

Model

0

stars

2

commits

1

linked in READMEs

Sep 1, 2026

updated

conversational
custom_code
feature-extraction
image-text-to-text
internvl_chat
openspatial
safetensors
spatial-reasoning
transformers
vision-language

README

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.

Contributors

VINHYU

2 commits

VINHYU/OpenSpatial-InternVL3-8B

Model

0

stars

2

commits

1

linked in READMEs

Sep 1, 2026

updated

conversational
custom_code
feature-extraction
image-text-to-text
internvl_chat
openspatial
safetensors
spatial-reasoning
transformers
vision-language

README

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.

Contributors

VINHYU

2 commits