mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-11 02:11:40 +08:00
|
|
||
|---|---|---|
| .. | ||
| extend-tiktoken.ipynb | ||
| README.md | ||
Extending the Tiktoken BPE Tokenizer with New Tokens
- extend-tiktoken.ipynb contains optional (bonus) code to explain how we can add special tokens to a tokenizer implemented via
tiktokenand how to update the LLM accordingly