SAELens
CallumMcDougallGDM commited on
Commit
7c43d4f
·
verified ·
1 Parent(s): ffc005a

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. resid_post/layer_16_width_1m_l0_big/config.json +3 -2
  2. resid_post/layer_31_width_16k_l0_small/config.json +3 -2
  3. resid_post/layer_31_width_262k_l0_medium_seed_1/config.json +3 -2
  4. resid_post_all/layer_0_width_16k_l0_big/config.json +3 -2
  5. resid_post_all/layer_10_width_16k_l0_big/config.json +3 -2
  6. resid_post_all/layer_10_width_16k_l0_small/config.json +3 -2
  7. resid_post_all/layer_10_width_262k_l0_small/config.json +3 -2
  8. resid_post_all/layer_11_width_16k_l0_big/config.json +3 -2
  9. resid_post_all/layer_11_width_16k_l0_small/config.json +3 -2
  10. resid_post_all/layer_11_width_262k_l0_small/config.json +3 -2
  11. resid_post_all/layer_12_width_262k_l0_big/config.json +3 -2
  12. resid_post_all/layer_14_width_16k_l0_big/config.json +3 -2
  13. resid_post_all/layer_14_width_262k_l0_small/config.json +3 -2
  14. resid_post_all/layer_15_width_16k_l0_big/config.json +3 -2
  15. resid_post_all/layer_15_width_16k_l0_small/config.json +3 -2
  16. resid_post_all/layer_15_width_262k_l0_big/config.json +3 -2
  17. resid_post_all/layer_16_width_262k_l0_big/config.json +3 -2
  18. resid_post_all/layer_17_width_16k_l0_small/config.json +3 -2
  19. resid_post_all/layer_17_width_262k_l0_small/config.json +3 -2
  20. resid_post_all/layer_18_width_262k_l0_big/config.json +3 -2
  21. resid_post_all/layer_1_width_16k_l0_big/config.json +3 -2
  22. resid_post_all/layer_1_width_262k_l0_big/config.json +3 -2
  23. resid_post_all/layer_1_width_262k_l0_small/config.json +3 -2
  24. resid_post_all/layer_20_width_16k_l0_big/config.json +3 -2
  25. resid_post_all/layer_20_width_16k_l0_small/config.json +3 -2
  26. resid_post_all/layer_20_width_262k_l0_big/config.json +3 -2
  27. resid_post_all/layer_20_width_262k_l0_small/config.json +3 -2
  28. resid_post_all/layer_21_width_16k_l0_big/config.json +3 -2
  29. resid_post_all/layer_21_width_16k_l0_small/config.json +3 -2
  30. resid_post_all/layer_22_width_262k_l0_small/config.json +3 -2
  31. resid_post_all/layer_23_width_262k_l0_small/config.json +3 -2
  32. resid_post_all/layer_24_width_16k_l0_small/config.json +3 -2
  33. resid_post_all/layer_24_width_262k_l0_big/config.json +3 -2
  34. resid_post_all/layer_27_width_262k_l0_big/config.json +3 -2
  35. resid_post_all/layer_29_width_16k_l0_big/config.json +3 -2
  36. resid_post_all/layer_29_width_262k_l0_small/config.json +3 -2
  37. resid_post_all/layer_2_width_16k_l0_big/config.json +3 -2
  38. resid_post_all/layer_2_width_262k_l0_small/config.json +3 -2
  39. resid_post_all/layer_30_width_16k_l0_big/config.json +3 -2
  40. resid_post_all/layer_30_width_16k_l0_small/config.json +3 -2
  41. resid_post_all/layer_31_width_262k_l0_small/config.json +3 -2
  42. resid_post_all/layer_32_width_16k_l0_big/config.json +3 -2
  43. resid_post_all/layer_32_width_16k_l0_small/config.json +3 -2
  44. resid_post_all/layer_33_width_262k_l0_big/config.json +3 -2
  45. resid_post_all/layer_33_width_262k_l0_small/config.json +3 -2
  46. resid_post_all/layer_34_width_262k_l0_big/config.json +3 -2
  47. resid_post_all/layer_35_width_16k_l0_small/config.json +3 -2
  48. resid_post_all/layer_35_width_262k_l0_big/config.json +3 -2
  49. resid_post_all/layer_37_width_262k_l0_big/config.json +3 -2
  50. resid_post_all/layer_38_width_16k_l0_small/config.json +3 -2
