1
0
Fork 0
mirror of https://github.com/karpathy/minGPT synced 2024-05-18 05:26:03 +02:00
minGPT/mingpt
Thomas Viehmann 176be2d9bf initialize position embeddings 2022-03-26 13:36:20 +00:00
..
__init__.py first commit, able to multigpu train fp32 GPTs on math and character-level data, but have done barely any tuning. 2020-08-17 00:39:02 -07:00
model.py initialize position embeddings 2022-03-26 13:36:20 +00:00
trainer.py move instantiation of DataLoader 2020-11-20 13:44:49 -05:00
utils.py fix a dumb bug, intended to use -1e10 instead of 1e-10. thank you @fpgaminer for spotting and bringing to my attention 2020-08-18 17:05:59 -07:00