Davide Ghilardi commited on
Commit
c6c38be
Β·
1 Parent(s): 765ded0

Add reverse SAEs

Browse files
Files changed (48) hide show
  1. hook_embed/reversed/cfg.json +1 -0
  2. hook_embed/reversed/sae_weights.safetensors +3 -0
  3. hook_embed/reversed/sparsity.safetensors +3 -0
  4. hook_embed/{cfg.json β†’ standard/cfg.json} +0 -0
  5. hook_embed/{sae_weights.safetensors β†’ standard/sae_weights.safetensors} +0 -0
  6. hook_embed/{sparsity.safetensors β†’ standard/sparsity.safetensors} +0 -0
  7. l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/cfg.json +0 -0
  8. l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/mlp_out_s1_lr3e-5/cfg.json +0 -0
  9. l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/mlp_out_s1_lr3e-5/sae_weights.safetensors +0 -0
  10. l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/mlp_out_s1_lr3e-5/sparsity.safetensors +0 -0
  11. l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/sae_weights.safetensors +0 -0
  12. l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/sparsity.safetensors +0 -0
  13. l1_1/{hook_resid_post β†’ standard/hook_resid_post}/cfg.json +0 -0
  14. l1_1/{hook_resid_post β†’ standard/hook_resid_post}/sae_weights.safetensors +0 -0
  15. l1_1/{hook_resid_post β†’ standard/hook_resid_post}/sparsity.safetensors +0 -0
  16. l1_1/{hook_z β†’ standard/hook_z}/cfg.json +0 -0
  17. l1_1/{hook_z β†’ standard/hook_z}/hook_z_s1_lr3e-5/cfg.json +0 -0
  18. l1_1/{hook_z β†’ standard/hook_z}/hook_z_s1_lr3e-5/sae_weights.safetensors +0 -0
  19. l1_1/{hook_z β†’ standard/hook_z}/hook_z_s1_lr3e-5/sparsity.safetensors +0 -0
  20. l1_1/{hook_z β†’ standard/hook_z}/sae_weights.safetensors +0 -0
  21. l1_1/{hook_z β†’ standard/hook_z}/sparsity.safetensors +0 -0
  22. l1_2/reversed/hook_mlp_out/cfg.json +86 -0
  23. l1_2/reversed/hook_mlp_out/sae_weights.safetensors +3 -0
  24. l1_2/reversed/hook_mlp_out/sparsity.safetensors +3 -0
  25. l1_2/reversed/hook_resid_post/cfg.json +86 -0
  26. l1_2/reversed/hook_resid_post/sae_weights.safetensors +3 -0
  27. l1_2/reversed/hook_resid_post/sparsity.safetensors +3 -0
  28. l1_2/reversed/hook_z/cfg.json +86 -0
  29. l1_2/reversed/hook_z/sae_weights.safetensors +3 -0
  30. l1_2/reversed/hook_z/sparsity.safetensors +3 -0
  31. l1_2/{hook_mlp_out β†’ standard/hook_mlp_out}/cfg.json +0 -0
  32. l1_2/{hook_mlp_out β†’ standard/hook_mlp_out}/sae_weights.safetensors +0 -0
  33. l1_2/{hook_mlp_out β†’ standard/hook_mlp_out}/sparsity.safetensors +0 -0
  34. l1_2/{hook_resid_post β†’ standard/hook_resid_post}/cfg.json +0 -0
  35. l1_2/{hook_resid_post β†’ standard/hook_resid_post}/sae_weights.safetensors +0 -0
  36. l1_2/{hook_resid_post β†’ standard/hook_resid_post}/sparsity.safetensors +0 -0
  37. l1_2/{hook_z β†’ standard/hook_z}/cfg.json +0 -0
  38. l1_2/{hook_z β†’ standard/hook_z}/sae_weights.safetensors +0 -0
  39. l1_2/{hook_z β†’ standard/hook_z}/sparsity.safetensors +0 -0
  40. l1_5/{hook_mlp_out β†’ standard/hook_mlp_out}/cfg.json +0 -0
  41. l1_5/{hook_mlp_out β†’ standard/hook_mlp_out}/sae_weights.safetensors +0 -0
  42. l1_5/{hook_mlp_out β†’ standard/hook_mlp_out}/sparsity.safetensors +0 -0
  43. l1_5/{hook_resid_post β†’ standard/hook_resid_post}/cfg.json +0 -0
  44. l1_5/{hook_resid_post β†’ standard/hook_resid_post}/sae_weights.safetensors +0 -0
  45. l1_5/{hook_resid_post β†’ standard/hook_resid_post}/sparsity.safetensors +0 -0
  46. l1_5/{hook_z β†’ standard/hook_z}/cfg.json +0 -0
  47. l1_5/{hook_z β†’ standard/hook_z}/sae_weights.safetensors +0 -0
  48. l1_5/{hook_z β†’ standard/hook_z}/sparsity.safetensors +0 -0
