A 30M parameter GPT-2 model trained from scratch on the
TinyStoriesV2 (cleaned) dataset. Built as a learning project to understand PyTorch and transformer architectures deeply.
This is a
custom PyTorch model (not a transformers-compatible model). You need the source code from the
GitHub repository to load it.
1# Clone the repository with the model code
2git clone https://github.com/aryandeore/monday_morning_moral.git
3cd monday_morning_moral
4uv sync
See the
GitHub repository for usage examples and the full API reference.