What is the primary purpose of Byte Pair Encoding (BPE) in tokenization?
-
A
To split text only on whitespace boundaries
-
B
To iteratively merge the most frequent adjacent byte pairs into a single token
-
C
To assign each character a unique prime number identifier
-
D
To convert all text to lowercase before tokenization