File size: 676 Bytes
820c91c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
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 |