test_SAE / README.md
dariuslimzh's picture
Add README.md
583353a verified
metadata
library_name: saelens

SAEs for use with the SAELens library

This repository contains the following SAEs:

  • blocks.0.hook_mlp_out

Load these SAEs using SAELens as below:

from sae_lens import SAE

sae = SAE.from_pretrained("dariuslimzh/test_SAE", "<sae_id>")