--- library_name: saelens --- # SAEs for use with the SAELens library This repository contains the following SAEs: - Llama-3.1-8B_blocks.24.hook_resid_pre_16384_topk_80_6e-05_49_faithful-llama3.1-8b_512 - Llama-3.1-8B_blocks.24.hook_resid_pre_16384_topk_80_6e-05_42_fineweb_512 - Llama-3.1-8B_blocks.24.hook_resid_pre_16384_topk_80_6e-05_42_faithful-llama3.1-8b_512 Load these SAEs using SAELens as below: ```python from sae_lens import SAE sae, cfg_dict, sparsity = SAE.from_pretrained("seonglae/Llama-3.1-8B-sae", "") ```