NoamDiamant52's picture
Update README.md
9a61f52 verified
metadata
library_name: saelens

SAEs for use with the SAELens library

This repository contains the following SAEs:

  • layer_13_hook_mlp_out_out
  • layer_17_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_alpha5", "<sae_id>")