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

JonnyYu828
/
DepthVLM-4B

Depth Estimation
Transformers
Safetensors
qwen3_vl
image-text-to-text
vision-language-model
3d-vision
multimodal
qwen3-vl
Model card Files Files and versions
xet
Community
1

Instructions to use JonnyYu828/DepthVLM-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JonnyYu828/DepthVLM-4B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("depth-estimation", model="JonnyYu828/DepthVLM-4B")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("JonnyYu828/DepthVLM-4B")
    model = AutoModelForImageTextToText.from_pretrained("JonnyYu828/DepthVLM-4B")
  • Notebooks
  • Google Colab
  • Kaggle
DepthVLM-4B
9.74 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
nielsr's picture
nielsr HF Staff
Improve model card metadata and content
795d60d verified about 15 hours ago
  • .gitattributes
    1.57 kB
    Initial release of DepthVLM-4B 5 days ago
  • README.md
    2.06 kB
    Improve model card metadata and content about 15 hours ago
  • chat_template.jinja
    5.29 kB
    Initial release of DepthVLM-4B 5 days ago
  • config.json
    1.73 kB
    Initial release of DepthVLM-4B 5 days ago
  • generation_config.json
    227 Bytes
    Initial release of DepthVLM-4B 5 days ago
  • model.safetensors
    9.72 GB
    xet
    Initial release of DepthVLM-4B 5 days ago
  • processor_config.json
    1.3 kB
    Initial release of DepthVLM-4B 5 days ago
  • tokenizer.json
    11.4 MB
    xet
    Initial release of DepthVLM-4B 5 days ago
  • tokenizer_config.json
    705 Bytes
    Initial release of DepthVLM-4B 5 days ago