HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cgel

no profile record

Submissions

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

manifestai.com
7 points·by cgel·9 माह पहले·1 comments

comments

cgel
·9 माह पहले·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
·10 माह पहले·discuss
Thanks for posting! I'm an author of the work. Here to answer any questions.
cgel
·2 वर्ष पहले·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.