File size: 38,192 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 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 |
{
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"initializer_range": 0.02,
"intermediate_size": 4096,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"bos_token_id": 0,
"eos_token_id": 2,
"pad_token_id": 0,
"torch_dtype": "float32",
"type_vocab_size": 2,
"vocab_size": 21128,
"with_pool": true,
"pool_strategy": "cls",
"norm_mode": "torch_buildin",
"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",
"encoderLayer.12.multiHeadAttention.q.weight": "encoder.layer.12.attention.self.query.weight",
"encoderLayer.12.multiHeadAttention.q.bias": "encoder.layer.12.attention.self.query.bias",
"encoderLayer.12.multiHeadAttention.k.weight": "encoder.layer.12.attention.self.key.weight",
"encoderLayer.12.multiHeadAttention.k.bias": "encoder.layer.12.attention.self.key.bias",
"encoderLayer.12.multiHeadAttention.v.weight": "encoder.layer.12.attention.self.value.weight",
"encoderLayer.12.multiHeadAttention.v.bias": "encoder.layer.12.attention.self.value.bias",
"encoderLayer.12.multiHeadAttention.o.weight": "encoder.layer.12.attention.output.dense.weight",
"encoderLayer.12.multiHeadAttention.o.bias": "encoder.layer.12.attention.output.dense.bias",
"encoderLayer.12.attnLayerNorm.weight": "encoder.layer.12.attention.output.LayerNorm.weight",
"encoderLayer.12.attnLayerNorm.bias": "encoder.layer.12.attention.output.LayerNorm.bias",
"encoderLayer.12.feedForward.intermediateDense.weight": "encoder.layer.12.intermediate.dense.weight",
"encoderLayer.12.feedForward.intermediateDense.bias": "encoder.layer.12.intermediate.dense.bias",
"encoderLayer.12.feedForward.outputDense.weight": "encoder.layer.12.output.dense.weight",
"encoderLayer.12.feedForward.outputDense.bias": "encoder.layer.12.output.dense.bias",
"encoderLayer.12.ffnLayerNorm.weight": "encoder.layer.12.output.LayerNorm.weight",
"encoderLayer.12.ffnLayerNorm.bias": "encoder.layer.12.output.LayerNorm.bias",
"encoderLayer.13.multiHeadAttention.q.weight": "encoder.layer.13.attention.self.query.weight",
"encoderLayer.13.multiHeadAttention.q.bias": "encoder.layer.13.attention.self.query.bias",
"encoderLayer.13.multiHeadAttention.k.weight": "encoder.layer.13.attention.self.key.weight",
"encoderLayer.13.multiHeadAttention.k.bias": "encoder.layer.13.attention.self.key.bias",
"encoderLayer.13.multiHeadAttention.v.weight": "encoder.layer.13.attention.self.value.weight",
"encoderLayer.13.multiHeadAttention.v.bias": "encoder.layer.13.attention.self.value.bias",
"encoderLayer.13.multiHeadAttention.o.weight": "encoder.layer.13.attention.output.dense.weight",
"encoderLayer.13.multiHeadAttention.o.bias": "encoder.layer.13.attention.output.dense.bias",
"encoderLayer.13.attnLayerNorm.weight": "encoder.layer.13.attention.output.LayerNorm.weight",
"encoderLayer.13.attnLayerNorm.bias": "encoder.layer.13.attention.output.LayerNorm.bias",
"encoderLayer.13.feedForward.intermediateDense.weight": "encoder.layer.13.intermediate.dense.weight",
"encoderLayer.13.feedForward.intermediateDense.bias": "encoder.layer.13.intermediate.dense.bias",
"encoderLayer.13.feedForward.outputDense.weight": "encoder.layer.13.output.dense.weight",
"encoderLayer.13.feedForward.outputDense.bias": "encoder.layer.13.output.dense.bias",
"encoderLayer.13.ffnLayerNorm.weight": "encoder.layer.13.output.LayerNorm.weight",
"encoderLayer.13.ffnLayerNorm.bias": "encoder.layer.13.output.LayerNorm.bias",
"encoderLayer.14.multiHeadAttention.q.weight": "encoder.layer.14.attention.self.query.weight",
"encoderLayer.14.multiHeadAttention.q.bias": "encoder.layer.14.attention.self.query.bias",
"encoderLayer.14.multiHeadAttention.k.weight": "encoder.layer.14.attention.self.key.weight",
"encoderLayer.14.multiHeadAttention.k.bias": "encoder.layer.14.attention.self.key.bias",
"encoderLayer.14.multiHeadAttention.v.weight": "encoder.layer.14.attention.self.value.weight",
"encoderLayer.14.multiHeadAttention.v.bias": "encoder.layer.14.attention.self.value.bias",
"encoderLayer.14.multiHeadAttention.o.weight": "encoder.layer.14.attention.output.dense.weight",
"encoderLayer.14.multiHeadAttention.o.bias": "encoder.layer.14.attention.output.dense.bias",
"encoderLayer.14.attnLayerNorm.weight": "encoder.layer.14.attention.output.LayerNorm.weight",
"encoderLayer.14.attnLayerNorm.bias": "encoder.layer.14.attention.output.LayerNorm.bias",
"encoderLayer.14.feedForward.intermediateDense.weight": "encoder.layer.14.intermediate.dense.weight",
"encoderLayer.14.feedForward.intermediateDense.bias": "encoder.layer.14.intermediate.dense.bias",
"encoderLayer.14.feedForward.outputDense.weight": "encoder.layer.14.output.dense.weight",
"encoderLayer.14.feedForward.outputDense.bias": "encoder.layer.14.output.dense.bias",
"encoderLayer.14.ffnLayerNorm.weight": "encoder.layer.14.output.LayerNorm.weight",
"encoderLayer.14.ffnLayerNorm.bias": "encoder.layer.14.output.LayerNorm.bias",
"encoderLayer.15.multiHeadAttention.q.weight": "encoder.layer.15.attention.self.query.weight",
"encoderLayer.15.multiHeadAttention.q.bias": "encoder.layer.15.attention.self.query.bias",
"encoderLayer.15.multiHeadAttention.k.weight": "encoder.layer.15.attention.self.key.weight",
"encoderLayer.15.multiHeadAttention.k.bias": "encoder.layer.15.attention.self.key.bias",
"encoderLayer.15.multiHeadAttention.v.weight": "encoder.layer.15.attention.self.value.weight",
"encoderLayer.15.multiHeadAttention.v.bias": "encoder.layer.15.attention.self.value.bias",
"encoderLayer.15.multiHeadAttention.o.weight": "encoder.layer.15.attention.output.dense.weight",
"encoderLayer.15.multiHeadAttention.o.bias": "encoder.layer.15.attention.output.dense.bias",
"encoderLayer.15.attnLayerNorm.weight": "encoder.layer.15.attention.output.LayerNorm.weight",
"encoderLayer.15.attnLayerNorm.bias": "encoder.layer.15.attention.output.LayerNorm.bias",
"encoderLayer.15.feedForward.intermediateDense.weight": "encoder.layer.15.intermediate.dense.weight",
"encoderLayer.15.feedForward.intermediateDense.bias": "encoder.layer.15.intermediate.dense.bias",
"encoderLayer.15.feedForward.outputDense.weight": "encoder.layer.15.output.dense.weight",
"encoderLayer.15.feedForward.outputDense.bias": "encoder.layer.15.output.dense.bias",
"encoderLayer.15.ffnLayerNorm.weight": "encoder.layer.15.output.LayerNorm.weight",
"encoderLayer.15.ffnLayerNorm.bias": "encoder.layer.15.output.LayerNorm.bias",
"encoderLayer.16.multiHeadAttention.q.weight": "encoder.layer.16.attention.self.query.weight",
"encoderLayer.16.multiHeadAttention.q.bias": "encoder.layer.16.attention.self.query.bias",
"encoderLayer.16.multiHeadAttention.k.weight": "encoder.layer.16.attention.self.key.weight",
"encoderLayer.16.multiHeadAttention.k.bias": "encoder.layer.16.attention.self.key.bias",
"encoderLayer.16.multiHeadAttention.v.weight": "encoder.layer.16.attention.self.value.weight",
"encoderLayer.16.multiHeadAttention.v.bias": "encoder.layer.16.attention.self.value.bias",
"encoderLayer.16.multiHeadAttention.o.weight": "encoder.layer.16.attention.output.dense.weight",
"encoderLayer.16.multiHeadAttention.o.bias": "encoder.layer.16.attention.output.dense.bias",
"encoderLayer.16.attnLayerNorm.weight": "encoder.layer.16.attention.output.LayerNorm.weight",
"encoderLayer.16.attnLayerNorm.bias": "encoder.layer.16.attention.output.LayerNorm.bias",
"encoderLayer.16.feedForward.intermediateDense.weight": "encoder.layer.16.intermediate.dense.weight",
"encoderLayer.16.feedForward.intermediateDense.bias": "encoder.layer.16.intermediate.dense.bias",
"encoderLayer.16.feedForward.outputDense.weight": "encoder.layer.16.output.dense.weight",
"encoderLayer.16.feedForward.outputDense.bias": "encoder.layer.16.output.dense.bias",
"encoderLayer.16.ffnLayerNorm.weight": "encoder.layer.16.output.LayerNorm.weight",
"encoderLayer.16.ffnLayerNorm.bias": "encoder.layer.16.output.LayerNorm.bias",
"encoderLayer.17.multiHeadAttention.q.weight": "encoder.layer.17.attention.self.query.weight",
"encoderLayer.17.multiHeadAttention.q.bias": "encoder.layer.17.attention.self.query.bias",
"encoderLayer.17.multiHeadAttention.k.weight": "encoder.layer.17.attention.self.key.weight",
"encoderLayer.17.multiHeadAttention.k.bias": "encoder.layer.17.attention.self.key.bias",
"encoderLayer.17.multiHeadAttention.v.weight": "encoder.layer.17.attention.self.value.weight",
"encoderLayer.17.multiHeadAttention.v.bias": "encoder.layer.17.attention.self.value.bias",
"encoderLayer.17.multiHeadAttention.o.weight": "encoder.layer.17.attention.output.dense.weight",
"encoderLayer.17.multiHeadAttention.o.bias": "encoder.layer.17.attention.output.dense.bias",
"encoderLayer.17.attnLayerNorm.weight": "encoder.layer.17.attention.output.LayerNorm.weight",
"encoderLayer.17.attnLayerNorm.bias": "encoder.layer.17.attention.output.LayerNorm.bias",
"encoderLayer.17.feedForward.intermediateDense.weight": "encoder.layer.17.intermediate.dense.weight",
"encoderLayer.17.feedForward.intermediateDense.bias": "encoder.layer.17.intermediate.dense.bias",
"encoderLayer.17.feedForward.outputDense.weight": "encoder.layer.17.output.dense.weight",
"encoderLayer.17.feedForward.outputDense.bias": "encoder.layer.17.output.dense.bias",
"encoderLayer.17.ffnLayerNorm.weight": "encoder.layer.17.output.LayerNorm.weight",
"encoderLayer.17.ffnLayerNorm.bias": "encoder.layer.17.output.LayerNorm.bias",
"encoderLayer.18.multiHeadAttention.q.weight": "encoder.layer.18.attention.self.query.weight",
"encoderLayer.18.multiHeadAttention.q.bias": "encoder.layer.18.attention.self.query.bias",
"encoderLayer.18.multiHeadAttention.k.weight": "encoder.layer.18.attention.self.key.weight",
"encoderLayer.18.multiHeadAttention.k.bias": "encoder.layer.18.attention.self.key.bias",
"encoderLayer.18.multiHeadAttention.v.weight": "encoder.layer.18.attention.self.value.weight",
"encoderLayer.18.multiHeadAttention.v.bias": "encoder.layer.18.attention.self.value.bias",
"encoderLayer.18.multiHeadAttention.o.weight": "encoder.layer.18.attention.output.dense.weight",
"encoderLayer.18.multiHeadAttention.o.bias": "encoder.layer.18.attention.output.dense.bias",
"encoderLayer.18.attnLayerNorm.weight": "encoder.layer.18.attention.output.LayerNorm.weight",
"encoderLayer.18.attnLayerNorm.bias": "encoder.layer.18.attention.output.LayerNorm.bias",
"encoderLayer.18.feedForward.intermediateDense.weight": "encoder.layer.18.intermediate.dense.weight",
"encoderLayer.18.feedForward.intermediateDense.bias": "encoder.layer.18.intermediate.dense.bias",
"encoderLayer.18.feedForward.outputDense.weight": "encoder.layer.18.output.dense.weight",
"encoderLayer.18.feedForward.outputDense.bias": "encoder.layer.18.output.dense.bias",
"encoderLayer.18.ffnLayerNorm.weight": "encoder.layer.18.output.LayerNorm.weight",
"encoderLayer.18.ffnLayerNorm.bias": "encoder.layer.18.output.LayerNorm.bias",
"encoderLayer.19.multiHeadAttention.q.weight": "encoder.layer.19.attention.self.query.weight",
"encoderLayer.19.multiHeadAttention.q.bias": "encoder.layer.19.attention.self.query.bias",
"encoderLayer.19.multiHeadAttention.k.weight": "encoder.layer.19.attention.self.key.weight",
"encoderLayer.19.multiHeadAttention.k.bias": "encoder.layer.19.attention.self.key.bias",
"encoderLayer.19.multiHeadAttention.v.weight": "encoder.layer.19.attention.self.value.weight",
"encoderLayer.19.multiHeadAttention.v.bias": "encoder.layer.19.attention.self.value.bias",
"encoderLayer.19.multiHeadAttention.o.weight": "encoder.layer.19.attention.output.dense.weight",
"encoderLayer.19.multiHeadAttention.o.bias": "encoder.layer.19.attention.output.dense.bias",
"encoderLayer.19.attnLayerNorm.weight": "encoder.layer.19.attention.output.LayerNorm.weight",
"encoderLayer.19.attnLayerNorm.bias": "encoder.layer.19.attention.output.LayerNorm.bias",
"encoderLayer.19.feedForward.intermediateDense.weight": "encoder.layer.19.intermediate.dense.weight",
"encoderLayer.19.feedForward.intermediateDense.bias": "encoder.layer.19.intermediate.dense.bias",
"encoderLayer.19.feedForward.outputDense.weight": "encoder.layer.19.output.dense.weight",
"encoderLayer.19.feedForward.outputDense.bias": "encoder.layer.19.output.dense.bias",
"encoderLayer.19.ffnLayerNorm.weight": "encoder.layer.19.output.LayerNorm.weight",
"encoderLayer.19.ffnLayerNorm.bias": "encoder.layer.19.output.LayerNorm.bias",
"encoderLayer.20.multiHeadAttention.q.weight": "encoder.layer.20.attention.self.query.weight",
"encoderLayer.20.multiHeadAttention.q.bias": "encoder.layer.20.attention.self.query.bias",
"encoderLayer.20.multiHeadAttention.k.weight": "encoder.layer.20.attention.self.key.weight",
"encoderLayer.20.multiHeadAttention.k.bias": "encoder.layer.20.attention.self.key.bias",
"encoderLayer.20.multiHeadAttention.v.weight": "encoder.layer.20.attention.self.value.weight",
"encoderLayer.20.multiHeadAttention.v.bias": "encoder.layer.20.attention.self.value.bias",
"encoderLayer.20.multiHeadAttention.o.weight": "encoder.layer.20.attention.output.dense.weight",
"encoderLayer.20.multiHeadAttention.o.bias": "encoder.layer.20.attention.output.dense.bias",
"encoderLayer.20.attnLayerNorm.weight": "encoder.layer.20.attention.output.LayerNorm.weight",
"encoderLayer.20.attnLayerNorm.bias": "encoder.layer.20.attention.output.LayerNorm.bias",
"encoderLayer.20.feedForward.intermediateDense.weight": "encoder.layer.20.intermediate.dense.weight",
"encoderLayer.20.feedForward.intermediateDense.bias": "encoder.layer.20.intermediate.dense.bias",
"encoderLayer.20.feedForward.outputDense.weight": "encoder.layer.20.output.dense.weight",
"encoderLayer.20.feedForward.outputDense.bias": "encoder.layer.20.output.dense.bias",
"encoderLayer.20.ffnLayerNorm.weight": "encoder.layer.20.output.LayerNorm.weight",
"encoderLayer.20.ffnLayerNorm.bias": "encoder.layer.20.output.LayerNorm.bias",
"encoderLayer.21.multiHeadAttention.q.weight": "encoder.layer.21.attention.self.query.weight",
"encoderLayer.21.multiHeadAttention.q.bias": "encoder.layer.21.attention.self.query.bias",
"encoderLayer.21.multiHeadAttention.k.weight": "encoder.layer.21.attention.self.key.weight",
"encoderLayer.21.multiHeadAttention.k.bias": "encoder.layer.21.attention.self.key.bias",
"encoderLayer.21.multiHeadAttention.v.weight": "encoder.layer.21.attention.self.value.weight",
"encoderLayer.21.multiHeadAttention.v.bias": "encoder.layer.21.attention.self.value.bias",
"encoderLayer.21.multiHeadAttention.o.weight": "encoder.layer.21.attention.output.dense.weight",
"encoderLayer.21.multiHeadAttention.o.bias": "encoder.layer.21.attention.output.dense.bias",
"encoderLayer.21.attnLayerNorm.weight": "encoder.layer.21.attention.output.LayerNorm.weight",
"encoderLayer.21.attnLayerNorm.bias": "encoder.layer.21.attention.output.LayerNorm.bias",
"encoderLayer.21.feedForward.intermediateDense.weight": "encoder.layer.21.intermediate.dense.weight",
"encoderLayer.21.feedForward.intermediateDense.bias": "encoder.layer.21.intermediate.dense.bias",
"encoderLayer.21.feedForward.outputDense.weight": "encoder.layer.21.output.dense.weight",
"encoderLayer.21.feedForward.outputDense.bias": "encoder.layer.21.output.dense.bias",
"encoderLayer.21.ffnLayerNorm.weight": "encoder.layer.21.output.LayerNorm.weight",
"encoderLayer.21.ffnLayerNorm.bias": "encoder.layer.21.output.LayerNorm.bias",
"encoderLayer.22.multiHeadAttention.q.weight": "encoder.layer.22.attention.self.query.weight",
"encoderLayer.22.multiHeadAttention.q.bias": "encoder.layer.22.attention.self.query.bias",
"encoderLayer.22.multiHeadAttention.k.weight": "encoder.layer.22.attention.self.key.weight",
"encoderLayer.22.multiHeadAttention.k.bias": "encoder.layer.22.attention.self.key.bias",
"encoderLayer.22.multiHeadAttention.v.weight": "encoder.layer.22.attention.self.value.weight",
"encoderLayer.22.multiHeadAttention.v.bias": "encoder.layer.22.attention.self.value.bias",
"encoderLayer.22.multiHeadAttention.o.weight": "encoder.layer.22.attention.output.dense.weight",
"encoderLayer.22.multiHeadAttention.o.bias": "encoder.layer.22.attention.output.dense.bias",
"encoderLayer.22.attnLayerNorm.weight": "encoder.layer.22.attention.output.LayerNorm.weight",
"encoderLayer.22.attnLayerNorm.bias": "encoder.layer.22.attention.output.LayerNorm.bias",
"encoderLayer.22.feedForward.intermediateDense.weight": "encoder.layer.22.intermediate.dense.weight",
"encoderLayer.22.feedForward.intermediateDense.bias": "encoder.layer.22.intermediate.dense.bias",
"encoderLayer.22.feedForward.outputDense.weight": "encoder.layer.22.output.dense.weight",
"encoderLayer.22.feedForward.outputDense.bias": "encoder.layer.22.output.dense.bias",
"encoderLayer.22.ffnLayerNorm.weight": "encoder.layer.22.output.LayerNorm.weight",
"encoderLayer.22.ffnLayerNorm.bias": "encoder.layer.22.output.LayerNorm.bias",
"encoderLayer.23.multiHeadAttention.q.weight": "encoder.layer.23.attention.self.query.weight",
"encoderLayer.23.multiHeadAttention.q.bias": "encoder.layer.23.attention.self.query.bias",
"encoderLayer.23.multiHeadAttention.k.weight": "encoder.layer.23.attention.self.key.weight",
"encoderLayer.23.multiHeadAttention.k.bias": "encoder.layer.23.attention.self.key.bias",
"encoderLayer.23.multiHeadAttention.v.weight": "encoder.layer.23.attention.self.value.weight",
"encoderLayer.23.multiHeadAttention.v.bias": "encoder.layer.23.attention.self.value.bias",
"encoderLayer.23.multiHeadAttention.o.weight": "encoder.layer.23.attention.output.dense.weight",
"encoderLayer.23.multiHeadAttention.o.bias": "encoder.layer.23.attention.output.dense.bias",
"encoderLayer.23.attnLayerNorm.weight": "encoder.layer.23.attention.output.LayerNorm.weight",
"encoderLayer.23.attnLayerNorm.bias": "encoder.layer.23.attention.output.LayerNorm.bias",
"encoderLayer.23.feedForward.intermediateDense.weight": "encoder.layer.23.intermediate.dense.weight",
"encoderLayer.23.feedForward.intermediateDense.bias": "encoder.layer.23.intermediate.dense.bias",
"encoderLayer.23.feedForward.outputDense.weight": "encoder.layer.23.output.dense.weight",
"encoderLayer.23.feedForward.outputDense.bias": "encoder.layer.23.output.dense.bias",
"encoderLayer.23.ffnLayerNorm.weight": "encoder.layer.23.output.LayerNorm.weight",
"encoderLayer.23.ffnLayerNorm.bias": "encoder.layer.23.output.LayerNorm.bias"
}
}
|