trident / src

Commit History

refiner: ReZero gates (a_attn/a_ffn init 0) -> identity at init, stable deep weight-shared iteration (fixes eval-BPB divergence)
992c1e0
verified

farguney commited on

GLR-1 refiner: PatchRefiner (weight-shared iterative patch attention) + deep-supervision/PonderNet losses; end-to-end wired, causal, tested
02aac74
verified

farguney commited on

Section 10: sparse executable operator memory (rank-1 pool, top-k router, KG-05 controls)
e422ba5
verified

farguney commited on

KG-04 fixes: orthogonal factor_emb (de-redundancy) + optional local attn
548aaac
verified

farguney commited on

mixed-R kernel: exact vectorized patch-expansion chunk scan for R>1/adaptive (2.4x CPU, far more on GPU)
995df7d
verified

farguney commited on

KG-04: cost-aware rate objective + honest cost accounting (mean_factors/active_R)
8737aa5
verified

farguney commited on

Upload src/trident/decoder.py with huggingface_hub
e47dcab
verified

farguney commited on

Upload src/trident/byte_lane.py with huggingface_hub
8d61c1e
verified

farguney commited on

Upload src/trident/layers.py with huggingface_hub
bf7364a
verified

farguney commited on

baseline: matched byte-transformer
a28c41f
verified

farguney commited on

core: bound retention to [rho_min,1] (kills U/A blow-up)
b692c49
verified

farguney commited on

config: rho_min retention floor (NaN fix)
da7b16d
verified

farguney commited on

core: checkpoint passes carried state
35ecf04
verified

farguney commited on

data: contiguous byte streams for TBPTT
5dd053f
verified

farguney commited on

core: thread state0 through blocks
56cd452
verified

farguney commited on

model: thread recurrent state for streaming eval
29d8728
verified

farguney commited on

recurrence: fp32 autocast guard for chunk scan
2f8d79f
verified

farguney commited on

config: chunk_size knob (excluded from identity)
832c42a
verified

farguney commited on

recurrence: exact chunked parallel delta-scan (per-head erase gate)
987ee03
verified

farguney commited on

decoder: memory-efficient blocked local attention
c763e06
verified

farguney commited on

Trident 0.2: variable-rate byte architecture, trainer, eval, tests
2ef407e
verified

farguney commited on