LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/cotorra/__init__.py
src/cotorra/cli.py
src/cotorra/configurable.py
src/cotorra/extractor.py
src/cotorra/loader.py
src/cotorra/logger.py
src/cotorra/loss.py
src/cotorra/scorer_generative.py
src/cotorra/scorer_rep_based.py
src/cotorra/trainer.py
src/cotorra/trainer_dp.py
src/cotorra/tuner.py
src/cotorra/util.py
src/cotorra.egg-info/PKG-INFO
src/cotorra.egg-info/SOURCES.txt
src/cotorra.egg-info/dependency_links.txt
src/cotorra.egg-info/entry_points.txt
src/cotorra.egg-info/requires.txt
src/cotorra.egg-info/top_level.txt
src/cotorra/config/__init__.py
src/cotorra/config/extraction.yaml
src/cotorra/config/scoring.yaml
src/cotorra/config/training.yaml
tests/conftest.py
tests/helpers.py
tests/synth.py
tests/test_cli.py
tests/test_configurable.py
tests/test_data_contract.py
tests/test_extractor.py
tests/test_loader.py
tests/test_logger.py
tests/test_loss.py
tests/test_scorer_generative.py
tests/test_scorer_rep_based.py
tests/test_trainer.py
tests/test_trainer_dp.py
tests/test_tuner.py
tests/test_util.py