HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cgel

no profile record

Submissions

Brumby-14B-Base: The Strongest Attention-Free Base Model

manifestai.com
7 points·by cgel·il y a 9 mois·1 comments

comments

cgel
·il y a 9 mois·discuss
We have trained a completely attention-free LLM whose performance is competitive with state-of-the-art models. This model, which we call Brumby-14B-Base, has a familiar Transformer-style architecture, except it uses power retention layers instead of attention layers. It is available on Huggingface.
cgel
·il y a 10 mois·discuss
Thanks for posting! I'm an author of the work. Here to answer any questions.
cgel
·il y a 2 ans·discuss
Yes. That is mostly the idea. But calling the state of a linear transformer KV cache is not quite right. A KV cache grows with the sequence length. But the linear transformer state just stores V @ K.T, an object with fixed size.