Views
No views yet
| Version | File | CompF1 | NED ↓ | Description |
|---|---|---|---|---|
| v2 (Phase 1) ★ | lora_phase1_synth5k.pdparams | 0.304 | 0.942 | Best model — 5,000 synthetic KiCad pre-training |
| v1 (exp6) | lora_exp6_best.pdparams | 0.119 | 0.946 | 1,500 real + synthetic text (20% mix) |
Benchmark on test_clean (N=30), greedy decoding, repetition_penalty=1.1, max_tokens=80.
1# Load base model → apply LoRA → load weights via p.set_value()
2# See github repo for full training/eval scripts.