Search

Tag: #tokenizer5 results

Meituan Open-Sources Multimodal LongCat-Next

Meituan Open-Sources Multimodal LongCat-Next

Meituan released and fully open-sourced its native multimodal large model LongCat-Next and core component dNaViT visual tokenizer on March 27. It unifies image, speech, and text into discrete tokens, breaking language-centric architectures. The model uses pure Next Token Prediction for native vision and speech handling.

LLM Chinese Token Tax: Why It Costs More

LLM Chinese Token Tax: Why It Costs More

Western LLMs like Claude/GPT charge more tokens for Chinese due to BPE tokenizers trained on English-heavy data, splitting hanzi inefficiently. Chinese models Qwen/DeepSeek optimize for hanzi/words, making Chinese cheaper. Claude 4.7 upgrade inflated English tokens only, sparing Chinese users.

虎嗅MediaMay 3#tokenizer#multilingual#bpe
20x Faster C++ Qwen Tokenizer

20x Faster C++ Qwen Tokenizer

New zero-allocation, header-only C++ tokenizer for Qwen models achieves 1009 MB/s on Ryzen 5 3600, nearly 20x faster than OpenAI Tiktoken's 50 MB/s. Designed for HPC with no dependencies, it's an educational optimization project. Source code available on GitHub.

Reddit r/LocalLLaMACommunityApr 3#tokenizer#c-plus-plus#hpc-optimization