Token
The smallest meaning that a language model uses when processing the text.
The text of large language models does not directly process; the text with a process called tokenization, then converts each token to a numerical entity. The model works by predicting the next token through this token sequence. The concept of token is critical in practical aspect: most commercial artificial intelligence is made according to the number of tokens processed by the pricing of the API, and the maximum text length that a model can work at one time is measured in tokens. As a general rule, about four characters in English are equivalent to a token, the number of tokens can be higher than the word, in addition to English.
