state-space-models
Everything on Ground Truth tagged “state-space-models” — 1 item.
State Space Models and Mamba Lesson
State space models are a transformer alternative that processes a sequence by carrying a fixed-size running summary forward one step at a time, giving them linear cost with length and constant memory per token -- which is why models like Mamba can handle very long inputs cheaply.