hook_embed/reversed/cfg.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_name": "1l-gelu", "model_class_name": "HookedTransformer", "hook_name": "hook_embed", "hook_eval": "NOT_IN_USE", "hook_layer": 0, "hook_head_index": null, "dataset_path": "ghidav/arithmetics_reversed", "dataset_trust_remote_code": true, "streaming": true, "is_dataset_tokenized": true, "context_size": 18, "use_cached_activations": false, "cached_activations_path": null, "architecture": "jumprelu", "d_in": 512, "d_sae": 8192, "b_dec_init_method": "zeros", "expansion_factor": 16, "activation_fn": "relu", "activation_fn_kwargs": {}, "normalize_sae_decoder": true, "noise_scale": 0.0, "from_pretrained_path": null, "apply_b_dec_to_input": false, "decoder_orthogonal_init": false, "decoder_heuristic_init": false, "init_encoder_as_decoder_transpose": false, "n_batches_in_buffer": 128, "training_tokens": 50000000, "finetuning_tokens": 0, "store_batch_size_prompts": 8, "train_batch_size_tokens": 1024, "normalize_activations": "none", "device": "cuda", "act_store_device": "cuda", "seed": 42, "dtype": "float32", "prepend_bos": false, "autocast": false, "autocast_lm": false, "compile_llm": false, "llm_compilation_mode": null, "compile_sae": false, "sae_compilation_mode": null, "adam_beta1": 0, "adam_beta2": 0.999, "mse_loss_normalization": null, "l1_coefficient": 0.1, "lp_norm": 1, "scale_sparsity_penalty_by_decoder_norm": false, "l1_warm_up_steps": 2441, "lr": 0.0005, "lr_scheduler_name": "constant", "lr_warm_up_steps": 0, "lr_end": 5e-05, "lr_decay_steps": 9765, "n_restart_cycles": 1, "finetuning_method": null, "use_ghost_grads": false, "feature_sampling_window": 2000, "dead_feature_window": 1000, "dead_feature_threshold": 1e-06, "n_eval_batches": 10, "eval_batch_size_prompts": null, "log_to_wandb": true, "log_activations_store_to_wandb": false, "log_optimizer_state_to_wandb": false, "wandb_project": "sae-feature-circuits", "wandb_id": null, "run_name": "L0_hook_embed_L1_0_1_rev", "wandb_entity": null, "wandb_log_frequency": 30, "eval_every_n_wandb_logs": 100, "resume": false, "n_checkpoints": 0, "checkpoint_path": "checkpoints/9uer8ihp", "verbose": false, "model_kwargs": {}, "model_from_pretrained_kwargs": {"center_writing_weights": false}, "sae_lens_version": "3.20.5", "sae_lens_training_version": "3.20.5", "tokens_per_buffer": 2359296}
hook_embed/reversed/sae_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac0f6b9d84f6cfc270357db02224699aeced8ff064c2c96b478c2492bec298f
3
+ size 33622400
hook_embed/reversed/sparsity.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc0fc30655809e2e93371d4a8e02fe4ce4c721e3a748e3b7b03b2c5fdbecc31b
3
+ size 32848
hook_embed/{cfg.json β†’ standard/cfg.json} RENAMED
File without changes
hook_embed/{sae_weights.safetensors β†’ standard/sae_weights.safetensors} RENAMED
File without changes
hook_embed/{sparsity.safetensors β†’ standard/sparsity.safetensors} RENAMED
File without changes
l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/cfg.json RENAMED
File without changes
l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/mlp_out_s1_lr3e-5/cfg.json RENAMED
File without changes
l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/mlp_out_s1_lr3e-5/sae_weights.safetensors RENAMED
File without changes
l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/mlp_out_s1_lr3e-5/sparsity.safetensors RENAMED
File without changes
l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/sae_weights.safetensors RENAMED
File without changes
l1_1/{hook_mlp_out β†’ standard/hook_mlp_out}/sparsity.safetensors RENAMED
File without changes
l1_1/{hook_resid_post β†’ standard/hook_resid_post}/cfg.json RENAMED
File without changes
l1_1/{hook_resid_post β†’ standard/hook_resid_post}/sae_weights.safetensors RENAMED
File without changes
l1_1/{hook_resid_post β†’ standard/hook_resid_post}/sparsity.safetensors RENAMED
File without changes
l1_1/{hook_z β†’ standard/hook_z}/cfg.json RENAMED
File without changes
l1_1/{hook_z β†’ standard/hook_z}/hook_z_s1_lr3e-5/cfg.json RENAMED
File without changes
l1_1/{hook_z β†’ standard/hook_z}/hook_z_s1_lr3e-5/sae_weights.safetensors RENAMED
File without changes
l1_1/{hook_z β†’ standard/hook_z}/hook_z_s1_lr3e-5/sparsity.safetensors RENAMED
File without changes
l1_1/{hook_z β†’ standard/hook_z}/sae_weights.safetensors RENAMED
File without changes
l1_1/{hook_z β†’ standard/hook_z}/sparsity.safetensors RENAMED
File without changes
l1_2/reversed/hook_mlp_out/cfg.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "1l-gelu",
3
+ "model_class_name": "HookedTransformer",
4
+ "hook_name": "blocks.0.hook_mlp_out",
5
+ "hook_eval": "NOT_IN_USE",
6
+ "hook_layer": 0,
7
+ "hook_head_index": null,
8
+ "dataset_path": "ghidav/arithmetics_reversed",
9
+ "dataset_trust_remote_code": true,
10
+ "streaming": true,
11
+ "is_dataset_tokenized": true,
12
+ "context_size": 18,
13
+ "use_cached_activations": false,
14
+ "cached_activations_path": null,
15
+ "architecture": "jumprelu",
16
+ "d_in": 512,
17
+ "d_sae": 8192,
18
+ "b_dec_init_method": "zeros",
19
+ "expansion_factor": 16,
20
+ "activation_fn": "relu",
21
+ "activation_fn_kwargs": {},
22
+ "normalize_sae_decoder": true,
23
+ "noise_scale": 0.0,
24
+ "from_pretrained_path": null,
25
+ "apply_b_dec_to_input": false,
26
+ "decoder_orthogonal_init": false,
27
+ "decoder_heuristic_init": false,
28
+ "init_encoder_as_decoder_transpose": false,
29
+ "n_batches_in_buffer": 128,
30
+ "training_tokens": 50000000,
31
+ "finetuning_tokens": 0,
32
+ "store_batch_size_prompts": 8,
33
+ "train_batch_size_tokens": 1024,
34
+ "normalize_activations": "none",
35
+ "device": "cuda",
36
+ "act_store_device": "cuda",
37
+ "seed": 42,
38
+ "dtype": "float32",
39
+ "prepend_bos": false,
40
+ "autocast": false,
41
+ "autocast_lm": false,
42
+ "compile_llm": false,
43
+ "llm_compilation_mode": null,
44
+ "compile_sae": false,
45
+ "sae_compilation_mode": null,
46
+ "adam_beta1": 0,
47
+ "adam_beta2": 0.999,
48
+ "mse_loss_normalization": null,
49
+ "l1_coefficient": 2.0,
50
+ "lp_norm": 1,
51
+ "scale_sparsity_penalty_by_decoder_norm": false,
52
+ "l1_warm_up_steps": 2441,
53
+ "lr": 0.0005,
54
+ "lr_scheduler_name": "constant",
55
+ "lr_warm_up_steps": 0,
56
+ "lr_end": 5e-05,
57
+ "lr_decay_steps": 9765,
58
+ "n_restart_cycles": 1,
59
+ "finetuning_method": null,
60
+ "use_ghost_grads": false,
61
+ "feature_sampling_window": 2000,
62
+ "dead_feature_window": 1000,
63
+ "dead_feature_threshold": 1e-06,
64
+ "n_eval_batches": 10,
65
+ "eval_batch_size_prompts": null,
66
+ "log_to_wandb": true,
67
+ "log_activations_store_to_wandb": false,
68
+ "log_optimizer_state_to_wandb": false,
69
+ "wandb_project": "sae-feature-circuits",
70
+ "wandb_id": null,
71
+ "run_name": "L0_hook_mlp_out_L1_2_0_rev",
72
+ "wandb_entity": null,
73
+ "wandb_log_frequency": 30,
74
+ "eval_every_n_wandb_logs": 100,
75
+ "resume": false,
76
+ "n_checkpoints": 0,
77
+ "checkpoint_path": "checkpoints/fhisi0p1",
78
+ "verbose": false,
79
+ "model_kwargs": {},
80
+ "model_from_pretrained_kwargs": {
81
+ "center_writing_weights": false
82
+ },
83
+ "sae_lens_version": "3.20.5",
84
+ "sae_lens_training_version": "3.20.5",
85
+ "tokens_per_buffer": 2359296
86
+ }
l1_2/reversed/hook_mlp_out/sae_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72f511cee7d7bd45340e360ba305dbf01acc7e4152f15d5de8ff7342e31fd78
3
+ size 33622400
l1_2/reversed/hook_mlp_out/sparsity.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:847b1f885ed410c120619b963920e805d45f77dc641c0a2908c52ba1a0eb5df6
3
+ size 32848
l1_2/reversed/hook_resid_post/cfg.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "1l-gelu",
3
+ "model_class_name": "HookedTransformer",
4
+ "hook_name": "blocks.0.hook_resid_post",
5
+ "hook_eval": "NOT_IN_USE",
6
+ "hook_layer": 0,
7
+ "hook_head_index": null,
8
+ "dataset_path": "ghidav/arithmetics_reversed",
9
+ "dataset_trust_remote_code": true,
10
+ "streaming": true,
11
+ "is_dataset_tokenized": true,
12
+ "context_size": 18,
13
+ "use_cached_activations": false,
14
+ "cached_activations_path": null,
15
+ "architecture": "jumprelu",
16
+ "d_in": 512,
17
+ "d_sae": 8192,
18
+ "b_dec_init_method": "zeros",
19
+ "expansion_factor": 16,
20
+ "activation_fn": "relu",
21
+ "activation_fn_kwargs": {},
22
+ "normalize_sae_decoder": true,
23
+ "noise_scale": 0.0,
24
+ "from_pretrained_path": null,
25
+ "apply_b_dec_to_input": false,
26
+ "decoder_orthogonal_init": false,
27
+ "decoder_heuristic_init": false,
28
+ "init_encoder_as_decoder_transpose": false,
29
+ "n_batches_in_buffer": 128,
30
+ "training_tokens": 50000000,
31
+ "finetuning_tokens": 0,
32
+ "store_batch_size_prompts": 8,
33
+ "train_batch_size_tokens": 1024,
34
+ "normalize_activations": "none",
35
+ "device": "cuda",
36
+ "act_store_device": "cuda",
37
+ "seed": 42,
38
+ "dtype": "float32",
39
+ "prepend_bos": false,
40
+ "autocast": false,
41
+ "autocast_lm": false,
42
+ "compile_llm": false,
43
+ "llm_compilation_mode": null,
44
+ "compile_sae": false,
45
+ "sae_compilation_mode": null,
46
+ "adam_beta1": 0,
47
+ "adam_beta2": 0.999,
48
+ "mse_loss_normalization": null,
49
+ "l1_coefficient": 2.0,
50
+ "lp_norm": 1,
51
+ "scale_sparsity_penalty_by_decoder_norm": false,
52
+ "l1_warm_up_steps": 2441,
53
+ "lr": 0.0005,
54
+ "lr_scheduler_name": "constant",
55
+ "lr_warm_up_steps": 0,
56
+ "lr_end": 5e-05,
57
+ "lr_decay_steps": 9765,
58
+ "n_restart_cycles": 1,
59
+ "finetuning_method": null,
60
+ "use_ghost_grads": false,
61
+ "feature_sampling_window": 2000,
62
+ "dead_feature_window": 1000,
63
+ "dead_feature_threshold": 1e-06,
64
+ "n_eval_batches": 10,
65
+ "eval_batch_size_prompts": null,
66
+ "log_to_wandb": true,
67
+ "log_activations_store_to_wandb": false,
68
+ "log_optimizer_state_to_wandb": false,
69
+ "wandb_project": "sae-feature-circuits",
70
+ "wandb_id": null,
71
+ "run_name": "L0_hook_resid_post_L1_2_0_rev",
72
+ "wandb_entity": null,
73
+ "wandb_log_frequency": 30,
74
+ "eval_every_n_wandb_logs": 100,
75
+ "resume": false,
76
+ "n_checkpoints": 0,
77
+ "checkpoint_path": "checkpoints/220duyfn",
78
+ "verbose": false,
79
+ "model_kwargs": {},
80
+ "model_from_pretrained_kwargs": {
81
+ "center_writing_weights": false
82
+ },
83
+ "sae_lens_version": "3.20.5",
84
+ "sae_lens_training_version": "3.20.5",
85
+ "tokens_per_buffer": 2359296
86
+ }
l1_2/reversed/hook_resid_post/sae_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9591b30b7fad6cc025b6fc149a7f24454336ec4fcf0b82abb0a0a4573c06cc2
3
+ size 33622400
l1_2/reversed/hook_resid_post/sparsity.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d9853721551165bdc0fce8fff74366cb63c078c2ad668dc8780bef79dcf64c
3
+ size 32848
l1_2/reversed/hook_z/cfg.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "1l-gelu",
3
+ "model_class_name": "HookedTransformer",
4
+ "hook_name": "blocks.0.attn.hook_z",
5
+ "hook_eval": "NOT_IN_USE",
6
+ "hook_layer": 0,
7
+ "hook_head_index": null,
8
+ "dataset_path": "ghidav/arithmetics_reversed",
9
+ "dataset_trust_remote_code": true,
10
+ "streaming": true,
11
+ "is_dataset_tokenized": true,
12
+ "context_size": 18,
13
+ "use_cached_activations": false,
14
+ "cached_activations_path": null,
15
+ "architecture": "jumprelu",
16
+ "d_in": 512,
17
+ "d_sae": 8192,
18
+ "b_dec_init_method": "zeros",
19
+ "expansion_factor": 16,
20
+ "activation_fn": "relu",
21
+ "activation_fn_kwargs": {},
22
+ "normalize_sae_decoder": true,
23
+ "noise_scale": 0.0,
24
+ "from_pretrained_path": null,
25
+ "apply_b_dec_to_input": false,
26
+ "decoder_orthogonal_init": false,
27
+ "decoder_heuristic_init": false,
28
+ "init_encoder_as_decoder_transpose": false,
29
+ "n_batches_in_buffer": 128,
30
+ "training_tokens": 50000000,
31
+ "finetuning_tokens": 0,
32
+ "store_batch_size_prompts": 8,
33
+ "train_batch_size_tokens": 1024,
34
+ "normalize_activations": "none",
35
+ "device": "cuda",
36
+ "act_store_device": "cuda",
37
+ "seed": 42,
38
+ "dtype": "float32",
39
+ "prepend_bos": false,
40
+ "autocast": false,
41
+ "autocast_lm": false,
42
+ "compile_llm": false,
43
+ "llm_compilation_mode": null,
44
+ "compile_sae": false,
45
+ "sae_compilation_mode": null,
46
+ "adam_beta1": 0,
47
+ "adam_beta2": 0.999,
48
+ "mse_loss_normalization": null,
49
+ "l1_coefficient": 2.0,
50
+ "lp_norm": 1,
51
+ "scale_sparsity_penalty_by_decoder_norm": false,
52
+ "l1_warm_up_steps": 2441,
53
+ "lr": 0.0005,
54
+ "lr_scheduler_name": "constant",
55
+ "lr_warm_up_steps": 0,
56
+ "lr_end": 5e-05,
57
+ "lr_decay_steps": 9765,
58
+ "n_restart_cycles": 1,
59
+ "finetuning_method": null,
60
+ "use_ghost_grads": false,
61
+ "feature_sampling_window": 2000,
62
+ "dead_feature_window": 1000,
63
+ "dead_feature_threshold": 1e-06,
64
+ "n_eval_batches": 10,
65
+ "eval_batch_size_prompts": null,
66
+ "log_to_wandb": true,
67
+ "log_activations_store_to_wandb": false,
68
+ "log_optimizer_state_to_wandb": false,
69
+ "wandb_project": "sae-feature-circuits",
70
+ "wandb_id": null,
71
+ "run_name": "L0_attn.hook_z_L1_2_0_rev",
72
+ "wandb_entity": null,
73
+ "wandb_log_frequency": 30,
74
+ "eval_every_n_wandb_logs": 100,
75
+ "resume": false,
76
+ "n_checkpoints": 0,
77
+ "checkpoint_path": "checkpoints/lb56kz30",
78
+ "verbose": false,
79
+ "model_kwargs": {},
80
+ "model_from_pretrained_kwargs": {
81
+ "center_writing_weights": false
82
+ },
83
+ "sae_lens_version": "3.20.5",
84
+ "sae_lens_training_version": "3.20.5",
85
+ "tokens_per_buffer": 2359296
86
+ }
l1_2/reversed/hook_z/sae_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a43785585f70699841ba234476faa025b08732b43bde62317d5b882af8be8282
3
+ size 33622400
l1_2/reversed/hook_z/sparsity.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e961506e87446115d1621831806ee8deed48e19432982b5ec90ed22e1dacb203
3
+ size 32848
l1_2/{hook_mlp_out β†’ standard/hook_mlp_out}/cfg.json RENAMED
File without changes
l1_2/{hook_mlp_out β†’ standard/hook_mlp_out}/sae_weights.safetensors RENAMED
File without changes
l1_2/{hook_mlp_out β†’ standard/hook_mlp_out}/sparsity.safetensors RENAMED
File without changes
l1_2/{hook_resid_post β†’ standard/hook_resid_post}/cfg.json RENAMED
File without changes
l1_2/{hook_resid_post β†’ standard/hook_resid_post}/sae_weights.safetensors RENAMED
File without changes
l1_2/{hook_resid_post β†’ standard/hook_resid_post}/sparsity.safetensors RENAMED
File without changes
l1_2/{hook_z β†’ standard/hook_z}/cfg.json RENAMED
File without changes
l1_2/{hook_z β†’ standard/hook_z}/sae_weights.safetensors RENAMED
File without changes
l1_2/{hook_z β†’ standard/hook_z}/sparsity.safetensors RENAMED
File without changes
l1_5/{hook_mlp_out β†’ standard/hook_mlp_out}/cfg.json RENAMED
File without changes
l1_5/{hook_mlp_out β†’ standard/hook_mlp_out}/sae_weights.safetensors RENAMED
File without changes
l1_5/{hook_mlp_out β†’ standard/hook_mlp_out}/sparsity.safetensors RENAMED
File without changes
l1_5/{hook_resid_post β†’ standard/hook_resid_post}/cfg.json RENAMED
File without changes
l1_5/{hook_resid_post β†’ standard/hook_resid_post}/sae_weights.safetensors RENAMED
File without changes
l1_5/{hook_resid_post β†’ standard/hook_resid_post}/sparsity.safetensors RENAMED
File without changes
l1_5/{hook_z β†’ standard/hook_z}/cfg.json RENAMED
File without changes
l1_5/{hook_z β†’ standard/hook_z}/sae_weights.safetensors RENAMED
File without changes
l1_5/{hook_z β†’ standard/hook_z}/sparsity.safetensors RENAMED
File without changes