summaryrefslogtreecommitdiff
path: root/src/models
AgeCommit message (Expand)Author
44 hoursfix(transformer): increase positional embedding and causal mask buffer to 102...CaptainJack2491
44 hoursoptimize E8: precompute causal mask buffer, add eval early exit, and enable c...CaptainJack2491
44 hoursimplement Addendum 8: 6-arm token-space recurrence suite (arms A, B, C, D1, D...CaptainJack2491
2026-08-14fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, int...Void Agent
2026-08-14rnn: fully-tied cell (read-in+compute+decode), lambda ramp, ACT regression te...Void Agent
2026-08-14implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer b...Void Agent