SAEs for use with the SAELens library
This repository contains the following SAEs:
- layer_13_hook_mlp_out_out
Load these SAEs using SAELens as below:
from sae_lens import SAE
sae, cfg_dict, sparsity = SAE.from_pretrained("NoamDiamant52/model_gpt2-xl_mlp_out_lr5e5_steps45k_alpha20", "<sae_id>")