ReaLLMASIC / nanoGPT

The simplest, fastest repository for training/finetuning medium-sized GPTs.
MIT License
23 stars 17 forks source link

Tidy implementation #156

Closed gkielian closed 4 months ago

gkielian commented 4 months ago

Small edits separating the GPTConf to its own file, as well as small fixes in the train.py and run_expeirments.py files.

gkielian commented 4 months ago

This is part of the greater effort to reduce the size of the model.py and train.py files.