bew commited on
Commit
55e5b94
·
verified ·
1 Parent(s): 2946e7e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +134 -0
config.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "intervention_constant_sources": [
3
+ true,
4
+ true,
5
+ true,
6
+ true,
7
+ true,
8
+ true
9
+ ],
10
+ "intervention_dimensions": [
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512
17
+ ],
18
+ "intervention_types": [
19
+ "<class 'pyreft.interventions.LoreftIntervention'>",
20
+ "<class 'pyreft.interventions.LoreftIntervention'>",
21
+ "<class 'pyreft.interventions.LoreftIntervention'>",
22
+ "<class 'pyreft.interventions.LoreftIntervention'>",
23
+ "<class 'pyreft.interventions.LoreftIntervention'>",
24
+ "<class 'pyreft.interventions.LoreftIntervention'>"
25
+ ],
26
+ "mode": "parallel",
27
+ "representations": [
28
+ [
29
+ 0,
30
+ "block_output",
31
+ "pos",
32
+ 1,
33
+ 4,
34
+ null,
35
+ null,
36
+ null,
37
+ null,
38
+ null,
39
+ null,
40
+ null,
41
+ null,
42
+ null
43
+ ],
44
+ [
45
+ 1,
46
+ "block_output",
47
+ "pos",
48
+ 1,
49
+ 4,
50
+ null,
51
+ null,
52
+ null,
53
+ null,
54
+ null,
55
+ null,
56
+ null,
57
+ null,
58
+ null
59
+ ],
60
+ [
61
+ 2,
62
+ "block_output",
63
+ "pos",
64
+ 1,
65
+ 4,
66
+ null,
67
+ null,
68
+ null,
69
+ null,
70
+ null,
71
+ null,
72
+ null,
73
+ null,
74
+ null
75
+ ],
76
+ [
77
+ 3,
78
+ "block_output",
79
+ "pos",
80
+ 1,
81
+ 4,
82
+ null,
83
+ null,
84
+ null,
85
+ null,
86
+ null,
87
+ null,
88
+ null,
89
+ null,
90
+ null
91
+ ],
92
+ [
93
+ 4,
94
+ "block_output",
95
+ "pos",
96
+ 1,
97
+ 4,
98
+ null,
99
+ null,
100
+ null,
101
+ null,
102
+ null,
103
+ null,
104
+ null,
105
+ null,
106
+ null
107
+ ],
108
+ [
109
+ 5,
110
+ "block_output",
111
+ "pos",
112
+ 1,
113
+ 4,
114
+ null,
115
+ null,
116
+ null,
117
+ null,
118
+ null,
119
+ null,
120
+ null,
121
+ null,
122
+ null
123
+ ]
124
+ ],
125
+ "sorted_keys": [
126
+ "layer_0_comp_block_output_unit_pos_nunit_1#0",
127
+ "layer_1_comp_block_output_unit_pos_nunit_1#0",
128
+ "layer_2_comp_block_output_unit_pos_nunit_1#0",
129
+ "layer_3_comp_block_output_unit_pos_nunit_1#0",
130
+ "layer_4_comp_block_output_unit_pos_nunit_1#0",
131
+ "layer_5_comp_block_output_unit_pos_nunit_1#0"
132
+ ],
133
+ "transformers_version": "4.45.1"
134
+ }