SAELens
CallumMcDougallGDM commited on
Commit
31bd62f
·
verified ·
1 Parent(s): 36765ee

Add files using upload-large-folder tool

Browse files
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-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 60,
8
+ "affine_connection": true,
9
+ "type": "transcoder"
10
+ }
transcoder/layer_22_width_262k_l0_small/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-pt",
6
+ "architecture": "jump_relu",
7
+ "l0": 20,
8
+ "affine_connection": false,
9
+ "type": "transcoder"
10
+ }