Views
No views yet
transformers
model classes involved.| file | role in the notebook |
|---|---|
policy.safetensors | the model being trained (verl PPO checkpoint on GSM8K) |
reference.safetensors | frozen KL anchor: the original Qwen2.5-0.5B-Instruct |
value.safetensors | the critic: same trunk + scalar score head (verl AutoModelForTokenClassification layout) |
rollout.json | the fixed GSM8K question/response the notebook dissects |
agent-ops/grpo-arithmetic/2026-08-07_1043am_simple-ppo-notebook/
(convert_to_banks.py; parity + fp16-safety checks in parity_test.py).