dougalldeepmind/2026-08-31-difficult-advice-716-seeds-bundle
da716 seed replicates — training bundle (seeds 42 and 69) code.tar.gz (trainer + src/ + the two seed configs) beside seed 0's mixture, byte-identical. scripts/gpu/runpod_train.py up reads both from this one repo. field value experiment Seed replicates of the da716 arm (Table2 9,284 filtered + difficult-advice-v2 716, 7.16%) so the arm carries training-seed variance like its siblings. da716 was the last arm on a single seed and is the comparison baseline for the… See the full description on the dataset page: https://huggingface.co/datasets/dougalldeepmind/2026-08-31-difficult-advice-716-seeds-bundle.
da716 seed replicates — training bundle (seeds 42 and 69)
code.tar.gz (trainer + src/ + the two seed configs) beside seed 0's mixture, byte-identical. scripts/gpu/runpod_train.py up reads both from this one repo.
Mixture provenance
t2_9284_da716_10k.jsonl is copied VERBATIM from `LASR-Callum/2026-08-14-table2-9284-difficult-advice-716-train` — sha256 bc5c18e0fae1823ca7bd1b5bdae58e585a833958c632e21014b640733959b41e, asserted by the staging script. It is never rebuilt: the mixture builder's shuffle depends on the corpus it reads, so rebuilding would reorder every row and make these runs differ from seed 0 in their data as well as their seed.
Deviation from seed 0, stated plainly
Seed 0 (2026-08-14, commit 40ed848) ran a trainer that read a LOCAL data_path and whose main() took no overrides, so it cannot be driven by the current pod launcher at all. These replicates therefore run the CURRENT trainer. The two differences that touch training were checked before launching: build_labels gained an optional mask_spans argument that is inert when unused (this arm does not use it), and warmup_ratio now passes through a compatibility shim that emits the identical schedule when SFTConfig still accepts the field and the converted equivalent when it does not. Everything else in the diff is plumbing (data_repo/data_file, push, stamps, logging).
