File size: 252 Bytes
1134090 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
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
``` |