8 lines
249 B
Markdown
Raw Normal View History

2023-10-25 18:46:40 -05:00
# 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