This folder is a low-budget workflow to get from first run to a valid non-record PR.
From your local repo root:
git remote rename origin upstream
git remote add origin https://github.com/YOUR_GITHUB_USERNAME/parameter-golf.git
git fetch upstream
git checkout -b exp/first-runs upstream/main
git push -u origin exp/first-runsUse scripts in starter_kit/scripts:
01_runpod_bootstrap.sh02_smoke_run.sh
Run 03_full_run.sh once smoke logs look healthy.
Run:
python starter_kit/scripts/prepare_submission.py \
--track non_record_16mb \
--run-name my_first_non_record \
--author-name "Your Name" \
--github-id "your_github" \
--val-bpb 1.1999Then copy your real train log into the generated folder and edit README details.
- Folder only adds one new path under
records/track_non_record_16mb/orrecords/track_10min_16mb/. - Includes
README.md,submission.json,train_gpt.py, and train log. - Repro steps are explicit and complete.
- No validation-data leakage or rule violations.