Tokens
Also known as: Token, Subword Token, BPE Token
The basic units of text that language models process, typically representing words, subwords, or characters. Token counts determine context window usage and API costs.
Sources & References
Hugging Face
Related Terms
Context Window
The maximum amount of text (measured in tokens) that a large language model can process in a single interaction, encompassing both the input prompt and the generated output. Managing context windows effectively is critical for enterprise AI deployments where complex queries require extensive background information.
Large Language Model
A type of AI model trained on vast amounts of text data that can understand, generate, and manipulate human language, typically based on the transformer architecture with billions of parameters.