| --- |
| license: apache-2.0 |
| base_model: Qwen/Qwen3.5-9B |
| pipeline_tag: text-generation |
| tags: |
| - openscad |
| - code-generation |
| - instruction-tuning |
| - qwen |
| --- |
| |
| # Qwen3.5-9B OpenSCAD Edit Instruct |
|
|
| A fine-tuned version of Qwen3.5-9B for generating and modifying OpenSCAD code from natural language instructions. |
|
|
| ## Overview |
|
|
| - Base model: Qwen3.5-9B |
| - Method: LoRA (merged) |
| - Task: OpenSCAD code editing and generation |
| - Dataset size: ~139 samples |
|
|
| ## Usage |
|
|
| Input: |
| - Instruction |
| - Existing OpenSCAD code |
|
|
| Output: |
| - Full updated OpenSCAD program |
| - No explanations |
|
|
| ## Notes |
|
|
| - Optimized for structured edit tasks |
| - Best performance on patterns similar to training data |