How and Why is the industry quietly switching away from Transformers? #204618
Unanswered
ayeshaaa0134
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 2 comments 2 replies
|
SSMs are actually much older than Transformers. They come from control theory, where a system keeps a hidden "state" that is updated over time. Mamba builds on modern SSMs and makes that state update depend on the input. This lets the model decide what information to keep or forget. The main idea is: Transformers: compare tokens with each other using attention. Mamba/SSMs: continuously update a compact internal state. This can make Mamba much more efficient for very long sequences, while still learning long-range dependencies. |
2 replies
|
don’t invent the math from nothing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Models
Body
Everyone talks about how great Transformers are, but I'm noticing major labs and companies are actively moving to State Space Models, Mamba, and other architectures.
But I don't get it how were SSMs and Mamba actually made at first?
All reactions