zhengxuanzenwu commited on
Commit
e22172f
1 Parent(s): 6af4e1a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +42 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignable_interventions": [
3
+ null
4
+ ],
5
+ "alignable_interventions_type": [
6
+ "<class 'models.interventions.LowRankRotatedSpaceIntervention'>",
7
+ "<class 'models.interventions.LowRankRotatedSpaceIntervention'>"
8
+ ],
9
+ "alignable_model_type": "<class 'transformers.models.gpt2.modeling_gpt2.GPT2Model'>",
10
+ "alignable_representations": [
11
+ [
12
+ 0,
13
+ "block_output",
14
+ "pos",
15
+ 1,
16
+ 128,
17
+ null,
18
+ 0,
19
+ null
20
+ ],
21
+ [
22
+ 2,
23
+ "block_output",
24
+ "pos",
25
+ 1,
26
+ 128,
27
+ null,
28
+ 0,
29
+ null
30
+ ]
31
+ ],
32
+ "intervention_dimensions": [
33
+ null,
34
+ null
35
+ ],
36
+ "mode": "parallel",
37
+ "sorted_keys": [
38
+ "layer.0.repr.block_output.unit.pos.nunit.1#0",
39
+ "layer.2.repr.block_output.unit.pos.nunit.1#0"
40
+ ],
41
+ "transformers_version": "4.34.0"
42
+ }