#nlp
1 paper
-
inspiration
The Tokenizer Decides What the Model Can See
A model never sees characters or words — it sees tokens. The tokenizer is a lossy, fixed decision made before training, and it quietly shapes what the model is good and bad at: arithmetic, rare words, code, and non-English text all live or die by tokenization.