resid_post/layer_16_width_1m_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.16.output",
3
  "hf_hook_point_out": "model.layers.16.output",
4
  "width": 1048576,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 129,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.16.output",
3
  "hf_hook_point_out": "model.layers.16.output",
4
  "width": 1048576,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 129,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post/layer_31_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.31.output",
3
  "hf_hook_point_out": "model.layers.31.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.31.output",
3
  "hf_hook_point_out": "model.layers.31.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post/layer_31_width_262k_l0_medium_seed_1/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.31.output",
3
  "hf_hook_point_out": "model.layers.31.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 60,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.31.output",
3
  "hf_hook_point_out": "model.layers.31.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 60,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_0_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.0.output",
3
  "hf_hook_point_out": "model.layers.0.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 60,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.0.output",
3
  "hf_hook_point_out": "model.layers.0.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 60,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_10_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.10.output",
3
  "hf_hook_point_out": "model.layers.10.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 89,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.10.output",
3
  "hf_hook_point_out": "model.layers.10.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 89,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_10_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.10.output",
3
  "hf_hook_point_out": "model.layers.10.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 14,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.10.output",
3
  "hf_hook_point_out": "model.layers.10.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 14,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_10_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.10.output",
3
  "hf_hook_point_out": "model.layers.10.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 14,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.10.output",
3
  "hf_hook_point_out": "model.layers.10.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 14,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_11_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.11.output",
3
  "hf_hook_point_out": "model.layers.11.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 91,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.11.output",
3
  "hf_hook_point_out": "model.layers.11.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 91,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_11_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.11.output",
3
  "hf_hook_point_out": "model.layers.11.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 15,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.11.output",
3
  "hf_hook_point_out": "model.layers.11.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 15,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_11_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.11.output",
3
  "hf_hook_point_out": "model.layers.11.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 15,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.11.output",
3
  "hf_hook_point_out": "model.layers.11.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 15,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_12_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.12.output",
3
  "hf_hook_point_out": "model.layers.12.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 94,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.12.output",
3
  "hf_hook_point_out": "model.layers.12.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 94,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_14_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.14.output",
3
  "hf_hook_point_out": "model.layers.14.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 100,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.14.output",
3
  "hf_hook_point_out": "model.layers.14.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 100,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_14_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.14.output",
3
  "hf_hook_point_out": "model.layers.14.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 16,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.14.output",
3
  "hf_hook_point_out": "model.layers.14.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 16,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_15_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.15.output",
3
  "hf_hook_point_out": "model.layers.15.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 103,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.15.output",
3
  "hf_hook_point_out": "model.layers.15.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 103,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_15_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.15.output",
3
  "hf_hook_point_out": "model.layers.15.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 17,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.15.output",
3
  "hf_hook_point_out": "model.layers.15.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 17,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_15_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.15.output",
3
  "hf_hook_point_out": "model.layers.15.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 103,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.15.output",
3
  "hf_hook_point_out": "model.layers.15.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 103,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_16_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.16.output",
3
  "hf_hook_point_out": "model.layers.16.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 106,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.16.output",
3
  "hf_hook_point_out": "model.layers.16.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 106,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_17_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.17.output",
3
  "hf_hook_point_out": "model.layers.17.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 18,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.17.output",
3
  "hf_hook_point_out": "model.layers.17.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 18,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_17_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.17.output",
3
  "hf_hook_point_out": "model.layers.17.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 18,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.17.output",
3
  "hf_hook_point_out": "model.layers.17.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 18,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_18_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.18.output",
3
  "hf_hook_point_out": "model.layers.18.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 112,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.18.output",
3
  "hf_hook_point_out": "model.layers.18.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 112,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_1_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.1.output",
3
  "hf_hook_point_out": "model.layers.1.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 62,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.1.output",
3
  "hf_hook_point_out": "model.layers.1.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 62,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_1_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.1.output",
3
  "hf_hook_point_out": "model.layers.1.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 62,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.1.output",
3
  "hf_hook_point_out": "model.layers.1.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 62,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_1_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.1.output",
3
  "hf_hook_point_out": "model.layers.1.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 10,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.1.output",
3
  "hf_hook_point_out": "model.layers.1.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 10,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_20_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 118,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 118,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_20_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 19,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 19,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_20_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 118,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 118,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_20_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 19,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.20.output",
