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-phi3-3b", trust_remote_code=True)
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("nyu-visionx/cambrian-phi3-3b", trust_remote_code=True, 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-3B was trained in June 2024.

Paper or resources for more information:

License

MIT License following Phi-3

Performance

Cambrian Results including Cambrian-3B

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

Training dataset

Downloads last month
18
Safetensors
Model size
4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using nyu-visionx/cambrian-phi3-3b 1

Collection including nyu-visionx/cambrian-phi3-3b

Paper for nyu-visionx/cambrian-phi3-3b