BPE (Byte Pair Encoding)

< Glossary
NLP

A tokenization algorithm that iteratively merges the most frequent character pairs. Used in GPT, Claude, and most modern LLMs.

Related terms