.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
src/ecco/Embedding.py
src/ecco/__init__.py
src/ecco/__main__.py
src/ecco/attribution.py
src/ecco/cli.py
src/ecco/ecco-bundle.js
src/ecco/lm_plots.py
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/language_model/__init__.py
src/ecco/language_model/lm.py
src/ecco/language_model/lm_activations.py
tests/attribution_test.py
tests/lm_test.py
tests/output_test.py
tests/test_ecco.py