Views
No views yet
| folder | run | WRITE reward | iters |
|---|---|---|---|
actonly-6p6/ | ACT trained, WRITE frozen (control arm) | — | 7,15,...,79 (best: 71) |
write-delta-6p6/ | ACT+WRITE co-training | R(M_k)=gain[k+1]−gain[k] | 7,15,...,71 |
model.visual.* / mtp.* tensors (312) grafted verbatim from the base
Qwen/Qwen3.5-4B checkpoint (training never touched them), stored in
model-graft.safetensors. Mamba fp32-family tensors (A_log, linear_attn norms,
48 keys) are upcast bf16→fp32 to match the base dtype contract — numerically
identical to the trained values (Megatron stores the model state in bf16).
Each export passed a 4-gate validation: full key/shape/dtype manifest parity vs
base, language-tower difference check, visual byte-identity check, and an sglang
load + generation smoke test.trust_remote_code=True); tokenizer/config files are
copied from the base checkpoint.