CoolFace
Modelpublic

agentic-ptb/kimi.h030.rl_v6.step_20

sourceHugging Faceupdated 25d agoView on Hugging Face
0likes34downloads
Model Card

kimi.h040.rlv7.step40

AgentPTB sweep checkpoint. Cell `kimi` — kimi-code / kimi-k3 @ effort `high`.

fieldvalue
plot cellkimi
driverkimi-code / kimi-k3
reasoning efforthigh
run boot (UTC)2026-08-15T21:03:17Z
roleintermediate
hours into runh40.5 of 100
checkpoint path in runruns/rl_v7/weights/step_40
shards4
size16.2 GB
base modelQwen/Qwen3.5-9B-Base
eostokenid[248044, 248046] ✅ correct (repaired 2026-08-28)

Reading the eos field

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.

Mapping back to the figures

The repo id is {cell}.h{HHH}.{family}.{step}, where `hHHH` is the hour of the 100-hour run at which this checkpoint was written — the same x-axis the sweep figures use for eval panels (t_h). So a checkpoint drops onto the performance-over-time curve directly, and sorting repo ids within a cell sorts them chronologically.

hHHH is rounded down to whole hours for sortability; the exact value is the hours into run row above, and in agentic-ptb/INDEX.

Packaging repair (2026-08-28)

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.