.bumpversion.cfg
.cookiecutterrc
.coveragerc
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
src/ecco/__init__.py
src/ecco/__main__.py
src/ecco/activations.py
src/ecco/analysis.py
src/ecco/attribution.py
src/ecco/cli.py
src/ecco/lm.py
src/ecco/lm.py.orig
src/ecco/lm_plots.py
src/ecco/model-config.yaml
src/ecco/output.py
src/ecco/util.py
src/ecco.egg-info/PKG-INFO
src/ecco.egg-info/SOURCES.txt
src/ecco.egg-info/dependency_links.txt
src/ecco.egg-info/entry_points.txt
src/ecco.egg-info/not-zip-safe
src/ecco.egg-info/requires.txt
src/ecco.egg-info/top_level.txt
src/ecco/html/Ecco-Attention.html
src/ecco/html/NeuronViz.html
src/ecco/html/basic.html
src/ecco/html/cluster_explorable.html
src/ecco/html/gradient_explorable.html
src/ecco/html/heatmap_single.html
src/ecco/html/layer_activations.html
src/ecco/html/neuron_explorable.html
src/ecco/html/output_sequence.html
src/ecco/html/pca_explorable.html
src/ecco/html/predict_token.html
src/ecco/html/setup.html
src/ecco/html/styles.css
src/ecco/html/trace_tokens.html
src/ecco/svcca_lib/CHANGES
src/ecco/svcca_lib/LICENSE
src/ecco/svcca_lib/cca_core.py
src/ecco/svcca_lib/cka_lib.py
src/ecco/svcca_lib/pwcca.py
tests/activations_test.py
tests/analysis_tests.py
tests/lm_plots_test.py
tests/lm_test.py
tests/output_test.py
tests/test_ecco.py
tests/tokenizers_test.py