Instructions to use google/gemma-scope-2-12b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SAELens
How to use google/gemma-scope-2-12b-it 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
Add files using upload-large-folder tool
Browse files- attn_out/layer_12_width_16k_l0_big/config.json +3 -2
- attn_out/layer_12_width_16k_l0_medium/config.json +3 -2
- attn_out/layer_12_width_16k_l0_small/config.json +3 -2
- attn_out/layer_12_width_262k_l0_big/config.json +3 -2
- attn_out/layer_12_width_262k_l0_medium/config.json +3 -2
- attn_out/layer_12_width_262k_l0_small/config.json +3 -2
- attn_out/layer_12_width_65k_l0_big/config.json +3 -2
- attn_out/layer_12_width_65k_l0_medium/config.json +3 -2
- attn_out/layer_12_width_65k_l0_small/config.json +3 -2
- attn_out/layer_24_width_16k_l0_big/config.json +3 -2
- attn_out/layer_24_width_16k_l0_medium/config.json +3 -2
- attn_out/layer_24_width_16k_l0_small/config.json +3 -2
- attn_out/layer_24_width_262k_l0_big/config.json +3 -2
- attn_out/layer_24_width_262k_l0_medium/config.json +3 -2
- attn_out/layer_24_width_262k_l0_small/config.json +3 -2
- attn_out/layer_24_width_65k_l0_big/config.json +3 -2
- attn_out/layer_24_width_65k_l0_medium/config.json +3 -2
- attn_out/layer_24_width_65k_l0_small/config.json +3 -2
- attn_out/layer_31_width_16k_l0_big/config.json +3 -2
- attn_out/layer_31_width_16k_l0_medium/config.json +3 -2
- attn_out/layer_31_width_16k_l0_small/config.json +3 -2
- attn_out/layer_31_width_262k_l0_big/config.json +3 -2
- attn_out/layer_31_width_262k_l0_medium/config.json +3 -2
- attn_out/layer_31_width_262k_l0_small/config.json +3 -2
- attn_out/layer_31_width_65k_l0_big/config.json +3 -2
- attn_out/layer_31_width_65k_l0_medium/config.json +3 -2
- attn_out/layer_31_width_65k_l0_small/config.json +3 -2
- attn_out/layer_41_width_16k_l0_big/config.json +3 -2
- attn_out/layer_41_width_16k_l0_medium/config.json +3 -2
- attn_out/layer_41_width_16k_l0_small/config.json +3 -2
- attn_out/layer_41_width_262k_l0_big/config.json +3 -2
- attn_out/layer_41_width_262k_l0_medium/config.json +3 -2
- attn_out/layer_41_width_262k_l0_small/config.json +3 -2
- attn_out/layer_41_width_65k_l0_big/config.json +3 -2
- attn_out/layer_41_width_65k_l0_medium/config.json +3 -2
- attn_out/layer_41_width_65k_l0_small/config.json +3 -2
- mlp_out/layer_24_width_16k_l0_medium/config.json +3 -2
- mlp_out/layer_24_width_262k_l0_big/config.json +3 -2
- mlp_out/layer_24_width_262k_l0_medium/config.json +3 -2
- mlp_out/layer_24_width_262k_l0_small/config.json +3 -2
- mlp_out/layer_24_width_65k_l0_big/config.json +3 -2
- mlp_out/layer_24_width_65k_l0_medium/config.json +3 -2
- mlp_out/layer_31_width_16k_l0_big/config.json +3 -2
- mlp_out/layer_31_width_16k_l0_medium/config.json +3 -2
- mlp_out/layer_31_width_16k_l0_small/config.json +3 -2
- mlp_out/layer_31_width_262k_l0_small/config.json +3 -2
- mlp_out/layer_41_width_16k_l0_big/config.json +3 -2
- mlp_out/layer_41_width_262k_l0_medium/config.json +3 -2
- mlp_out/layer_41_width_65k_l0_medium/config.json +3 -2
attn_out/layer_12_width_16k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 127,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 127,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_16k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 52,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 52,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_16k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 17,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 17,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_262k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 127,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 127,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_262k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 52,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 52,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_262k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 17,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 17,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_65k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 127,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 127,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_65k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 52,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 52,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_12_width_65k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 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": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 17,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 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": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 17,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_16k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_16k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_16k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_262k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_262k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_262k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_65k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_65k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_24_width_65k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.24.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_16k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_16k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_16k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_262k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_262k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_262k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_65k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_65k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_31_width_65k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.31.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_16k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_16k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_16k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_262k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_262k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_262k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_65k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_65k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
attn_out/layer_41_width_65k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.self_attn.o_proj.input",
|
| 3 |
"hf_hook_point_out": "model.layers.41.self_attn.o_proj.input",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_24_width_16k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_24_width_262k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_24_width_262k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_24_width_262k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_24_width_65k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_24_width_65k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.24.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.24.post_feedforward_layernorm.output",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_31_width_16k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_31_width_16k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_31_width_16k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_31_width_262k_l0_small/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.31.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.31.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 20,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_41_width_16k_l0_big/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.41.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.41.post_feedforward_layernorm.output",
|
| 4 |
"width": 16384,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 150,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_41_width_262k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.41.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.41.post_feedforward_layernorm.output",
|
| 4 |
"width": 262144,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|
mlp_out/layer_41_width_65k_l0_medium/config.json
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.41.post_feedforward_layernorm.output",
|
| 4 |
"width": 65536,
|
| 5 |
-
"model_name": "gemma-
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
-
"affine_connection": false
|
|
|
|
| 9 |
}
|
|
|
|
| 2 |
"hf_hook_point_in": "model.layers.41.post_feedforward_layernorm.output",
|
| 3 |
"hf_hook_point_out": "model.layers.41.post_feedforward_layernorm.output",
|
| 4 |
"width": 65536,
|
| 5 |
+
"model_name": "google/gemma-3-12b-it",
|
| 6 |
"architecture": "jump_relu",
|
| 7 |
"l0": 60,
|
| 8 |
+
"affine_connection": false,
|
| 9 |
+
"type": "sae"
|
| 10 |
}
|