mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
add readme files
This commit is contained in:
7
ch02/02_bonus_bytepair-encoder/README.md
Normal file
7
ch02/02_bonus_bytepair-encoder/README.md
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user