docs(samples): document golden-score (VS/FS=100) reproduction in sample READMEs#12
Closed
itsloganmann wants to merge 1 commit into
Closed
docs(samples): document golden-score (VS/FS=100) reproduction in sample READMEs#12itsloganmann wants to merge 1 commit into
itsloganmann wants to merge 1 commit into
Conversation
…ADMEs Document the exact, verified command sequence to reproduce the published golden scores from each sample's golden_output, so the numbers can be regenerated blindly from a clean checkout. - samples/README.md: new "Reproduce the golden scores" section alongside the task-shape, local-serve, inference, and evaluation sections. - Per-sample READMEs (lumina-landing, meridian-dashboard, flux-field, prism-shader, cadence-board): a golden-reproduction block with the sample name pre-filled. Docs-only: 157 insertions, 0 deletions; no code, deps, or schema touched.
There was a problem hiding this comment.
Pull request overview
Docs-only PR adding a "Reproduce the golden scores (VS / FS = 100)" recipe to samples/README.md and to each of the five per-sample READMEs. The recipe stages the sample dataset, copies golden_output/ into a results dir, and runs evaluate + analyze so a reader can regenerate the published golden numbers from a clean checkout.
Changes:
- New section in
samples/README.mdwith the full recipe and 3-run acceptance bar. - Identical per-sample block (with
S=pre-filled) appended to each of the five sample READMEs.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| samples/README.md | Adds section 4 documenting the golden-score reproduction recipe across all samples. |
| samples/lumina-landing/README.md | Appends per-sample golden-score reproduction block with S=lumina-landing. |
| samples/meridian-dashboard/README.md | Appends per-sample golden-score block with S=meridian-dashboard. |
| samples/flux-field/README.md | Appends per-sample golden-score block with S=flux-field. |
| samples/prism-shader/README.md | Appends per-sample golden-score block with S=prism-shader. |
| samples/cadence-board/README.md | Appends per-sample golden-score block with S=cadence-board. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a golden-score reproduction recipe to the samples docs so a reader can blindly regenerate the published VS 100 / FS 100 numbers.
samples/README.md: a new "Reproduce the golden scores (VS / FS = 100)" section, alongside the existing task-shape summary, local-serve, run-inference, and run-evaluation sections.Why
The five calibrated golden outputs score VS 100 / FS 100, but the steps to reproduce that lived only in chat. This documents the exact, verified command sequence (stage the dataset, point a results dir at
golden_output, evaluate in a fresh sandbox, analyze) so the numbers can be regenerated from a clean checkout.Notes
pip install -e .) plus a fresh sandbox container per sample reproduces VS 100 / FS 100 for all five.Test plan
S=.