This website works better with JavaScript
GitBross
首頁
探索
說明
註冊
登入
sol_87yf6cwp
/
LLMs-from-scratch
镜像来自
https://github.com/br8bit/LLMs-from-scratch.git
關註
1
Star
0
複刻
0
Files
問題管理
0
Wiki
分支:
main
分支列表
標籤列表
main
LLMs-from-scrat...
/
ch05
/
09_extending-tokenizers
Sebastian Raschka
c21bfe4a23
Add PyPI package (
#576
)
8 月之前
..
README.md
a22d612be6
Bonus material: extending tokenizers (
#496
)
10 月之前
extend-tiktoken.ipynb
c21bfe4a23
Add PyPI package (
#576
)
8 月之前
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
tiktoken
and how to update the LLM accordingly