This website works better with JavaScript
GitBross
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
sol_87yf6cwp
/
LLMs-from-scratch
oglindă de
https://github.com/br8bit/LLMs-from-scratch.git
Urmărește
1
Star
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
main
Ramuri
Etichete
main
LLMs-from-scrat...
/
ch05
/
09_extending-tokenizers
Sebastian Raschka
c21bfe4a23
Add PyPI package (
#576
)
8 luni în urmă
..
README.md
a22d612be6
Bonus material: extending tokenizers (
#496
)
10 luni în urmă
extend-tiktoken.ipynb
c21bfe4a23
Add PyPI package (
#576
)
8 luni în urmă
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