LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/mechir/__init__.py
src/mechir/util.py
src/mechir.egg-info/PKG-INFO
src/mechir.egg-info/SOURCES.txt
src/mechir.egg-info/dependency_links.txt
src/mechir.egg-info/requires.txt
src/mechir.egg-info/top_level.txt
src/mechir/data/__init__.py
src/mechir/data/dataset.py
src/mechir/data/ir_dataset.py
src/mechir/data/loader/__init__.py
src/mechir/data/loader/cat.py
src/mechir/data/loader/dot.py
src/mechir/data/loader/t5.py
src/mechir/modelling/__init__.py
src/mechir/modelling/cat.py
src/mechir/modelling/dot.py
src/mechir/modelling/patched.py
src/mechir/modelling/sae.py
src/mechir/modelling/t5.py
src/mechir/modelling/hooked/HookedDistilBert.py
src/mechir/modelling/hooked/HookedElectra.py
src/mechir/modelling/hooked/HookedEncoder.py
src/mechir/modelling/hooked/HookedEncoderForSequenceClassification.py
src/mechir/modelling/hooked/HookedTransformerConfig.py
src/mechir/modelling/hooked/__init__.py
src/mechir/modelling/hooked/conversion.py
src/mechir/modelling/hooked/hooked_components.py
src/mechir/modelling/hooked/linear.py
src/mechir/modelling/hooked/loading_from_pretrained.py
src/mechir/modelling/hooked/states.py
src/mechir/perturb/__init__.py
src/mechir/perturb/index.py
src/mechir/perturb/axiom/__init__.py
src/mechir/perturb/axiom/frequency.py
src/mechir/perturb/axiom/proximity.py
src/mechir/perturb/data/__init__.py
src/mechir/perturb/data/stopwords.txt
src/mechir/plotting/__init__.py
src/mechir/plotting/plotting_funcs.py
src/mechir/plotting/visualize_attn_patterns.py