| Age | Commit message (Collapse) | Author |
|
checkpoints (salvages compiled-GPU runs)
|
|
|
|
transformer->cuda+compile)
|
|
guard, and handle empty split tensors
|
|
adaptive eval schedule
|
|
- _compute_sieve_rank: find LARGEST k (not smallest) whose signature
contains all error preds — fixes P5(4) vs P5(1) bug
- _sieve_rank_signature: iterate all small_primes (not just p²≤n) to
catch composites like 209=11*19 where 11²>209
- Test expectations updated for [101,200] range (209 outside it)
- is_prime task: P1→P3 (no sieve-rank for classification tasks)
48/48 green.
|
|
- probe_report: dynamic lo/hi (no more hardcoded [101,200])
- main(): probe range derived from range_end ([range_end+1, range_end+1000])
- P6 = exact (no probe misses), P5(k) = errors match rank-k sieve signature
- _sieve_rank_signature: computes composites with all factors > p_k
- _compute_sieve_rank: identifies rank from model's error predictions
- build_report.py: probe_fig uses sieve rank for coloring
- Tests updated for P5/P6 codes (48/48 green)
|
|
Safety-net run: rsync'd the remaining 8 cells from ichi (wd-1.0 seeds {1,2},
wd-3.0, batch-128), classified the full grid against Addendum 6. Verdict
unchanged and now complete: no O1 anywhere, P4 out-of-range in all 16 cells,
sieve-rank ladder resolves to 'no sieve' (smallest in-range composite
predictions 1001/1003/1010/1079/1099, all small-factor). In-range only: low-wd
RNN O-PARTIAL (seed-0), wd-1.0 replication seed-stable O4, batch-128 transformer
destabilizes late (train 1.0->0.55, val 0.83->0.45). Tracks e6 summary.csv.
|
|
- Apply Addendum 6 P-ladder on [1001,2000] probe (computed on CPU; eval.py still hardcodes [101,200])
- wd 0.01/0.1/0.3: O-PARTIAL + P4 (val EM 0.77-0.84 in-range); wd 1.0: O4 + P4
- Sieve rank: undefined in all cells (smallest composite pred has small factors; no P5(k)/P6)
- 960->967 in all cells is training-split memorization, not sieve evidence
- Verdict: data pressure did not change outcome class; walls algorithmic, not data-bound
- 4 cells running (wd1.0 seeds 1,2), 4 queued (wd3.0, batch-128) -> 08:30 safety-net cron
|
|
|
|
|
|
README, track per-phase summary CSVs
|
|
ablation); Addendum 6 locked 61b002f
|
|
reduce-overhead mode
|
|
to 100k (48 tests green)
|
|
functional regression test; D2 scored (int tokens collapse task: O2, 0-13% vs digits 17-87%); NOTES + report Phase 4 updated; 42 tests
|
|
|
|
Addendum 5 locked; 11-job batch
|
|
|
|
control)
|
|
|
|
(2-way parallel, idempotent, summaries), E1 jobs; 36 tests
|
|
ad-hoc + 34 suite green
|
|
plot fix, halting per-input steps
|
|
regression suite (10 tests, stub ground truth); 34 tests green
|
|
integers EOS alias, rerun guard, eval prereg-literal codes + dual-checkpoint honesty; +7 regression tests
|
|
test; design: prior art + review
|
|
baseline, train/eval/plot, 16 tests
|
|
00c696d)
|