summaryrefslogtreecommitdiff
path: root/BASELINES.md
diff options
context:
space:
mode:
Diffstat (limited to 'BASELINES.md')
-rw-r--r--BASELINES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/BASELINES.md b/BASELINES.md
index cfdb3f5..5051fca 100644
--- a/BASELINES.md
+++ b/BASELINES.md
@@ -148,3 +148,12 @@ as a cheap matched baseline.
- One reproduced seed is evidence of executable fidelity, not a replacement for
a published multi-seed uncertainty interval. Expand seeds only when GPU time
permits and never select the reproduced seed by its accuracy.
+
+`experiments/import_native_baseline.py` refuses incomplete histories, protocol
+or revision drift, tracked source changes, nonfinite values, a missing package
+freeze, the wrong physical GPU, and missing dataset hashes. Completed records
+live under `results/native/<protocol-id>.json`. The separate strict aggregator
+`experiments/audit_native_baselines.py` distinguishes final,
+validation-selected, and test-selected metrics and generates
+`results/native_baseline_audit.md`. `experiments/finalize_accept.sh` remains
+red until both author runs have passed this C4 audit.