tylercosgrove commited on
Commit
f195ce4
1 Parent(s): 1eab1f3

fix hook_name

Browse files
Files changed (1) hide show
  1. cfg.json +1 -1
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.hook_resid_pre",
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,