How LLM Tokenisation Works: Tokens, Vocabulary, and Why It Matters
What Is a Token? Every LLM input is converted into tokens before the model processes it. A token is not a word, not a character, and not a syllable — it is a unit that falls somewhere between characters and words, determined by the tokeniser’s vocabulary. In practice, common English words are typically one token … Read more