mfirth commited on
Commit
48c202d
·
verified ·
1 Parent(s): 5a9c8ba

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +174 -0
config.json ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "intervention_constant_sources": [
3
+ true,
4
+ true,
5
+ true,
6
+ true,
7
+ true,
8
+ true,
9
+ true,
10
+ true
11
+ ],
12
+ "intervention_dimensions": [
13
+ 2048,
14
+ 2048,
15
+ 2048,
16
+ 2048,
17
+ 2048,
18
+ 2048,
19
+ 2048,
20
+ 2048
21
+ ],
22
+ "intervention_types": [
23
+ "<class 'pyreft.interventions.LoreftIntervention'>",
24
+ "<class 'pyreft.interventions.LoreftIntervention'>",
25
+ "<class 'pyreft.interventions.LoreftIntervention'>",
26
+ "<class 'pyreft.interventions.LoreftIntervention'>",
27
+ "<class 'pyreft.interventions.LoreftIntervention'>",
28
+ "<class 'pyreft.interventions.LoreftIntervention'>",
29
+ "<class 'pyreft.interventions.LoreftIntervention'>",
30
+ "<class 'pyreft.interventions.LoreftIntervention'>"
31
+ ],
32
+ "mode": "parallel",
33
+ "representations": [
34
+ [
35
+ 2,
36
+ "block_output",
37
+ "pos",
38
+ 1,
39
+ 4,
40
+ null,
41
+ null,
42
+ null,
43
+ null,
44
+ null,
45
+ null,
46
+ null,
47
+ null,
48
+ null
49
+ ],
50
+ [
51
+ 8,
52
+ "block_output",
53
+ "pos",
54
+ 1,
55
+ 4,
56
+ null,
57
+ null,
58
+ null,
59
+ null,
60
+ null,
61
+ null,
62
+ null,
63
+ null,
64
+ null
65
+ ],
66
+ [
67
+ 12,
68
+ "block_output",
69
+ "pos",
70
+ 1,
71
+ 4,
72
+ null,
73
+ null,
74
+ null,
75
+ null,
76
+ null,
77
+ null,
78
+ null,
79
+ null,
80
+ null
81
+ ],
82
+ [
83
+ 24,
84
+ "block_output",
85
+ "pos",
86
+ 1,
87
+ 4,
88
+ null,
89
+ null,
90
+ null,
91
+ null,
92
+ null,
93
+ null,
94
+ null,
95
+ null,
96
+ null
97
+ ],
98
+ [
99
+ 2,
100
+ "block_output",
101
+ "pos",
102
+ 1,
103
+ 4,
104
+ null,
105
+ null,
106
+ null,
107
+ null,
108
+ null,
109
+ null,
110
+ null,
111
+ null,
112
+ null
113
+ ],
114
+ [
115
+ 8,
116
+ "block_output",
117
+ "pos",
118
+ 1,
119
+ 4,
120
+ null,
121
+ null,
122
+ null,
123
+ null,
124
+ null,
125
+ null,
126
+ null,
127
+ null,
128
+ null
129
+ ],
130
+ [
131
+ 12,
132
+ "block_output",
133
+ "pos",
134
+ 1,
135
+ 4,
136
+ null,
137
+ null,
138
+ null,
139
+ null,
140
+ null,
141
+ null,
142
+ null,
143
+ null,
144
+ null
145
+ ],
146
+ [
147
+ 24,
148
+ "block_output",
149
+ "pos",
150
+ 1,
151
+ 4,
152
+ null,
153
+ null,
154
+ null,
155
+ null,
156
+ null,
157
+ null,
158
+ null,
159
+ null,
160
+ null
161
+ ]
162
+ ],
163
+ "sorted_keys": [
164
+ "layer.2.comp.block_output.unit.pos.nunit.1#0",
165
+ "layer.8.comp.block_output.unit.pos.nunit.1#0",
166
+ "layer.12.comp.block_output.unit.pos.nunit.1#0",
167
+ "layer.24.comp.block_output.unit.pos.nunit.1#0",
168
+ "layer.2.comp.block_output.unit.pos.nunit.1#1",
169
+ "layer.8.comp.block_output.unit.pos.nunit.1#1",
170
+ "layer.12.comp.block_output.unit.pos.nunit.1#1",
171
+ "layer.24.comp.block_output.unit.pos.nunit.1#1"
172
+ ],
173
+ "transformers_version": "4.45.1"
174
+ }