LLMs-from-scratch/ch02/05_bpe-from-scratch
Matthew Hernandez 6f12edb0cc
Fix issue: 731 by resolving semantic error (#738)
* fix issue 731

* update test path

---------

Co-authored-by: rasbt <mail@sebastianraschka.com>
2025-07-10 16:30:15 -05: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.