InferQuest
← Quest map
Training Phase 4 · Evals

Prove It

Evals are the training world's observability.

0/4 · 350 XP
You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Briefing

Every claim this path produces — the capstone, the adapters, the RL lift — is only as good as its eval, so this quest is the discipline that makes the rest credible. Run both harnesses (lm-eval-harness is the de facto standard; lighteval is what HF's own projects use) on the same model and same benchmark, and let the discrepancies teach you how much implementation details move scores. That lesson generalizes to every leaderboard you'll ever read.

GSM1k is the contamination result to internalize — up to 8-point drops when models meet genuinely fresh problems — and OLMES exists because small base models are especially easy to mis-measure (cloze vs multiple-choice formulation changes rankings). The verified finale is the artifact that matters: a model on the Hub with an honest card, and a writeup whose numbers you can defend. Honest regressions included — same rule as the quantization path, same reason.

Tasks
  • Same benchmark, both harnesses, note every discrepancy and find its cause (prompt format, few-shot selection, normalization). The discrepancy IS the lesson.

    bench+100 XPresource ↗
  • Fresh GSM8K-style problems, up to 8-point drops. Then look at how OLMo 3 ships decontamination tooling as part of the release.

    paper+50 XPresource ↗
  • Cloze vs multiple-choice formulations, curated few-shots — the standardization that makes sub-7B comparisons meaningful. Pair with “The Leaderboard Illusion” (2504.20879).

    paper+50 XPresource ↗
  • Model on the HF Hub with a real card, and a public writeup with the numbers, the methodology, and the regressions. The writeup is URL-verified now; Hub-checking becomes its own verifier later.

    write+150 XPauto-verified