"Interestingly, Kimi K3 got rid of all RoPE layers and uses NoPE (No Positional Embeddings) everywhere instead." It just baffles me that this even works at all. Doesn't it just become a token soup? Is attention that precise that a second token can tell its the second token just because it learns to accumulate something in the embedding space without any sort of inductive bias?
Kimi K3 Architecture Overview and Notes
31–40 of 125 posts
Re: Kimi K3 Architecture Overview and Notes
#32Re: Kimi K3 Architecture Overview and Notes
#33Re: Kimi K3 Architecture Overview and Notes
#34Sabastian Raschka is one of the great LLM researchers/authors. I highly recommend his substack
Re: Kimi K3 Architecture Overview and Notes
#35So, unlike what leaders of western labs labs would like you to believe (that Kimi is just the result of distillation attacks), they are introducing new and novel approaches.
Re: Kimi K3 Architecture Overview and Notes
#36"Interestingly, Kimi K3 got rid of all RoPE layers and uses NoPE (No Positional Embeddings) everywhere instead." It just baffles me that this even works at all. Doesn't it just become a token soup? Is attention that precise that a second token can tell its the second token just because it learns to accumulate something in the embedding space without any sort of inductive bias?
Causal masking allow model to learn implicit positional embeddings. The meme that a transformer block is permutation invariant is not true.
Re: Kimi K3 Architecture Overview and Notes
#37So, unlike what leaders of western labs labs would like you to believe (that Kimi is just the result of distillation attacks), they are introducing new and novel approaches.
Re: Kimi K3 Architecture Overview and Notes
#38So, unlike what leaders of western labs labs would like you to believe (that Kimi is just the result of distillation attacks), they are introducing new and novel approaches.
Re: Kimi K3 Architecture Overview and Notes
#39Sabastian Raschka is one of the great LLM researchers/authors. I highly recommend his substack
Re: Kimi K3 Architecture Overview and Notes
#40Temporarily (maybe permanently) using it as my daily driver but it's wild how comparable it is to Opus 4.7/4.8 (what's been my go to for a bit now—wrote a quick post on what I found today [1]).