The scripts are in the repository, not in the installed package. Clone it,
then
cd recipes/04-train/report-run before running the commands below. Browse this recipe on GitHub.WHILEAI_API_KEY for the real thing; nothing for the smoke run.
Takes: 10 seconds.
test_version when it
does; the platform does not yet refuse a score on another test version, so
this one is on you), a score without an interval is not a result (ci is
the half-width of the 95% interval, and verdict() says “not a result”
without one), and a delta inside the eval’s own re-run band is not a result
either (noise_floor is the spread you saw scoring the same model twice;
verdict() reads it). The --offline verdict is computed from the score
table with the same difference-interval rule the platform uses.
References
- Lambert, N. Reinforcement Learning from Human Feedback. arXiv:2504.12501, 2025. Chapter Evaluation.
- Miller, E. Adding Error Bars to Evals. arXiv:2411.00640, 2024.