.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
.yamllint.yml
ANNOTATIONS.md
CHANGELOG.md
CITATION.cff
LICENSE
README.md
SETUP.md
SE_MANIFEST.toml
lychee.toml
mkdocs.yaml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/ci-python-mkdocs.yml
.github/workflows/deploy-mkdocs.yml
.github/workflows/links.yml
.github/workflows/release-pypi.yml
artifacts/00_meta.json
artifacts/01_vocabulary.csv
artifacts/02_model_weights.csv
artifacts/03_token_embeddings.csv
corpus/000_cat_dog.txt
docs/api.md
docs/index.md
outputs/train_log.csv
src/toy_gpt_train/__init__.py
src/toy_gpt_train/_version.py
src/toy_gpt_train/a_tokenizer.py
src/toy_gpt_train/b_vocab.py
src/toy_gpt_train/c_model.py
src/toy_gpt_train/d_train.py
src/toy_gpt_train/e_infer.py
src/toy_gpt_train/io_artifacts.py
src/toy_gpt_train/math_training.py
src/toy_gpt_train/py.typed
src/toy_gpt_train_400_context_3.egg-info/PKG-INFO
src/toy_gpt_train_400_context_3.egg-info/SOURCES.txt
src/toy_gpt_train_400_context_3.egg-info/dependency_links.txt
src/toy_gpt_train_400_context_3.egg-info/requires.txt
src/toy_gpt_train_400_context_3.egg-info/top_level.txt
tests/test_train.py