LICENSE
README.md
pyproject.toml
src/fiveattn/__init__.py
src/fiveattn/benchmark.py
src/fiveattn/cli.py
src/fiveattn/config.py
src/fiveattn/dataset.py
src/fiveattn/generate.py
src/fiveattn/loss.py
src/fiveattn/model.py
src/fiveattn/tokenizer.py
src/fiveattn/train.py
src/fiveattn.egg-info/PKG-INFO
src/fiveattn.egg-info/SOURCES.txt
src/fiveattn.egg-info/dependency_links.txt
src/fiveattn.egg-info/entry_points.txt
src/fiveattn.egg-info/requires.txt
src/fiveattn.egg-info/top_level.txt
tests/test_compile.py
tests/test_dataset.py
tests/test_loss.py
tests/test_model.py
tests/test_params.py