This website requires JavaScript.
Explore
idra
informatica
.it
Help
Register
Sign In
starred
/
nanoGPT-karpathy
Watch
1
Star
0
Fork
0
You've already forked nanoGPT-karpathy
mirror of
https://github.com/karpathy/nanoGPT.git
synced
2026-04-20 12:55:13 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e21cbf887fe98083d053579700ae7f6cd9e4be2c
nanoGPT-karpathy
/
data
History
Andrej Karpathy
d17350a31d
add support for character-level language models, a new character-level shakespeare dataset, a new config file that shows how to train a character-level baby GPT on it, and adjust the sample function to figure out if it should decode with characters or GPT2 bpe tokens. The current implementation is a bit hacky and basically assumes just these two possibilities. In the future we may want to support more general encoders or decoders.
2023-01-11 05:27:19 +00:00
..
openwebtext
candidate changes to apis, have to think through more
2023-01-01 01:29:48 +00:00
shakespeare
candidate changes to apis, have to think through more
2023-01-01 01:29:48 +00:00
shakespeare_char
add support for character-level language models, a new character-level shakespeare dataset, a new config file that shows how to train a character-level baby GPT on it, and adjust the sample function to figure out if it should decode with characters or GPT2 bpe tokens. The current implementation is a bit hacky and basically assumes just these two possibilities. In the future we may want to support more general encoders or decoders.
2023-01-11 05:27:19 +00:00