SAELens
CallumMcDougallGDM commited on
Commit
bec3d83
·
verified ·
1 Parent(s): 1146e29

Add files using upload-large-folder tool

Browse files
Files changed (49) hide show
  1. attn_out/layer_17_width_16k_l0_big/config.json +10 -0
  2. attn_out/layer_17_width_16k_l0_medium/config.json +10 -0
  3. attn_out/layer_17_width_16k_l0_small/config.json +10 -0
  4. attn_out/layer_17_width_262k_l0_big/config.json +10 -0
  5. attn_out/layer_17_width_262k_l0_medium/config.json +10 -0
  6. attn_out/layer_17_width_262k_l0_small/config.json +10 -0
  7. attn_out/layer_17_width_65k_l0_big/config.json +10 -0
  8. attn_out/layer_17_width_65k_l0_medium/config.json +10 -0
  9. attn_out/layer_17_width_65k_l0_small/config.json +10 -0
  10. attn_out/layer_22_width_16k_l0_big/config.json +10 -0
  11. attn_out/layer_22_width_16k_l0_medium/config.json +10 -0
  12. attn_out/layer_22_width_16k_l0_small/config.json +10 -0
  13. attn_out/layer_22_width_262k_l0_big/config.json +10 -0
  14. attn_out/layer_22_width_262k_l0_medium/config.json +10 -0
  15. attn_out/layer_22_width_262k_l0_small/config.json +10 -0
  16. attn_out/layer_22_width_65k_l0_big/config.json +10 -0
  17. attn_out/layer_22_width_65k_l0_medium/config.json +10 -0
  18. attn_out/layer_22_width_65k_l0_small/config.json +10 -0
  19. attn_out/layer_29_width_16k_l0_big/config.json +10 -0
  20. attn_out/layer_29_width_16k_l0_medium/config.json +10 -0
  21. attn_out/layer_29_width_16k_l0_small/config.json +10 -0
  22. attn_out/layer_29_width_262k_l0_big/config.json +10 -0
  23. attn_out/layer_29_width_262k_l0_medium/config.json +10 -0
  24. attn_out/layer_29_width_262k_l0_small/config.json +10 -0
  25. attn_out/layer_29_width_65k_l0_big/config.json +10 -0
  26. attn_out/layer_29_width_65k_l0_medium/config.json +10 -0
  27. attn_out/layer_29_width_65k_l0_small/config.json +10 -0
  28. attn_out/layer_9_width_16k_l0_big/config.json +10 -0
  29. attn_out/layer_9_width_16k_l0_medium/config.json +10 -0
  30. attn_out/layer_9_width_16k_l0_small/config.json +10 -0
  31. attn_out/layer_9_width_262k_l0_big/config.json +10 -0
  32. attn_out/layer_9_width_262k_l0_medium/config.json +10 -0
  33. attn_out/layer_9_width_262k_l0_small/config.json +10 -0
  34. attn_out/layer_9_width_65k_l0_big/config.json +10 -0
  35. attn_out/layer_9_width_65k_l0_medium/config.json +10 -0
  36. attn_out/layer_9_width_65k_l0_small/config.json +10 -0
  37. transcoder/layer_17_width_16k_l0_big/config.json +10 -0
  38. transcoder/layer_17_width_16k_l0_small_affine/config.json +10 -0
  39. transcoder/layer_17_width_65k_l0_big/config.json +10 -0
  40. transcoder/layer_22_width_16k_l0_big_affine/config.json +10 -0
  41. transcoder/layer_22_width_16k_l0_medium_affine/config.json +10 -0
  42. transcoder/layer_22_width_16k_l0_small_affine/config.json +10 -0
  43. transcoder/layer_22_width_262k_l0_big/config.json +10 -0
  44. transcoder/layer_29_width_16k_l0_big_affine/config.json +10 -0
  45. transcoder/layer_29_width_16k_l0_small_affine/config.json +10 -0
  46. transcoder/layer_29_width_262k_l0_big/config.json +10 -0
  47. transcoder/layer_29_width_262k_l0_small_affine/config.json +10 -0
  48. transcoder/layer_29_width_65k_l0_small_affine/config.json +10 -0
  49. transcoder/layer_9_width_262k_l0_medium/config.json +10 -0
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
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-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_16k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_16k_l0_medium/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 60,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_16k_l0_small/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_262k_l0_medium/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 60,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_262k_l0_small/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_65k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_65k_l0_medium/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 60,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_29_width_65k_l0_small/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.29.self_attn.o_proj.input",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_16k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 131,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_16k_l0_medium/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 53,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_16k_l0_small/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 17,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 131,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_262k_l0_medium/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 53,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_262k_l0_small/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 17,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_65k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 131,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_65k_l0_medium/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 53,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
attn_out/layer_9_width_65k_l0_small/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.self_attn.o_proj.input",
3
+ "hf_hook_point_out": "model.layers.9.self_attn.o_proj.input",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 17,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
+ }
transcoder/layer_17_width_16k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.17.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.17.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": false,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_17_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.17.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.17.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_17_width_65k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.17.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.17.post_feedforward_layernorm.output",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": false,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_22_width_16k_l0_big_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.22.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.22.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_22_width_16k_l0_medium_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.22.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.22.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 60,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_22_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.22.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.22.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_22_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.22.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.22.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": false,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_29_width_16k_l0_big_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.29.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_29_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.29.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_29_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.29.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 150,
8
+ "affine_connection": false,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_29_width_262k_l0_small_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.29.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_29_width_65k_l0_small_affine/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.29.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.29.post_feedforward_layernorm.output",
4
+ "width": 65536,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_9_width_262k_l0_medium/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.9.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.9.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "google/gemma-3-4b-it",
6
+ "architecture": "jump_relu",
7
+ "l0": 53,
8
+ "affine_connection": false,
9
+ "type": "transcoder"
10
+ }