fix hook_name
Browse files
cfg.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"dtype": "float32",
|
11 |
"context_size": 256,
|
12 |
"model_name": "mistral-7b-instruct",
|
13 |
-
"hook_name": "blocks.16.
|
14 |
"hook_layer": 16,
|
15 |
"hook_head_index": null,
|
16 |
"prepend_bos": false,
|
|
|
10 |
"dtype": "float32",
|
11 |
"context_size": 256,
|
12 |
"model_name": "mistral-7b-instruct",
|
13 |
+
"hook_name": "blocks.16.hook_mlp_out",
|
14 |
"hook_layer": 16,
|
15 |
"hook_head_index": null,
|
16 |
"prepend_bos": false,
|