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

Duplicated from  ADSKAILab/Zero-To-CAD-Qwen3-VL-2B

introvoyz041
/
Zero-To-CAD-Qwen3-VL-2B

Image-to-Text
Transformers
Safetensors
English
code
qwen3_vl
image-text-to-text
CAD
CadQuery
image-to-CAD
vision-language-model
3D-reconstruction
code-generation
parametric-CAD
Model card Files Files and versions
xet
Community

Instructions to use introvoyz041/Zero-To-CAD-Qwen3-VL-2B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use introvoyz041/Zero-To-CAD-Qwen3-VL-2B 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="introvoyz041/Zero-To-CAD-Qwen3-VL-2B")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("introvoyz041/Zero-To-CAD-Qwen3-VL-2B")
    model = AutoModelForImageTextToText.from_pretrained("introvoyz041/Zero-To-CAD-Qwen3-VL-2B")
  • Notebooks
  • Google Colab
  • Kaggle
Zero-To-CAD-Qwen3-VL-2B
4.27 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
introvoyz041's picture
introvoyz041
kamalrahimi's picture
kamalrahimi
Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B
4579039 4 days ago
  • assets
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • .gitattributes
    1.68 kB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • README.md
    6.6 kB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • chat_template.json
    5.5 kB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • config.json
    1.55 kB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • generation_config.json
    121 Bytes
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • merges.txt
    1.67 MB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • model.safetensors
    4.26 GB
    xet
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • preprocessor_config.json
    390 Bytes
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • tokenizer.json
    7.03 MB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • tokenizer_config.json
    10.9 kB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • video_preprocessor_config.json
    385 Bytes
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago
  • vocab.json
    2.78 MB
    Duplicate from ADSKAILab/Zero-To-CAD-Qwen3-VL-2B 4 days ago