Skip to content

Decoder vectors / source models for dashboard demo #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ghproek opened this issue Apr 4, 2025 · 1 comment
Open

Decoder vectors / source models for dashboard demo #115

ghproek opened this issue Apr 4, 2025 · 1 comment

Comments

@ghproek
Copy link

ghproek commented Apr 4, 2025

The accompanying paper and blog post point to a demo dashboard with some interpretations. Is it currently documented what SAE's were used and what neurons correspond to each cell in the dashboard? That would give access to the decoder vectors which would be great for experiments, teaching, etc. Thanks!

@SrGonao
Copy link
Collaborator

SrGonao commented Apr 7, 2025

Yes we had made a dashboard for the demo, which unfortunately became a bit deprecated as the code evolved. We've been wanted to make a dashboard again, and indeed there's already a preliminary PR for it. The number of the neuron and the position of the SAE is in the name, e.g. https://cadentj.github.io/demo/gpt2/top/resid_10-0.html corresponds to the 0th neuron of layer 10 of the residual stream SAE trained on GPT2. The GPT2 sae is the 131k latent model from OpenAI (https://github.com/openai/sparse_autoencoder/blob/main/sparse_autoencoder/paths.py) and I the Pythia SAEs are from the Sparse Circuits Paper (https://arxiv.org/abs/2403.19647)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants