Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ADSKAILab
/
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
1

Instructions to use ADSKAILab/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 ADSKAILab/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="ADSKAILab/Zero-To-CAD-Qwen3-VL-2B")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("ADSKAILab/Zero-To-CAD-Qwen3-VL-2B")
    model = AutoModelForImageTextToText.from_pretrained("ADSKAILab/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: 11 commits
kamalrahimi's picture
kamalrahimi
Upload folder using huggingface_hub
8cf9260 verified 1 day ago
  • assets
    Upload 3 files 26 days ago
  • .gitattributes
    1.68 kB
    Upload 3 files 26 days ago
  • README.md
    6.6 kB
    Update README.md 4 days ago
  • chat_template.json
    5.5 kB
    Upload folder using huggingface_hub 27 days ago
  • config.json
    1.55 kB
    Upload folder using huggingface_hub 1 day ago
  • generation_config.json
    121 Bytes
    Upload folder using huggingface_hub 1 day ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 27 days ago
  • model.safetensors
    4.26 GB
    xet
    Upload folder using huggingface_hub 1 day ago
  • preprocessor_config.json
    390 Bytes
    Upload folder using huggingface_hub 27 days ago
  • tokenizer.json
    7.03 MB
    Upload folder using huggingface_hub 27 days ago
  • tokenizer_config.json
    10.9 kB
    Upload folder using huggingface_hub 27 days ago
  • video_preprocessor_config.json
    385 Bytes
    Upload folder using huggingface_hub 27 days ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub 27 days ago