flâneur

The End of Tokenization - Ronald Yu's Substack

ronaldyu.substack.com · 2,297 words · saved by 1 readers

Some thoughts on tokenization and Meta's “Byte Latent Transformer: Patches Scale Better Than Tokens” paper

Meta’s new paper “Byte Latent Transformer: Patches Scale Better Than Tokens” eliminates LLMs’ dirtiest secret: tokenization. Instead of using a tokenizer, the Byte Latent Transformer, as the name implies, operates on the bytes of the raw text data. Previous works on eliminating tokenization have largely framed the central challenge as mitigating the fact that naively operating on raw bytes results in longer sequences and therefore extra compute for the same task. However, this is a losing battle as wasted compute will overshadow any minor benefits. The Byte Latent Transformer flips the…

saved by

related reading