nyu-visionx / Cambrian-S-7B

huggingface.co
Total runs: 4.3K
24-hour runs: 0
7-day runs: -379
30-day runs: 80
Model's Last Updated: November 07 2025
image-to-text

Introduction of Cambrian-S-7B

Model Details of Cambrian-S-7B

Cambrian-S-7B

Website | Paper | GitHub | Cambrian-S Family

Authors : Shusheng Yang* , Jihan Yang* , Pinzhi Huang† , Ellis Brown† , et al.

Cambrian-S-7B is a spatially-grounded multimodal large language model that excels at spatial reasoning in video understanding. It achieves state-of-the-art performance on visual-spatial benchmarks while maintaining competitive performance on general video understanding tasks.

Model Details
  • Architecture : Qwen2.5-7B-Instruct + SigLIP2-SO400M vision encoder + 2-layer MLP adapter
  • Parameters : 7B
  • Vision Encoder : SigLIP-384 (SiGLIP)
  • Training : 4-stage pipeline (image alignment → image IT → video IT → spatial IT)
  • Training Data : Trained on VSI-590K (spatial reasoning) + general video instruction data
Usage
from cambrian.model.builder import load_pretrained_model
from cambrian.mm_utils import process_images, tokenizer_image_token
from cambrian.conversation import conv_templates

model_path = "nyu-visionx/Cambrian-S-7B"
tokenizer, model, image_processor, _ = load_pretrained_model(model_path, None, "cambrian-s-7b", device_map="cuda")

# Process image/video
conv = conv_templates["qwen_2"].copy()
conv.append_message(conv.roles[0], "<image>\nWhat objects are in this scene?")
conv.append_message(conv.roles[1], None)
prompt = conv.get_prompt()

# Generate
output_ids = model.generate(input_ids, images=image_tensor, image_sizes=image_sizes)
Citation
@article{yang2025cambrian,
  title={Cambrian-S: Towards Spatial Supersensing in Video},
  author={Yang, Shusheng and Yang, Jihan and Huang, Pinzhi and Brown, Ellis and others},
  journal={arXiv preprint arXiv:2025},
  year={2025}
}

Runs of nyu-visionx Cambrian-S-7B on huggingface.co

4.3K
Total runs
0
24-hour runs
0
3-day runs
-379
7-day runs
80
30-day runs

More Information About Cambrian-S-7B huggingface.co Model

More Cambrian-S-7B license Visit here:

https://choosealicense.com/licenses/apache-2.0

Cambrian-S-7B huggingface.co

Cambrian-S-7B huggingface.co is an AI model on huggingface.co that provides Cambrian-S-7B's model effect (), which can be used instantly with this nyu-visionx Cambrian-S-7B model. huggingface.co supports a free trial of the Cambrian-S-7B model, and also provides paid use of the Cambrian-S-7B. Support call Cambrian-S-7B model through api, including Node.js, Python, http.

nyu-visionx Cambrian-S-7B online free

Cambrian-S-7B huggingface.co is an online trial and call api platform, which integrates Cambrian-S-7B's modeling effects, including api services, and provides a free online trial of Cambrian-S-7B, you can try Cambrian-S-7B online for free by clicking the link below.

nyu-visionx Cambrian-S-7B online free url in huggingface.co:

https://huggingface.co/nyu-visionx/Cambrian-S-7B

Cambrian-S-7B install

Cambrian-S-7B is an open source model from GitHub that offers a free installation service, and any user can find Cambrian-S-7B on GitHub to install. At the same time, huggingface.co provides the effect of Cambrian-S-7B install, users can directly use Cambrian-S-7B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Cambrian-S-7B install url in huggingface.co:

https://huggingface.co/nyu-visionx/Cambrian-S-7B

Url of Cambrian-S-7B

Provider of Cambrian-S-7B huggingface.co

nyu-visionx
ORGANIZATIONS

Other API from nyu-visionx

huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 05 2026