Skip to content

StatKumar/sparse_autoencoder

 
 

Repository files navigation

Sparse Autoencoder

PyPI PyPI - License Checks Release

A sparse autoencoder for mechanistic interpretability research.

pip install sparse_autoencoder

Demo

Check out the demo notebook for a guide to using this library.

Contributing

This project uses Poetry for dependency management, and PoeThePoet for scripts. After checking out the repo, we recommend setting poetry's config to create the .venv in the root directory (note this is a global setting) and then installing with the dev and demos dependencies.

poetry config virtualenvs.in-project true
poetry install --with dev,demos

Checks

For a full list of available commands (e.g. test or typecheck), run this in your terminal (assumes the venv is active already).

poe

About

Sparse Autoencoder for Mechanistic Interpretability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Dockerfile 0.7%