Skip to content

Commit b177389

Browse files
authored
Add BPE from scratch link (#550)
1 parent b92c0df commit b177389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ch02/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313
- [03_bonus_embedding-vs-matmul](03_bonus_embedding-vs-matmul) contains optional (bonus) code to explain that embedding layers and fully connected layers applied to one-hot encoded vectors are equivalent.
1414

1515
- [04_bonus_dataloader-intuition](04_bonus_dataloader-intuition) contains optional (bonus) code to explain the data loader more intuitively with simple numbers rather than text.
16+
17+
- [05_bpe-from-scratch](05_bpe-from-scratch) contains (bonus) code that implements and trains a GPT-2 BPE tokenizer from scratch.

0 commit comments

Comments
 (0)