Toy GPT Training Repository¶
This repo is an example of a pre-trained next-token prediction model, illustrating how language models are trained and used.
Navigation¶
README.mdin the repository root for the home pageSE_MANIFEST.tomlfor intent, scope, and declared training corpus
py.typed (PEP 561)¶
Python projects may include a py.typed marker file (defined by PEP 561).
Type checkers (Pyright, Mypy) trust inline type hints when this marker is present. The file is typically empty; comments are allowed.