Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ pipeline_tag: text-generation
|
|
| 18 |
|
| 19 |
**cad0** is a fine-tuned language model for text-to-CAD generation. Given a natural
|
| 20 |
language description of a mechanical part, it generates [Compact
|
| 21 |
-
IR](https://github.com/
|
| 22 |
language for parametric 3D geometry.
|
| 23 |
|
| 24 |
## Demo
|
|
@@ -41,7 +41,7 @@ Output: C 50 30 5
|
|
| 41 |
```
|
| 42 |
|
| 43 |
The Compact IR output can be parsed and evaluated by the [vcad
|
| 44 |
-
kernel](https://github.com/
|
| 45 |
geometry.
|
| 46 |
|
| 47 |
## Supported Part Types
|
|
@@ -181,7 +181,7 @@ workarounds
|
|
| 181 |
|
| 182 |
## Related
|
| 183 |
|
| 184 |
-
- https://github.com/
|
| 185 |
kernel
|
| 186 |
- https://vcad.io — Web app with cad0 integration
|
| 187 |
- https://huggingface.co/campedersen/cad0-mini — 0.5B distilled model for browser
|
|
|
|
| 18 |
|
| 19 |
**cad0** is a fine-tuned language model for text-to-CAD generation. Given a natural
|
| 20 |
language description of a mechanical part, it generates [Compact
|
| 21 |
+
IR](https://github.com/ecto/vcad) — a token-efficient domain-specific
|
| 22 |
language for parametric 3D geometry.
|
| 23 |
|
| 24 |
## Demo
|
|
|
|
| 41 |
```
|
| 42 |
|
| 43 |
The Compact IR output can be parsed and evaluated by the [vcad
|
| 44 |
+
kernel](https://github.com/ecto/vcad) to produce editable parametric
|
| 45 |
geometry.
|
| 46 |
|
| 47 |
## Supported Part Types
|
|
|
|
| 181 |
|
| 182 |
## Related
|
| 183 |
|
| 184 |
+
- https://github.com/ecto/vcad — Open-source parametric CAD with custom BRep
|
| 185 |
kernel
|
| 186 |
- https://vcad.io — Web app with cad0 integration
|
| 187 |
- https://huggingface.co/campedersen/cad0-mini — 0.5B distilled model for browser
|