summaryrefslogtreecommitdiff
path: root/records/track_10min_16mb/2026-03-19_SlidingWindowEval
AgeCommit message (Collapse)Author
30 hoursFix: score final partial window in sliding window eval (#124)Matthew Li
The window_starts filter dropped windows shorter than stride, silently skipping up to (stride-1) tokens at the end of the validation set. Now includes all windows with >= 1 scoreable token, and clamps the score start for short final windows.
34 hoursAdd record: Sliding Window Eval (stride=64), val_bpb=1.1925 (#50)Matthew Li