This is a Sparse Autoencoder (SAE) trained on layer 11 activations from LLaMA-3.1-8B-Instruct using the FAST methodology.
1from hypothesaes.sae import load_model
2
3sae = load_model("Koalacrown/llama3.1-8b-it-cognitive-actions-sae-l11")
4features = sae.get_activations(activations)
Trained using
HypotheSAEs with the following configuration:
If you use this SAE, please cite the FAST methodology and HypotheSAEs.