mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Bonus material: extending tokenizers (#496)
* Bonus material: extending tokenizers * small wording update
This commit is contained in:
committed by
GitHub
parent
dce46038da
commit
a22d612be6
3
ch02/05_bpe-from-scratch/README.md
Normal file
3
ch02/05_bpe-from-scratch/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Byte Pair Encoding (BPE) Tokenizer From Scratch
|
||||
|
||||
- [bpe-from-scratch.ipynb](bpe-from-scratch.ipynb) contains optional (bonus) code that explains and shows how the BPE tokenizer works under the hood.
|
||||
Reference in New Issue
Block a user