HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cgel

no profile record

投稿

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

manifestai.com
7 ポイント·投稿者 cgel·9 か月前·1 コメント

コメント

cgel
·9 か月前·議論
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 か月前·議論
Thanks for posting! I'm an author of the work. Here to answer any questions.
cgel
·2 年前·議論
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.