File size: 19,418 Bytes
36f7606
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "torch_dtype": "float32",
  "type_vocab_size": 2,
  "vocab_size": 21128,
  "with_pool": true,
  "pool_strategy": "mean",
  "mapping": {
      "embeddings.word_embeddings.weight": "embeddings.word_embeddings.weight",
      "embeddings.position_embeddings.weight": "embeddings.position_embeddings.weight",
      "embeddings.segment_embeddings.weight": "embeddings.token_type_embeddings.weight",
      "embeddings.layerNorm.weight": "embeddings.LayerNorm.weight",
      "embeddings.layerNorm.bias": "embeddings.LayerNorm.bias",
      "pooler.weight": "pooler.dense.weight",
      "pooler.bias": "pooler.dense.bias",
      "encoderLayer.0.multiHeadAttention.q.weight": "encoder.layer.0.attention.self.query.weight",
      "encoderLayer.0.multiHeadAttention.q.bias": "encoder.layer.0.attention.self.query.bias",
      "encoderLayer.0.multiHeadAttention.k.weight": "encoder.layer.0.attention.self.key.weight",
      "encoderLayer.0.multiHeadAttention.k.bias": "encoder.layer.0.attention.self.key.bias",
      "encoderLayer.0.multiHeadAttention.v.weight": "encoder.layer.0.attention.self.value.weight",
      "encoderLayer.0.multiHeadAttention.v.bias": "encoder.layer.0.attention.self.value.bias",
      "encoderLayer.0.multiHeadAttention.o.weight": "encoder.layer.0.attention.output.dense.weight",
      "encoderLayer.0.multiHeadAttention.o.bias": "encoder.layer.0.attention.output.dense.bias",
      "encoderLayer.0.attnLayerNorm.weight": "encoder.layer.0.attention.output.LayerNorm.weight",
      "encoderLayer.0.attnLayerNorm.bias": "encoder.layer.0.attention.output.LayerNorm.bias",
      "encoderLayer.0.feedForward.intermediateDense.weight": "encoder.layer.0.intermediate.dense.weight",
      "encoderLayer.0.feedForward.intermediateDense.bias": "encoder.layer.0.intermediate.dense.bias",
      "encoderLayer.0.feedForward.outputDense.weight": "encoder.layer.0.output.dense.weight",
      "encoderLayer.0.feedForward.outputDense.bias": "encoder.layer.0.output.dense.bias",
      "encoderLayer.0.ffnLayerNorm.weight": "encoder.layer.0.output.LayerNorm.weight",
      "encoderLayer.0.ffnLayerNorm.bias": "encoder.layer.0.output.LayerNorm.bias",
      "encoderLayer.1.multiHeadAttention.q.weight": "encoder.layer.1.attention.self.query.weight",
      "encoderLayer.1.multiHeadAttention.q.bias": "encoder.layer.1.attention.self.query.bias",
      "encoderLayer.1.multiHeadAttention.k.weight": "encoder.layer.1.attention.self.key.weight",
      "encoderLayer.1.multiHeadAttention.k.bias": "encoder.layer.1.attention.self.key.bias",
      "encoderLayer.1.multiHeadAttention.v.weight": "encoder.layer.1.attention.self.value.weight",
      "encoderLayer.1.multiHeadAttention.v.bias": "encoder.layer.1.attention.self.value.bias",
      "encoderLayer.1.multiHeadAttention.o.weight": "encoder.layer.1.attention.output.dense.weight",
      "encoderLayer.1.multiHeadAttention.o.bias": "encoder.layer.1.attention.output.dense.bias",
      "encoderLayer.1.attnLayerNorm.weight": "encoder.layer.1.attention.output.LayerNorm.weight",
      "encoderLayer.1.attnLayerNorm.bias": "encoder.layer.1.attention.output.LayerNorm.bias",
      "encoderLayer.1.feedForward.intermediateDense.weight": "encoder.layer.1.intermediate.dense.weight",
      "encoderLayer.1.feedForward.intermediateDense.bias": "encoder.layer.1.intermediate.dense.bias",
      "encoderLayer.1.feedForward.outputDense.weight": "encoder.layer.1.output.dense.weight",
      "encoderLayer.1.feedForward.outputDense.bias": "encoder.layer.1.output.dense.bias",
      "encoderLayer.1.ffnLayerNorm.weight": "encoder.layer.1.output.LayerNorm.weight",
      "encoderLayer.1.ffnLayerNorm.bias": "encoder.layer.1.output.LayerNorm.bias",
      "encoderLayer.2.multiHeadAttention.q.weight": "encoder.layer.2.attention.self.query.weight",
      "encoderLayer.2.multiHeadAttention.q.bias": "encoder.layer.2.attention.self.query.bias",
      "encoderLayer.2.multiHeadAttention.k.weight": "encoder.layer.2.attention.self.key.weight",
      "encoderLayer.2.multiHeadAttention.k.bias": "encoder.layer.2.attention.self.key.bias",
      "encoderLayer.2.multiHeadAttention.v.weight": "encoder.layer.2.attention.self.value.weight",
      "encoderLayer.2.multiHeadAttention.v.bias": "encoder.layer.2.attention.self.value.bias",
      "encoderLayer.2.multiHeadAttention.o.weight": "encoder.layer.2.attention.output.dense.weight",
      "encoderLayer.2.multiHeadAttention.o.bias": "encoder.layer.2.attention.output.dense.bias",
      "encoderLayer.2.attnLayerNorm.weight": "encoder.layer.2.attention.output.LayerNorm.weight",
      "encoderLayer.2.attnLayerNorm.bias": "encoder.layer.2.attention.output.LayerNorm.bias",
      "encoderLayer.2.feedForward.intermediateDense.weight": "encoder.layer.2.intermediate.dense.weight",
      "encoderLayer.2.feedForward.intermediateDense.bias": "encoder.layer.2.intermediate.dense.bias",
      "encoderLayer.2.feedForward.outputDense.weight": "encoder.layer.2.output.dense.weight",
      "encoderLayer.2.feedForward.outputDense.bias": "encoder.layer.2.output.dense.bias",
      "encoderLayer.2.ffnLayerNorm.weight": "encoder.layer.2.output.LayerNorm.weight",
      "encoderLayer.2.ffnLayerNorm.bias": "encoder.layer.2.output.LayerNorm.bias",
      "encoderLayer.3.multiHeadAttention.q.weight": "encoder.layer.3.attention.self.query.weight",
      "encoderLayer.3.multiHeadAttention.q.bias": "encoder.layer.3.attention.self.query.bias",
      "encoderLayer.3.multiHeadAttention.k.weight": "encoder.layer.3.attention.self.key.weight",
      "encoderLayer.3.multiHeadAttention.k.bias": "encoder.layer.3.attention.self.key.bias",
      "encoderLayer.3.multiHeadAttention.v.weight": "encoder.layer.3.attention.self.value.weight",
      "encoderLayer.3.multiHeadAttention.v.bias": "encoder.layer.3.attention.self.value.bias",
      "encoderLayer.3.multiHeadAttention.o.weight": "encoder.layer.3.attention.output.dense.weight",
      "encoderLayer.3.multiHeadAttention.o.bias": "encoder.layer.3.attention.output.dense.bias",
      "encoderLayer.3.attnLayerNorm.weight": "encoder.layer.3.attention.output.LayerNorm.weight",
      "encoderLayer.3.attnLayerNorm.bias": "encoder.layer.3.attention.output.LayerNorm.bias",
      "encoderLayer.3.feedForward.intermediateDense.weight": "encoder.layer.3.intermediate.dense.weight",
      "encoderLayer.3.feedForward.intermediateDense.bias": "encoder.layer.3.intermediate.dense.bias",
      "encoderLayer.3.feedForward.outputDense.weight": "encoder.layer.3.output.dense.weight",
      "encoderLayer.3.feedForward.outputDense.bias": "encoder.layer.3.output.dense.bias",
      "encoderLayer.3.ffnLayerNorm.weight": "encoder.layer.3.output.LayerNorm.weight",
      "encoderLayer.3.ffnLayerNorm.bias": "encoder.layer.3.output.LayerNorm.bias",
      "encoderLayer.4.multiHeadAttention.q.weight": "encoder.layer.4.attention.self.query.weight",
      "encoderLayer.4.multiHeadAttention.q.bias": "encoder.layer.4.attention.self.query.bias",
      "encoderLayer.4.multiHeadAttention.k.weight": "encoder.layer.4.attention.self.key.weight",
      "encoderLayer.4.multiHeadAttention.k.bias": "encoder.layer.4.attention.self.key.bias",
      "encoderLayer.4.multiHeadAttention.v.weight": "encoder.layer.4.attention.self.value.weight",
      "encoderLayer.4.multiHeadAttention.v.bias": "encoder.layer.4.attention.self.value.bias",
      "encoderLayer.4.multiHeadAttention.o.weight": "encoder.layer.4.attention.output.dense.weight",
      "encoderLayer.4.multiHeadAttention.o.bias": "encoder.layer.4.attention.output.dense.bias",
      "encoderLayer.4.attnLayerNorm.weight": "encoder.layer.4.attention.output.LayerNorm.weight",
      "encoderLayer.4.attnLayerNorm.bias": "encoder.layer.4.attention.output.LayerNorm.bias",
      "encoderLayer.4.feedForward.intermediateDense.weight": "encoder.layer.4.intermediate.dense.weight",
      "encoderLayer.4.feedForward.intermediateDense.bias": "encoder.layer.4.intermediate.dense.bias",
      "encoderLayer.4.feedForward.outputDense.weight": "encoder.layer.4.output.dense.weight",
      "encoderLayer.4.feedForward.outputDense.bias": "encoder.layer.4.output.dense.bias",
      "encoderLayer.4.ffnLayerNorm.weight": "encoder.layer.4.output.LayerNorm.weight",
      "encoderLayer.4.ffnLayerNorm.bias": "encoder.layer.4.output.LayerNorm.bias",
      "encoderLayer.5.multiHeadAttention.q.weight": "encoder.layer.5.attention.self.query.weight",
      "encoderLayer.5.multiHeadAttention.q.bias": "encoder.layer.5.attention.self.query.bias",
      "encoderLayer.5.multiHeadAttention.k.weight": "encoder.layer.5.attention.self.key.weight",
      "encoderLayer.5.multiHeadAttention.k.bias": "encoder.layer.5.attention.self.key.bias",
      "encoderLayer.5.multiHeadAttention.v.weight": "encoder.layer.5.attention.self.value.weight",
      "encoderLayer.5.multiHeadAttention.v.bias": "encoder.layer.5.attention.self.value.bias",
      "encoderLayer.5.multiHeadAttention.o.weight": "encoder.layer.5.attention.output.dense.weight",
      "encoderLayer.5.multiHeadAttention.o.bias": "encoder.layer.5.attention.output.dense.bias",
      "encoderLayer.5.attnLayerNorm.weight": "encoder.layer.5.attention.output.LayerNorm.weight",
      "encoderLayer.5.attnLayerNorm.bias": "encoder.layer.5.attention.output.LayerNorm.bias",
      "encoderLayer.5.feedForward.intermediateDense.weight": "encoder.layer.5.intermediate.dense.weight",
      "encoderLayer.5.feedForward.intermediateDense.bias": "encoder.layer.5.intermediate.dense.bias",
      "encoderLayer.5.feedForward.outputDense.weight": "encoder.layer.5.output.dense.weight",
      "encoderLayer.5.feedForward.outputDense.bias": "encoder.layer.5.output.dense.bias",
      "encoderLayer.5.ffnLayerNorm.weight": "encoder.layer.5.output.LayerNorm.weight",
      "encoderLayer.5.ffnLayerNorm.bias": "encoder.layer.5.output.LayerNorm.bias",
      "encoderLayer.6.multiHeadAttention.q.weight": "encoder.layer.6.attention.self.query.weight",
      "encoderLayer.6.multiHeadAttention.q.bias": "encoder.layer.6.attention.self.query.bias",
      "encoderLayer.6.multiHeadAttention.k.weight": "encoder.layer.6.attention.self.key.weight",
      "encoderLayer.6.multiHeadAttention.k.bias": "encoder.layer.6.attention.self.key.bias",
      "encoderLayer.6.multiHeadAttention.v.weight": "encoder.layer.6.attention.self.value.weight",
      "encoderLayer.6.multiHeadAttention.v.bias": "encoder.layer.6.attention.self.value.bias",
      "encoderLayer.6.multiHeadAttention.o.weight": "encoder.layer.6.attention.output.dense.weight",
      "encoderLayer.6.multiHeadAttention.o.bias": "encoder.layer.6.attention.output.dense.bias",
      "encoderLayer.6.attnLayerNorm.weight": "encoder.layer.6.attention.output.LayerNorm.weight",
      "encoderLayer.6.attnLayerNorm.bias": "encoder.layer.6.attention.output.LayerNorm.bias",
      "encoderLayer.6.feedForward.intermediateDense.weight": "encoder.layer.6.intermediate.dense.weight",
      "encoderLayer.6.feedForward.intermediateDense.bias": "encoder.layer.6.intermediate.dense.bias",
      "encoderLayer.6.feedForward.outputDense.weight": "encoder.layer.6.output.dense.weight",
      "encoderLayer.6.feedForward.outputDense.bias": "encoder.layer.6.output.dense.bias",
      "encoderLayer.6.ffnLayerNorm.weight": "encoder.layer.6.output.LayerNorm.weight",
      "encoderLayer.6.ffnLayerNorm.bias": "encoder.layer.6.output.LayerNorm.bias",
      "encoderLayer.7.multiHeadAttention.q.weight": "encoder.layer.7.attention.self.query.weight",
      "encoderLayer.7.multiHeadAttention.q.bias": "encoder.layer.7.attention.self.query.bias",
      "encoderLayer.7.multiHeadAttention.k.weight": "encoder.layer.7.attention.self.key.weight",
      "encoderLayer.7.multiHeadAttention.k.bias": "encoder.layer.7.attention.self.key.bias",
      "encoderLayer.7.multiHeadAttention.v.weight": "encoder.layer.7.attention.self.value.weight",
      "encoderLayer.7.multiHeadAttention.v.bias": "encoder.layer.7.attention.self.value.bias",
      "encoderLayer.7.multiHeadAttention.o.weight": "encoder.layer.7.attention.output.dense.weight",
      "encoderLayer.7.multiHeadAttention.o.bias": "encoder.layer.7.attention.output.dense.bias",
      "encoderLayer.7.attnLayerNorm.weight": "encoder.layer.7.attention.output.LayerNorm.weight",
      "encoderLayer.7.attnLayerNorm.bias": "encoder.layer.7.attention.output.LayerNorm.bias",
      "encoderLayer.7.feedForward.intermediateDense.weight": "encoder.layer.7.intermediate.dense.weight",
      "encoderLayer.7.feedForward.intermediateDense.bias": "encoder.layer.7.intermediate.dense.bias",
      "encoderLayer.7.feedForward.outputDense.weight": "encoder.layer.7.output.dense.weight",
      "encoderLayer.7.feedForward.outputDense.bias": "encoder.layer.7.output.dense.bias",
      "encoderLayer.7.ffnLayerNorm.weight": "encoder.layer.7.output.LayerNorm.weight",
      "encoderLayer.7.ffnLayerNorm.bias": "encoder.layer.7.output.LayerNorm.bias",
      "encoderLayer.8.multiHeadAttention.q.weight": "encoder.layer.8.attention.self.query.weight",
      "encoderLayer.8.multiHeadAttention.q.bias": "encoder.layer.8.attention.self.query.bias",
      "encoderLayer.8.multiHeadAttention.k.weight": "encoder.layer.8.attention.self.key.weight",
      "encoderLayer.8.multiHeadAttention.k.bias": "encoder.layer.8.attention.self.key.bias",
      "encoderLayer.8.multiHeadAttention.v.weight": "encoder.layer.8.attention.self.value.weight",
      "encoderLayer.8.multiHeadAttention.v.bias": "encoder.layer.8.attention.self.value.bias",
      "encoderLayer.8.multiHeadAttention.o.weight": "encoder.layer.8.attention.output.dense.weight",
      "encoderLayer.8.multiHeadAttention.o.bias": "encoder.layer.8.attention.output.dense.bias",
      "encoderLayer.8.attnLayerNorm.weight": "encoder.layer.8.attention.output.LayerNorm.weight",
      "encoderLayer.8.attnLayerNorm.bias": "encoder.layer.8.attention.output.LayerNorm.bias",
      "encoderLayer.8.feedForward.intermediateDense.weight": "encoder.layer.8.intermediate.dense.weight",
      "encoderLayer.8.feedForward.intermediateDense.bias": "encoder.layer.8.intermediate.dense.bias",
      "encoderLayer.8.feedForward.outputDense.weight": "encoder.layer.8.output.dense.weight",
      "encoderLayer.8.feedForward.outputDense.bias": "encoder.layer.8.output.dense.bias",
      "encoderLayer.8.ffnLayerNorm.weight": "encoder.layer.8.output.LayerNorm.weight",
      "encoderLayer.8.ffnLayerNorm.bias": "encoder.layer.8.output.LayerNorm.bias",
      "encoderLayer.9.multiHeadAttention.q.weight": "encoder.layer.9.attention.self.query.weight",
      "encoderLayer.9.multiHeadAttention.q.bias": "encoder.layer.9.attention.self.query.bias",
      "encoderLayer.9.multiHeadAttention.k.weight": "encoder.layer.9.attention.self.key.weight",
      "encoderLayer.9.multiHeadAttention.k.bias": "encoder.layer.9.attention.self.key.bias",
      "encoderLayer.9.multiHeadAttention.v.weight": "encoder.layer.9.attention.self.value.weight",
      "encoderLayer.9.multiHeadAttention.v.bias": "encoder.layer.9.attention.self.value.bias",
      "encoderLayer.9.multiHeadAttention.o.weight": "encoder.layer.9.attention.output.dense.weight",
      "encoderLayer.9.multiHeadAttention.o.bias": "encoder.layer.9.attention.output.dense.bias",
      "encoderLayer.9.attnLayerNorm.weight": "encoder.layer.9.attention.output.LayerNorm.weight",
      "encoderLayer.9.attnLayerNorm.bias": "encoder.layer.9.attention.output.LayerNorm.bias",
      "encoderLayer.9.feedForward.intermediateDense.weight": "encoder.layer.9.intermediate.dense.weight",
      "encoderLayer.9.feedForward.intermediateDense.bias": "encoder.layer.9.intermediate.dense.bias",
      "encoderLayer.9.feedForward.outputDense.weight": "encoder.layer.9.output.dense.weight",
      "encoderLayer.9.feedForward.outputDense.bias": "encoder.layer.9.output.dense.bias",
      "encoderLayer.9.ffnLayerNorm.weight": "encoder.layer.9.output.LayerNorm.weight",
      "encoderLayer.9.ffnLayerNorm.bias": "encoder.layer.9.output.LayerNorm.bias",
      "encoderLayer.10.multiHeadAttention.q.weight": "encoder.layer.10.attention.self.query.weight",
      "encoderLayer.10.multiHeadAttention.q.bias": "encoder.layer.10.attention.self.query.bias",
      "encoderLayer.10.multiHeadAttention.k.weight": "encoder.layer.10.attention.self.key.weight",
      "encoderLayer.10.multiHeadAttention.k.bias": "encoder.layer.10.attention.self.key.bias",
      "encoderLayer.10.multiHeadAttention.v.weight": "encoder.layer.10.attention.self.value.weight",
      "encoderLayer.10.multiHeadAttention.v.bias": "encoder.layer.10.attention.self.value.bias",
      "encoderLayer.10.multiHeadAttention.o.weight": "encoder.layer.10.attention.output.dense.weight",
      "encoderLayer.10.multiHeadAttention.o.bias": "encoder.layer.10.attention.output.dense.bias",
      "encoderLayer.10.attnLayerNorm.weight": "encoder.layer.10.attention.output.LayerNorm.weight",
      "encoderLayer.10.attnLayerNorm.bias": "encoder.layer.10.attention.output.LayerNorm.bias",
      "encoderLayer.10.feedForward.intermediateDense.weight": "encoder.layer.10.intermediate.dense.weight",
      "encoderLayer.10.feedForward.intermediateDense.bias": "encoder.layer.10.intermediate.dense.bias",
      "encoderLayer.10.feedForward.outputDense.weight": "encoder.layer.10.output.dense.weight",
      "encoderLayer.10.feedForward.outputDense.bias": "encoder.layer.10.output.dense.bias",
      "encoderLayer.10.ffnLayerNorm.weight": "encoder.layer.10.output.LayerNorm.weight",
      "encoderLayer.10.ffnLayerNorm.bias": "encoder.layer.10.output.LayerNorm.bias",
      "encoderLayer.11.multiHeadAttention.q.weight": "encoder.layer.11.attention.self.query.weight",
      "encoderLayer.11.multiHeadAttention.q.bias": "encoder.layer.11.attention.self.query.bias",
      "encoderLayer.11.multiHeadAttention.k.weight": "encoder.layer.11.attention.self.key.weight",
      "encoderLayer.11.multiHeadAttention.k.bias": "encoder.layer.11.attention.self.key.bias",
      "encoderLayer.11.multiHeadAttention.v.weight": "encoder.layer.11.attention.self.value.weight",
      "encoderLayer.11.multiHeadAttention.v.bias": "encoder.layer.11.attention.self.value.bias",
      "encoderLayer.11.multiHeadAttention.o.weight": "encoder.layer.11.attention.output.dense.weight",
      "encoderLayer.11.multiHeadAttention.o.bias": "encoder.layer.11.attention.output.dense.bias",
      "encoderLayer.11.attnLayerNorm.weight": "encoder.layer.11.attention.output.LayerNorm.weight",
      "encoderLayer.11.attnLayerNorm.bias": "encoder.layer.11.attention.output.LayerNorm.bias",
      "encoderLayer.11.feedForward.intermediateDense.weight": "encoder.layer.11.intermediate.dense.weight",
      "encoderLayer.11.feedForward.intermediateDense.bias": "encoder.layer.11.intermediate.dense.bias",
      "encoderLayer.11.feedForward.outputDense.weight": "encoder.layer.11.output.dense.weight",
      "encoderLayer.11.feedForward.outputDense.bias": "encoder.layer.11.output.dense.bias",
      "encoderLayer.11.ffnLayerNorm.weight": "encoder.layer.11.output.LayerNorm.weight",
      "encoderLayer.11.ffnLayerNorm.bias": "encoder.layer.11.output.LayerNorm.bias"
  }
}