LICENSE
README.md
pyproject.toml
requirements.txt
src/dionysus_trainer.egg-info/PKG-INFO
src/dionysus_trainer.egg-info/SOURCES.txt
src/dionysus_trainer.egg-info/dependency_links.txt
src/dionysus_trainer.egg-info/entry_points.txt
src/dionysus_trainer.egg-info/requires.txt
src/dionysus_trainer.egg-info/top_level.txt
src/dl/__init__.py
src/dl/__main__.py
src/dl/constants.py
src/dl/custom_models.py
src/dl/data.py
src/dl/models.py
src/dl/specialists.py
src/dl/training.py
tests/test_data.py
tests/test_gpt.py
tests/test_models.py
tests/test_transformer.py