Instructions to use google/gemma-scope-2-1b-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SAELens
How to use google/gemma-scope-2-1b-pt with SAELens:
# pip install sae-lens from sae_lens import SAE sae, cfg_dict, sparsity = SAE.from_pretrained( release = "RELEASE_ID", # e.g., "gpt2-small-res-jb". See other options in https://github.com/jbloomAus/SAELens/blob/main/sae_lens/pretrained_saes.yaml sae_id = "SAE_ID", # e.g., "blocks.8.hook_resid_pre". Won't always be a hook point ) - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- attn_out/layer_13_width_16k_l0_big/config.json +10 -0
- attn_out/layer_13_width_16k_l0_medium/config.json +10 -0
- attn_out/layer_13_width_16k_l0_small/config.json +10 -0
- attn_out/layer_13_width_262k_l0_big/config.json +10 -0
- attn_out/layer_13_width_262k_l0_medium/config.json +10 -0
- attn_out/layer_13_width_262k_l0_small/config.json +10 -0
- attn_out/layer_13_width_65k_l0_big/config.json +10 -0
- attn_out/layer_13_width_65k_l0_medium/config.json +10 -0
- attn_out/layer_13_width_65k_l0_small/config.json +10 -0
- attn_out/layer_17_width_16k_l0_big/config.json +10 -0
- attn_out/layer_17_width_16k_l0_medium/config.json +10 -0
- attn_out/layer_17_width_16k_l0_small/config.json +10 -0
- attn_out/layer_17_width_262k_l0_big/config.json +10 -0
- attn_out/layer_17_width_262k_l0_medium/config.json +10 -0
- attn_out/layer_17_width_262k_l0_small/config.json +10 -0
- attn_out/layer_17_width_65k_l0_big/config.json +10 -0
- attn_out/layer_17_width_65k_l0_medium/config.json +10 -0
- attn_out/layer_17_width_65k_l0_small/config.json +10 -0
- attn_out/layer_22_width_16k_l0_big/config.json +10 -0
- attn_out/layer_22_width_16k_l0_medium/config.json +10 -0
- attn_out/layer_22_width_16k_l0_small/config.json +10 -0
- attn_out/layer_22_width_262k_l0_big/config.json +10 -0
- attn_out/layer_22_width_262k_l0_medium/config.json +10 -0
- attn_out/layer_22_width_262k_l0_small/config.json +10 -0
- attn_out/layer_22_width_65k_l0_big/config.json +10 -0
- attn_out/layer_22_width_65k_l0_medium/config.json +10 -0
- attn_out/layer_22_width_65k_l0_small/config.json +10 -0
- attn_out/layer_7_width_16k_l0_big/config.json +10 -0
- attn_out/layer_7_width_16k_l0_medium/config.json +10 -0
- attn_out/layer_7_width_16k_l0_small/config.json +10 -0
- attn_out/layer_7_width_262k_l0_big/config.json +10 -0
- attn_out/layer_7_width_262k_l0_medium/config.json +10 -0
- attn_out/layer_7_width_262k_l0_small/config.json +10 -0
- attn_out/layer_7_width_65k_l0_big/config.json +10 -0
- attn_out/layer_7_width_65k_l0_medium/config.json +10 -0
- attn_out/layer_7_width_65k_l0_small/config.json +10 -0
- attn_out_all/layer_0_width_16k_l0_big/config.json +10 -0
- attn_out_all/layer_0_width_16k_l0_small/config.json +10 -0
- attn_out_all/layer_0_width_262k_l0_big/config.json +10 -0
- attn_out_all/layer_0_width_262k_l0_small/config.json +10 -0
- attn_out_all/layer_10_width_16k_l0_big/config.json +10 -0
- attn_out_all/layer_10_width_16k_l0_small/config.json +10 -0
- attn_out_all/layer_10_width_262k_l0_big/config.json +10 -0
- attn_out_all/layer_10_width_262k_l0_small/config.json +10 -0
- attn_out_all/layer_11_width_16k_l0_big/config.json +10 -0
- attn_out_all/layer_11_width_16k_l0_small/config.json +10 -0
- attn_out_all/layer_11_width_262k_l0_big/config.json +10 -0
- attn_out_all/layer_11_width_262k_l0_small/config.json +10 -0
- attn_out_all/layer_12_width_16k_l0_big/config.json +10 -0
- attn_out_all/layer_12_width_16k_l0_small/config.json +10 -0
attn_out/layer_13_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_16k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_262k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_262k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_262k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_65k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_65k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_13_width_65k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.13.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.13.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_16k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_262k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_262k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_262k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_65k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_65k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_17_width_65k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.17.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.17.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_16k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_262k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_262k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_262k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_65k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_65k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_22_width_65k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.22.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.22.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 132,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_16k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 54,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 18,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_262k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 132,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_262k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 54,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_262k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 18,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_65k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 132,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_65k_l0_medium/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 54,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out/layer_7_width_65k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.7.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.7.self_attn.o_proj.input",
|
| 4 |
+
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 18,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_0_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.0.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.0.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_0_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.0.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.0.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 10,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_0_width_262k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.0.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.0.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_0_width_262k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.0.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.0.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 10,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_10_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.10.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.10.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 120,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_10_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.10.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.10.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_10_width_262k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.10.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.10.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 120,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_10_width_262k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.10.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.10.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_11_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.11.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.11.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 120,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_11_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.11.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.11.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_11_width_262k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.11.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.11.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 120,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_11_width_262k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.11.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.11.self_attn.o_proj.input",
|
| 4 |
+
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_12_width_16k_l0_big/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.12.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.12.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 120,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|
attn_out_all/layer_12_width_16k_l0_small/config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"hf_hook_point_in": "model.layers.12.self_attn.o_proj.input",
|
| 3 |
+
"hf_hook_point_out": "model.layers.12.self_attn.o_proj.input",
|
| 4 |
+
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-1b-pt",
|
| 6 |
+
"architecture": "jump_relu",
|
| 7 |
+
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
+
}
|