CoolFace
Modelpublic

Yanagi-Origami/autocode-rl-gptoss20b-synthetic

sourceHugging Faceapache-2.0updated 8d agoView on Hugging Face
0likes14downloads
Model Card

autocode-rl-gptoss20b-synthetic

GPT-OSS-20B after full-parameter GRPO against a deterministic execution judge, trained on 147 frontier-written rewrites of real Codeforces problems.

  • —Expert weights are stored fused (mlp.experts.gate_up_proj, 411 tensors), the layout the official gpt-oss release uses and the only one SGLang's disk loader understands. The per-expert layout that Megatron exporters produce loads without error and then emits gibberish, so it is deliberately not what is published here.
  • —Endpoint checkpoint of a step budget fixed in advance: no selection on any evaluation set.
  • —Evaluation protocol, and the judge, are described in the accompanying paper.
LCB-Pro easy (391)LCB-Pro medium (251)
base gpt-oss-20B68.018.8
this checkpoint77.222.5

Pass@1, mean of 4 samples, C++ solutions graded by the benchmark's official tests.

Yanagi-Origami/autocode-rl-gptoss20b-synthetic · CoolFace