Skip to content

Topic

Byte-pair encoding

A compression algorithm from 1994, adapted for language models in 2016, that builds a sub-word vocabulary by repeatedly merging the most frequent adjacent pair in a corpus and replaying those merges in rank order when encoding.

Current clusters