LLMs-from-scratch/ch02/05_bpe-from-scratch
85853890+weezymatt@users.noreply.github.com a96370df4a Fix issue: 731 by resolving the semantic error
2025-07-09 21:09:35 -06:00
..

Byte Pair Encoding (BPE) Tokenizer From Scratch

  • bpe-from-scratch.ipynb contains optional (bonus) code that explains and shows how the BPE tokenizer works under the hood.