Skip to content

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.

  • README.md in the repository root for the home page
  • SE_MANIFEST.toml for 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.