Safetensors
English
qwen2_vl
VladPyatov commited on
Commit
033eebd
·
verified ·
1 Parent(s): 07bffa1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - VladPyatov/CADFS
5
+ language:
6
+ - en
7
  ---
8
+ <div align="center">
9
+ <p style="font-size:36px;">CADFS: A Big CAD Program Dataset and Framework for Computer-Aided Design with Large Language Models</p>
10
+ <div style="display: flex; justify-content: center; gap: 10px;">
11
+ <a href="https://voyleg.github.io/cadfs/" style="display:inline-block;background:#212121;color:white;padding:6px 18px;border-radius:999px;text-decoration:none;font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;">🚀 Project Page</a>
12
+ <a href="https://arxiv.org/abs/2605.01925" style="display:inline-block;background:#212121;color:white;padding:6px 18px;border-radius:999px;text-decoration:none;font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;">📃 Paper</a>
13
+ <a href="https://github.com/VladPyatov/CADFS" style="display:inline-block;background:#212121;color:white;padding:6px 18px;border-radius:999px;text-decoration:none;font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;">💻 Code</a>
14
+ <a href="https://huggingface.co/datasets/VladPyatov/CADFS" style="display:inline-block;background:#212121;color:white;padding:6px 18px;border-radius:999px;text-decoration:none;font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;">🤗 Dataset</a>
15
+ </div>
16
+ </div>
17
+
18
+ ## Model Summary
19
+ **CADFS-2B** is a fine-tuned version of [Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) for parametric CAD generation. Given a **text description** or **multi-view images** of a 3D object, the model outputs a [FeatureScript](https://cad.onshape.com/FsDoc/) code that reconstructs the object as a fully parametric CAD model importable into [Onshape](https://www.onshape.com).
20
+ CADFS-2B model weights. SFT of the Qwen2-VL-2B.
21
+
22
+ ---
23
+
24
+ ## Usage
25
+ For inference code see the [CADFS GitHub repository](https://github.com/VladPyatov/CADFS).