tylercosgrove
commited on
Commit
•
a213157
1
Parent(s):
0b0f329
SAELens compatible weights + config
Browse files- cfg.json +19 -0
- sae_weights.safetensors +3 -0
cfg.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "standard",
|
3 |
+
"d_in": 4096,
|
4 |
+
"d_sae": 131072,
|
5 |
+
"activation_fn_str": "topk",
|
6 |
+
"activation_fn_kwargs": { "k": 128 },
|
7 |
+
"apply_b_dec_to_input": true,
|
8 |
+
"normalize_activations": "layer_norm",
|
9 |
+
"finetuning_scaling_factor": false,
|
10 |
+
"dtype": "float32",
|
11 |
+
"context_size": 256,
|
12 |
+
"model_name": "mistral-7b-instruct",
|
13 |
+
"hook_name": "blocks.16.hook_resid_pre",
|
14 |
+
"hook_layer": 16,
|
15 |
+
"hook_head_index": null,
|
16 |
+
"prepend_bos": false,
|
17 |
+
"dataset_path": "monology/pile-uncopyrighted",
|
18 |
+
"dataset_trust_remote_code": false
|
19 |
+
}
|
sae_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee3a1201907d7a0d01ddbfe59d9cdc359b8b2bdd452e2c707bcae4bd441085e1
|
3 |
+
size 4295508296
|