[flagged]
All you need titles stopping is all you need.
TransMLA: Multi-head latent attention is all you need
31–38 of 38 posts
Re: TransMLA: Multi-head latent attention is all you need
#32[flagged]
Re: TransMLA: Multi-head latent attention is all you need
#33Earlier quoted context omitted.
By that argument you must also hate anything that mentions the term "considered harmful", or makes any form of derivative cultural reference (like just about every episode of the Simpsons). Why do you let it get to you?
Because attention and time are a quantity that only decreases with life.
Re: TransMLA: Multi-head latent attention is all you need
#34Earlier quoted context omitted.
The title of this paper is a reference to a previous paper titled "Attention Is All You Need"[0][1]. This seminal work described the transformer model that is the basis for almost all LLMs, and is almost certainly the most cited paper on AI even though it was only published in 2017. [0] https://arxiv.org/abs/1706.03762 [1] https://en.wikipedia.org/wiki/Attention_Is_All_You_Need
Why is this the most cited paper in AI and not the original 1943 paper who started it all?
Re: TransMLA: Multi-head latent attention is all you need
#35Re: TransMLA: Multi-head latent attention is all you need
#36Re: TransMLA: Multi-head latent attention is all you need
#37Very cool idea. Can't wait for converted models on HF.
Re: TransMLA: Multi-head latent attention is all you need
#38My (possibly wrong) TLDR: TransMLA is a method to "compress" an already trained GQA model, with the additional option to further fine tune it. Shall make inference faster.
It is not a method to compress a Grouped-Query Attention model, but to expand it into an equivalent Multi-head Latent Attention model with the same key-value cache size but larger effective key/value vectors and a correspondingly larger number of trainable parameters. With additional training, you can then obtain a better model that only uses a little bit more memory.