--- license: gpl-3.0 --- Run model with [this GPT implementation](https://github.com/jmaczan/gpt/) ```py python src/run.py --from-checkpoint checkpoint_path.pth ``` Resume training ```py python src/train.py --from-checkpoint checkpoint_path.pth ```