LICENSE
README.md
pyproject.toml
pipeline/__init__.py
pipeline/unified_pipeline.py
tests/test_base_model.py
tests/test_cli.py
tests/test_correlation.py
tests/test_dataset_comparison.py
tests/test_geometry.py
tests/test_interpretation.py
tests/test_language_datasets.py
tests/test_meta_analysis.py
tests/test_mlp_model.py
tests/test_pipeline.py
tests/test_standard_datasets.py
tests/test_tda_persistence.py
tests/test_transformer_extraction.py
tests/test_visualization.py
todacomm/__init__.py
todacomm/cli.py
todacomm.egg-info/PKG-INFO
todacomm.egg-info/SOURCES.txt
todacomm.egg-info/dependency_links.txt
todacomm.egg-info/entry_points.txt
todacomm.egg-info/requires.txt
todacomm.egg-info/top_level.txt
todacomm/analysis/__init__.py
todacomm/analysis/correlation.py
todacomm/analysis/dataset_comparison.py
todacomm/analysis/geometry.py
todacomm/analysis/interpretation.py
todacomm/analysis/meta_analysis.py
todacomm/data/__init__.py
todacomm/data/language_datasets.py
todacomm/data/standard_datasets.py
todacomm/extract/__init__.py
todacomm/extract/mlp_activations.py
todacomm/extract/transformer_activations.py
todacomm/models/__init__.py
todacomm/models/base.py
todacomm/models/mlp.py
todacomm/models/transformer.py
todacomm/tda/__init__.py
todacomm/tda/persistence.py
todacomm/training/__init__.py
todacomm/training/mlp_trainer.py
todacomm/utils/__init__.py
todacomm/visualization/__init__.py
todacomm/visualization/tda_plots.py