Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

nyu-visionx
/
Cambrian-S-3B

Image-to-Text
Transformers
Safetensors
English
cambrian_qwen
text-generation
multimodal
video-understanding
spatial-reasoning
vision-language
Model card Files Files and versions
xet
Community

Instructions to use nyu-visionx/Cambrian-S-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nyu-visionx/Cambrian-S-3B with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="nyu-visionx/Cambrian-S-3B")
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("nyu-visionx/Cambrian-S-3B", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Cambrian-S-3B
14 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
EdwinHuang's picture
EdwinHuang
Update README.md
9d8cbd7 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    2.53 kB
    Update README.md 7 months ago
  • added_tokens.json
    605 Bytes
    Upload folder using huggingface_hub 7 months ago
  • config.json
    1.73 kB
    Upload folder using huggingface_hub 7 months ago
  • generation_config.json
    243 Bytes
    Upload folder using huggingface_hub 7 months ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 7 months ago
  • model-00001-of-00003.safetensors
    4.98 GB
    xet
    Upload folder using huggingface_hub 7 months ago
  • model-00002-of-00003.safetensors
    4.93 GB
    xet
    Upload folder using huggingface_hub 7 months ago
  • model-00003-of-00003.safetensors
    4.05 GB
    xet
    Upload folder using huggingface_hub 7 months ago
  • model.safetensors.index.json
    93.3 kB
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    499 Bytes
    Upload folder using huggingface_hub 7 months ago
  • tokenizer_config.json
    7.33 kB
    Upload folder using huggingface_hub 7 months ago
  • vocab.json
    3.38 MB
    Upload folder using huggingface_hub 7 months ago