Views
No views yet
&!/var, with <Effect>, the epistemic Knowledge<T> stdlib —
not Rust). Successor to sounio-qwen25-coder-1p5b-lora.println!, let x =, no effects). This adapter
makes it write idiomatic Sounio (fn main() with IO, print_int, the effect system).souc check) + run-pass (souc run → expected
stdout) on a 5% validation split never seen in training. Same checker for every model (fair ranking).| model | base | compile-rate | run-pass (gold) |
|---|---|---|---|
| base (no adapter) | Qwen2.5-Coder-7B-Instruct | 6/45 | 0/6 |
| this adapter | 7B-Instruct + LoRA | 19/45 | 1/6 |
| prior 1.5B LoRA | Qwen2.5-Coder-1.5B + LoRA | 4/45 | 0/6 |
souc while the held-out files are from main
(stdlib drift), so the absolute ceiling was ~27/45 — the relative ranking is the reliable signal.1vllm serve Qwen/Qwen2.5-Coder-7B-Instruct \
2 --enable-lora --max-lora-rank 32 \
3 --lora-modules sounio=chiuratto-AIgourakis/sounio-qwen25-coder-7b-lora
4# then request model="sounio"1from peft import PeftModel
2from transformers import AutoModelForCausalLM
3base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-7B-Instruct")
4model = PeftModel.from_pretrained(base, "chiuratto-AIgourakis/sounio-qwen25-coder-7b-lora")