LICENSE
README.md
README_pypi.md
pyproject.toml
setup.py
src/altamt/__init__.py
src/altamt/cli.py
src/altamt/config.py
src/altamt/environment.py
src/altamt.egg-info/PKG-INFO
src/altamt.egg-info/SOURCES.txt
src/altamt.egg-info/dependency_links.txt
src/altamt.egg-info/entry_points.txt
src/altamt.egg-info/requires.txt
src/altamt.egg-info/top_level.txt
src/altamt/benchmarking/__init__.py
src/altamt/benchmarking/evaluator.py
src/altamt/benchmarking/report_generator.py
src/altamt/data/__init__.py
src/altamt/data/dataset.py
src/altamt/data/preprocessor.py
src/altamt/data/segmenter.py
src/altamt/data/tokenizer.py
src/altamt/inference/__init__.py
src/altamt/inference/engine.py
src/altamt/inference/quantize.py
src/altamt/models/__init__.py
src/altamt/models/lid.py
src/altamt/models/modules.py
src/altamt/models/transformer.py
src/altamt/training/__init__.py
src/altamt/training/trainer.py
src/altamt/training/utils.py
tests/test_attention_paths.py
tests/test_batching.py
tests/test_config.py
tests/test_environment.py
tests/test_inference.py
tests/test_model.py
tests/test_segmenter.py
tests/test_tokenizer.py
tests/test_trainer.py