zhengxuanzenwu commited on
Commit
35ef8b6
1 Parent(s): 249f70a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +15 -12
config.json CHANGED
@@ -1,20 +1,26 @@
1
  {
2
- "intervenable_interventions": [
3
- null
 
4
  ],
5
- "intervenable_interventions_type": [
6
- "<class 'pyvene.models.interventions.VanillaIntervention'>",
7
- "<class 'pyvene.models.interventions.VanillaIntervention'>"
8
  ],
9
- "intervenable_model_type": "<class 'transformers.models.gpt2.modeling_gpt2.GPT2Model'>",
10
- "intervenable_representations": [
 
 
 
11
  [
12
  0,
13
  "block_output",
14
  "pos",
15
  1,
 
16
  null,
17
  null,
 
18
  null,
19
  null,
20
  null,
@@ -25,19 +31,16 @@
25
  "block_output",
26
  "pos",
27
  1,
 
28
  null,
29
  null,
 
30
  null,
31
  null,
32
  null,
33
  null
34
  ]
35
  ],
36
- "intervention_dimensions": [
37
- 768,
38
- 768
39
- ],
40
- "mode": "parallel",
41
  "sorted_keys": [
42
  "layer.0.repr.block_output.unit.pos.nunit.1#0",
43
  "layer.2.repr.block_output.unit.pos.nunit.1#0"
 
1
  {
2
+ "intervention_dimensions": [
3
+ 768,
4
+ 768
5
  ],
6
+ "intervention_types": [
7
+ "<class 'pyvene.models.interventions.LowRankRotatedSpaceIntervention'>",
8
+ "<class 'pyvene.models.interventions.LowRankRotatedSpaceIntervention'>"
9
  ],
10
+ "interventions": [
11
+ null
12
+ ],
13
+ "mode": "parallel",
14
+ "representations": [
15
  [
16
  0,
17
  "block_output",
18
  "pos",
19
  1,
20
+ 128,
21
  null,
22
  null,
23
+ 0,
24
  null,
25
  null,
26
  null,
 
31
  "block_output",
32
  "pos",
33
  1,
34
+ 128,
35
  null,
36
  null,
37
+ 0,
38
  null,
39
  null,
40
  null,
41
  null
42
  ]
43
  ],
 
 
 
 
 
44
  "sorted_keys": [
45
  "layer.0.repr.block_output.unit.pos.nunit.1#0",
46
  "layer.2.repr.block_output.unit.pos.nunit.1#0"