File size: 757 Bytes
d91766b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Basecode Sweep
Purpose: run the shared `basecode/blockdiff` toy metric contract across the
implemented sampler hooks before attaching real-model adapters.
Remote result:
| Job ID | Partition | Status | Output |
| --- | --- | --- | --- |
| `678190` | `normal` | completed | `runs/basecode/latest_sweep.jsonl` |
The sweep contains 12 rows:
- confidence remasking at block sizes 8, 16, and 32
- DMax-style reduced-remasking at block sizes 8, 16, and 32
- speculative hook at block sizes 8, 16, and 32
- multiblock decoding at 2, 4, and 8 blocks
This is still a toy contract check, not real-model parity. The next parity step
is to add a DFlash adapter that consumes the same metric fields as
`runs/source_reproductions/dflash_qwen3_4b/*metrics*.json`.
|