@VictorTaelin DL is not built for erasure as much as we don’t control what we forget.
It’s super important part of intelligence but it’s not the same as tasks like compacting text paragraphs.
OTOH, I don’t see any fundamental difference among different compute languages humans can read and write. If transformers can do python well, why not others 😅
Formal languages can be verified by a computer where computers are very good at state tracking.
Informal languages can be parsed and understood by huamns, who have less working memory?
Maybe informal languages are better fit for transfomers, which are not good at state tracking and may have some other limitations in latent reasoning?
Formal languages can be verified by a computer where computers are very good at state tracking.
Informal languages can be parsed and understood by huamns, who have less working memory?
Maybe informal languages are better fit for transfomers, which are not good at state tracking and may have some other limitations in latent reasoning?
K3 is better at optimizing AttnRes kernel, which is also used in K3, than frontier models :)
Huge congrats to Kimi team! Open weight models are catching up.
Self-evolving: AttnRes Kernel Optimization
Given FLA Triton AttnRes at production scale (96 layers, 8192-dim model, 8192 tokens), the goal was to maximize training-side speed without changing numerics.
Over 15 hours of nonstop iteration, K3 designed a novel two-phase kernel algorithm, fused kernels while preserving numerics, and reduced forward+backward time from 283.6 ms to 114.4 ms.
K3 and Fable-5 (with potential fallback) reached similar performance, but K3 improved faster per iteration.
The footprint reduction does not come at the expense of the capabilities that matter.
Across 15 benchmarks spanning knowledge, reasoning, math, coding, instruction following, tool use, and vision, Ternary Bonsai 27B retains 95% of the full-precision model’s performance. The 1-bit variant retains 90%.
Math and coding remain especially strong, while tool-calling performance stays close to full precision.
@cosminnegruseri nah they didn't change sparsity.
I think they only have sign bit. it's probably technically 1+ bit since they store a 16 bit scaling for every 128 param group as well (1+ 16/128)
i think sparsity and lottery theroy ticket line of thinking is more akin to
full model -> pruned model
while keeping most of the performance
Here it's full model -> lower precision -> bit model
but didn't change sparsity or network topology.
AFAIK this only works for some networks and especially networks above certain size.