├── .gitignore ├── README.md ├── run.sh ├── sae.py ├── test_llama.py └── test_sae.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/minSAE/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/minSAE/HEAD/README.md -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/minSAE/HEAD/run.sh -------------------------------------------------------------------------------- /sae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/minSAE/HEAD/sae.py -------------------------------------------------------------------------------- /test_llama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/minSAE/HEAD/test_llama.py -------------------------------------------------------------------------------- /test_sae.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloneofsimo/minSAE/HEAD/test_sae.py --------------------------------------------------------------------------------