NoamDiamant52's picture
Add README.md
95756d2 verified
metadata
library_name: saelens

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_alpha0.1", "<sae_id>")