3
  "hf_hook_point_out": "model.layers.20.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 19,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_21_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.21.output",
3
  "hf_hook_point_out": "model.layers.21.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.21.output",
3
  "hf_hook_point_out": "model.layers.21.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_21_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.21.output",
3
  "hf_hook_point_out": "model.layers.21.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.21.output",
3
  "hf_hook_point_out": "model.layers.21.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_22_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.22.output",
3
  "hf_hook_point_out": "model.layers.22.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.22.output",
3
  "hf_hook_point_out": "model.layers.22.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_23_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.23.output",
3
  "hf_hook_point_out": "model.layers.23.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.23.output",
3
  "hf_hook_point_out": "model.layers.23.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_24_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.24.output",
3
  "hf_hook_point_out": "model.layers.24.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.24.output",
3
  "hf_hook_point_out": "model.layers.24.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_24_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.24.output",
3
  "hf_hook_point_out": "model.layers.24.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.24.output",
3
  "hf_hook_point_out": "model.layers.24.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_27_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.27.output",
3
  "hf_hook_point_out": "model.layers.27.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.27.output",
3
  "hf_hook_point_out": "model.layers.27.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_29_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.29.output",
3
  "hf_hook_point_out": "model.layers.29.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.29.output",
3
  "hf_hook_point_out": "model.layers.29.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_29_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.29.output",
3
  "hf_hook_point_out": "model.layers.29.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.29.output",
3
  "hf_hook_point_out": "model.layers.29.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_2_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.2.output",
3
  "hf_hook_point_out": "model.layers.2.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 65,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.2.output",
3
  "hf_hook_point_out": "model.layers.2.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 65,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_2_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.2.output",
3
  "hf_hook_point_out": "model.layers.2.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 10,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.2.output",
3
  "hf_hook_point_out": "model.layers.2.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 10,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_30_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.30.output",
3
  "hf_hook_point_out": "model.layers.30.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.30.output",
3
  "hf_hook_point_out": "model.layers.30.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_30_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.30.output",
3
  "hf_hook_point_out": "model.layers.30.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.30.output",
3
  "hf_hook_point_out": "model.layers.30.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_31_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.31.output",
3
  "hf_hook_point_out": "model.layers.31.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.31.output",
3
  "hf_hook_point_out": "model.layers.31.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_32_width_16k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.32.output",
3
  "hf_hook_point_out": "model.layers.32.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.32.output",
3
  "hf_hook_point_out": "model.layers.32.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_32_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.32.output",
3
  "hf_hook_point_out": "model.layers.32.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.32.output",
3
  "hf_hook_point_out": "model.layers.32.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_33_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.33.output",
3
  "hf_hook_point_out": "model.layers.33.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.33.output",
3
  "hf_hook_point_out": "model.layers.33.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_33_width_262k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.33.output",
3
  "hf_hook_point_out": "model.layers.33.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.33.output",
3
  "hf_hook_point_out": "model.layers.33.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_34_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.34.output",
3
  "hf_hook_point_out": "model.layers.34.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.34.output",
3
  "hf_hook_point_out": "model.layers.34.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_35_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.35.output",
3
  "hf_hook_point_out": "model.layers.35.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.35.output",
3
  "hf_hook_point_out": "model.layers.35.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_35_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.35.output",
3
  "hf_hook_point_out": "model.layers.35.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.35.output",
3
  "hf_hook_point_out": "model.layers.35.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_37_width_262k_l0_big/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.37.output",
3
  "hf_hook_point_out": "model.layers.37.output",
4
  "width": 262144,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.37.output",
3
  "hf_hook_point_out": "model.layers.37.output",
4
  "width": 262144,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 120,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }
resid_post_all/layer_38_width_16k_l0_small/config.json CHANGED
@@ -2,8 +2,9 @@
2
  "hf_hook_point_in": "model.layers.38.output",
3
  "hf_hook_point_out": "model.layers.38.output",
4
  "width": 16384,
5
- "model_name": "gemma-v3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
- "affine_connection": false
 
9
  }
 
2
  "hf_hook_point_in": "model.layers.38.output",
3
  "hf_hook_point_out": "model.layers.38.output",
4
  "width": 16384,
5
+ "model_name": "google/gemma-3-27b-it",
6
  "architecture": "jump_relu",
7
  "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "sae"
10
  }