This website works better with JavaScript
GitBross
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
sol_87yf6cwp
/
LLMs-from-scratch
spogulis no
https://github.com/br8bit/LLMs-from-scratch.git
Vērot
1
Star
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Atzars:
main
Atzari
Tagi
main
LLMs-from-scrat...
/
ch05
/
09_extending-tokenizers
Sebastian Raschka
c21bfe4a23
Add PyPI package (
#576
)
8 mēneši atpakaļ
..
README.md
a22d612be6
Bonus material: extending tokenizers (
#496
)
10 mēneši atpakaļ
extend-tiktoken.ipynb
c21bfe4a23
Add PyPI package (
#576
)
8 mēneši atpakaļ
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