Upload keys_map.json with huggingface_hub
Browse files- keys_map.json +44 -0
keys_map.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pos_embedding": "model.pos_embedding",
|
3 |
+
"embedding.weight": "model.embedding.weight",
|
4 |
+
"transformer_encoder.layers.0.self_attn.in_proj_weight": "model.transformer_encoder.layers.0.self_attn.in_proj_weight",
|
5 |
+
"transformer_encoder.layers.0.self_attn.in_proj_bias": "model.transformer_encoder.layers.0.self_attn.in_proj_bias",
|
6 |
+
"transformer_encoder.layers.0.self_attn.out_proj.weight": "model.transformer_encoder.layers.0.self_attn.out_proj.weight",
|
7 |
+
"transformer_encoder.layers.0.self_attn.out_proj.bias": "model.transformer_encoder.layers.0.self_attn.out_proj.bias",
|
8 |
+
"transformer_encoder.layers.0.linear1.weight": "model.transformer_encoder.layers.0.linear1.weight",
|
9 |
+
"transformer_encoder.layers.0.linear1.bias": "model.transformer_encoder.layers.0.linear1.bias",
|
10 |
+
"transformer_encoder.layers.0.linear2.weight": "model.transformer_encoder.layers.0.linear2.weight",
|
11 |
+
"transformer_encoder.layers.0.linear2.bias": "model.transformer_encoder.layers.0.linear2.bias",
|
12 |
+
"transformer_encoder.layers.0.norm1.weight": "model.transformer_encoder.layers.0.norm1.weight",
|
13 |
+
"transformer_encoder.layers.0.norm1.bias": "model.transformer_encoder.layers.0.norm1.bias",
|
14 |
+
"transformer_encoder.layers.0.norm2.weight": "model.transformer_encoder.layers.0.norm2.weight",
|
15 |
+
"transformer_encoder.layers.0.norm2.bias": "model.transformer_encoder.layers.0.norm2.bias",
|
16 |
+
"gru.weight_ih": "model.gru.weight_ih",
|
17 |
+
"gru.weight_hh": "model.gru.weight_hh",
|
18 |
+
"gru.bias_ih": "model.gru.bias_ih",
|
19 |
+
"gru.bias_hh": "model.gru.bias_hh",
|
20 |
+
"lstm.weight_ih": "model.lstm.weight_ih",
|
21 |
+
"lstm.weight_hh": "model.lstm.weight_hh",
|
22 |
+
"lstm.bias_ih": "model.lstm.bias_ih",
|
23 |
+
"lstm.bias_hh": "model.lstm.bias_hh",
|
24 |
+
"rnn.weight_ih": "model.rnn.weight_ih",
|
25 |
+
"rnn.weight_hh": "model.rnn.weight_hh",
|
26 |
+
"rnn.bias_ih": "model.rnn.bias_ih",
|
27 |
+
"rnn.bias_hh": "model.rnn.bias_hh",
|
28 |
+
"cognitive_module.0.weight": "model.cognitive_module.0.weight",
|
29 |
+
"cognitive_module.0.bias": "model.cognitive_module.0.bias",
|
30 |
+
"cognitive_module.2.weight": "model.cognitive_module.2.weight",
|
31 |
+
"cognitive_module.2.bias": "model.cognitive_module.2.bias",
|
32 |
+
"emotional_module.0.weight": "model.emotional_module.0.weight",
|
33 |
+
"emotional_module.0.bias": "model.emotional_module.0.bias",
|
34 |
+
"emotional_module.2.weight": "model.emotional_module.2.weight",
|
35 |
+
"emotional_module.2.bias": "model.emotional_module.2.bias",
|
36 |
+
"feelings_layer.0.weight": "model.feelings_layer.0.weight",
|
37 |
+
"feelings_layer.0.bias": "model.feelings_layer.0.bias",
|
38 |
+
"extra_mlp.0.weight": "model.extra_mlp.0.weight",
|
39 |
+
"extra_mlp.0.bias": "model.extra_mlp.0.bias",
|
40 |
+
"extra_mlp.2.weight": "model.extra_mlp.2.weight",
|
41 |
+
"extra_mlp.2.bias": "model.extra_mlp.2.bias",
|
42 |
+
"classifier.weight": "model.classifier.weight",
|
43 |
+
"classifier.bias": "model.classifier.bias"
|
44 |
+
}
|