How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="nyu-visionx/cambrian-8b")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("nyu-visionx/cambrian-8b", dtype="auto")
Quick Links

Cambrian Model Card

Model details

Model type: Cambrian is an open-source Multimodal LLM with vision-centric designs.

Model date: Cambrian-1-8B was trained in June 2024.

Paper or resources for more information:

License

Llama 3 is licensed under the LLAMA 3 Community License, Copyright (c) Meta Platforms, Inc. All Rights Reserved.

Where to send questions or comments about the model: https://github.com/cambrian-mllm/cambrian/issues

Training dataset

Downloads last month
985
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including nyu-visionx/cambrian-8b

Paper for nyu-visionx/cambrian-8b