Views
No views yet
paw.compile(spec, compiler="paw-4b-qwen3-0.6b") and powers programs on https://programasweights.com.Qwen/Qwen3-4B-Instruct-2507Qwen/Qwen3-0.6B20260407 (see git tag 20260407)compiler/ — a finetuned Qwen3-4B-Instruct-2507 causal LM (the compiler).lora_mapper.pt — the mapper head (trunk + coefficient head + learnable LoRA basis matrices) that turns the compiler's hidden states into a LoRA program.meta.json — lora_rank=64, lora_alpha=16, lora_num_bases=64, prefix_steps=64, target modules [q,k,v,o,gate,up,down]_proj.chat_template(spec) + pseudo-program + 64 prefix tokens is run through the compiler; the mapper reads the 64 prefix hidden states and emits per-layer LoRA A/B matrices as a learned mixture of basis matrices.