SAELens
CallumMcDougallGDM commited on
Commit
d56fb38
·
verified ·
1 Parent(s): effb8a4

Add files using upload-large-folder tool

Browse files
Files changed (32) hide show
  1. transcoder_all/layer_11_width_262k_l0_big_affine/config.json +9 -0
  2. transcoder_all/layer_11_width_262k_l0_small/config.json +9 -0
  3. transcoder_all/layer_12_width_16k_l0_small_affine/config.json +9 -0
  4. transcoder_all/layer_13_width_262k_l0_small_affine/config.json +9 -0
  5. transcoder_all/layer_14_width_262k_l0_big/config.json +9 -0
  6. transcoder_all/layer_16_width_16k_l0_big/config.json +9 -0
  7. transcoder_all/layer_16_width_16k_l0_big_affine/config.json +9 -0
  8. transcoder_all/layer_19_width_262k_l0_big/config.json +9 -0
  9. transcoder_all/layer_20_width_16k_l0_small_affine/config.json +9 -0
  10. transcoder_all/layer_21_width_16k_l0_small_affine/config.json +9 -0
  11. transcoder_all/layer_21_width_262k_l0_big/config.json +9 -0
  12. transcoder_all/layer_21_width_262k_l0_small_affine/config.json +9 -0
  13. transcoder_all/layer_22_width_16k_l0_small_affine/config.json +9 -0
  14. transcoder_all/layer_22_width_262k_l0_big/config.json +9 -0
  15. transcoder_all/layer_27_width_16k_l0_small_affine/config.json +9 -0
  16. transcoder_all/layer_27_width_262k_l0_big/config.json +9 -0
  17. transcoder_all/layer_28_width_16k_l0_big/config.json +9 -0
  18. transcoder_all/layer_28_width_16k_l0_big_affine/config.json +9 -0
  19. transcoder_all/layer_28_width_262k_l0_small/config.json +9 -0
  20. transcoder_all/layer_30_width_262k_l0_big_affine/config.json +9 -0
  21. transcoder_all/layer_32_width_16k_l0_small_affine/config.json +9 -0
  22. transcoder_all/layer_34_width_262k_l0_small/config.json +9 -0
  23. transcoder_all/layer_35_width_16k_l0_small_affine/config.json +9 -0
  24. transcoder_all/layer_36_width_16k_l0_small_affine/config.json +9 -0
  25. transcoder_all/layer_37_width_16k_l0_small_affine/config.json +9 -0
  26. transcoder_all/layer_38_width_16k_l0_small_affine/config.json +9 -0
  27. transcoder_all/layer_39_width_16k_l0_small/config.json +9 -0
  28. transcoder_all/layer_45_width_16k_l0_big/config.json +9 -0
  29. transcoder_all/layer_45_width_16k_l0_small/config.json +9 -0
  30. transcoder_all/layer_6_width_16k_l0_big_affine/config.json +9 -0
  31. transcoder_all/layer_7_width_16k_l0_small_affine/config.json +9 -0
  32. transcoder_all/layer_9_width_16k_l0_big_affine/config.json +9 -0
transcoder_all/layer_11_width_262k_l0_big_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.11.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.11.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 101,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_11_width_262k_l0_small/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.11.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.11.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 16,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_12_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.12.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.12.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 17,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_13_width_262k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.13.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.13.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 18,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_14_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.14.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.14.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 112,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_16_width_16k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.16.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.16.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_16_width_16k_l0_big_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.16.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.16.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_19_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.19.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.19.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_20_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.20.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.20.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_21_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.21.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.21.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_21_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.21.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.21.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_21_width_262k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.21.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.21.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_22_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
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": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_22_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
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": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_27_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.27.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.27.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_27_width_262k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.27.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.27.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_28_width_16k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.28.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.28.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_28_width_16k_l0_big_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.28.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.28.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_28_width_262k_l0_small/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.28.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.28.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_30_width_262k_l0_big_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.30.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.30.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_32_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.32.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.32.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_34_width_262k_l0_small/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.34.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.34.post_feedforward_layernorm.output",
4
+ "width": 262144,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_35_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.35.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.35.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_36_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.36.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.36.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_37_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.37.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.37.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_38_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.38.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.38.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_39_width_16k_l0_small/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.39.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.39.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_45_width_16k_l0_big/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.45.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.45.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 120,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_45_width_16k_l0_small/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.45.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.45.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false
9
+ }
transcoder_all/layer_6_width_16k_l0_big_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.6.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.6.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 82,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_7_width_16k_l0_small_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hf_hook_point_in": "model.layers.7.pre_feedforward_layernorm.output",
3
+ "hf_hook_point_out": "model.layers.7.post_feedforward_layernorm.output",
4
+ "width": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 14,
8
+ "affine_connection": true
9
+ }
transcoder_all/layer_9_width_16k_l0_big_affine/config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
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": 16384,
5
+ "model_name": "gemma-v3-12b-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 93,
8
+ "affine_connection": true
9
+ }