Tokenization

Appears in 1 paper · 1 tutorial

The process of converting input (text, images, audio) into discrete tokens.

As used in Paper 20 — Gemini: A Family of Highly Capable Multimodal Models →

The process of converting input (text, images, audio) into discrete tokens. Gemini tokenizes all modalities identically into a unified vocabulary.

As used in LLM Infrastructure →

Splitting text into tokens (and detokenization is converting tokens back to text).