add readme files

This commit is contained in:
rasbt
2023-10-25 18:46:40 -05:00
parent f26aa70ebd
commit e827b42e1e
5 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# Chapter 2: Working with Text Data
- [compare-bpe-tiktoken.ipynb](compare-bpe-tiktoken.ipynb) benchmarks various byte pair encoding implementations
- [bpe_openai_gpt2.py](bpe_openai_gpt2.py) is the original bytepair encoder code used by OpenAI