Views
No views yet
sol-high — Codex / gpt-5.6-sol @ effort high.| field | value |
|---|---|
| plot cell | sol-high |
| driver | Codex / gpt-5.6-sol |
| reasoning effort | high |
| run boot (UTC) | 2026-08-08T07:28:19Z |
| role | intermediate |
| checkpoint path in run | outputs/echo-scaleswe/weights/step_4 |
| shards | 4 |
| size | 18.8 GB |
| base model | Qwen/Qwen3.5-9B-Base |
| eos_token_id | [248044, 248046] ✅ correct (repaired 2026-08-28) |
248046 is <|im_end|>, the token the Qwen3.5 chat template ends every assistant turn with.
Checkpoints missing it do not stop at end-of-turn and overrun the context window, so their
eval numbers are a floor, not a measurement — compare them only against other checkpoints
with the same eos status, or re-package before evaluating.plot cell above. The sweep figures are keyed by these same cell names.generation_config.json now sets eos_token_id to [248044, 248046], so generation stops on
both <|endoftext|> and the chat-format <|im_end|> token. Model weights are unchanged.