LICENSE
MANIFEST.in
README.md
pyproject.toml
data/multilingual_example/en_de_train.tsv
data/multilingual_example/en_es_train.tsv
data/multilingual_example/en_fr_train.tsv
data/multilingual_example/multilingual_train.tsv
src/torchlingo/__init__.py
src/torchlingo/checkpoint.py
src/torchlingo/config.py
src/torchlingo/diagnostics.py
src/torchlingo/evaluation.py
src/torchlingo/inference.py
src/torchlingo/inference_fast.py
src/torchlingo/py.typed
src/torchlingo/training.py
src/torchlingo/training_checkpoint.py
src/torchlingo/visualization.py
src/torchlingo.egg-info/PKG-INFO
src/torchlingo.egg-info/SOURCES.txt
src/torchlingo.egg-info/dependency_links.txt
src/torchlingo.egg-info/requires.txt
src/torchlingo.egg-info/top_level.txt
src/torchlingo/data_processing/__init__.py
src/torchlingo/data_processing/batching.py
src/torchlingo/data_processing/dataset.py
src/torchlingo/data_processing/vocab.py
src/torchlingo/models/__init__.py
src/torchlingo/models/attention.py
src/torchlingo/models/lstm_simple.py
src/torchlingo/models/positional.py
src/torchlingo/models/transformer_simple.py
src/torchlingo/preprocessing/__init__.py
src/torchlingo/preprocessing/alignment.py
src/torchlingo/preprocessing/base.py
src/torchlingo/preprocessing/multilingual.py
src/torchlingo/preprocessing/multilingual_helpers.py
src/torchlingo/preprocessing/sentencepiece.py
tests/test_alignment.py
tests/test_attention.py
tests/test_attention_from_decoding.py
tests/test_batching.py
tests/test_beam_visualization.py
tests/test_bench_decode.py
tests/test_checkpoint.py
tests/test_config.py
tests/test_data_integrity.py
tests/test_dataset.py
tests/test_decoding_equivalence.py
tests/test_diagnostics.py
tests/test_integration_robust.py
tests/test_metric_reference_shape.py
tests/test_model_convergence.py
tests/test_models.py
tests/test_multilingual_helpers.py
tests/test_positional.py
tests/test_preprocessing.py
tests/test_sentencepiece.py
tests/test_training_checkpoint.py
tests/test_training_inference.py
tests/test_transformer_attention.py
tests/test_vocab.py