Upload pytorch_model.bin.index.json with huggingface_hub
Browse files- pytorch_model.bin.index.json +30 -0
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 1992324
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"embeddings.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
7 |
+
"embeddings.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
8 |
+
"embeddings.position_embeddings.weight": "pytorch_model-00002-of-00003.bin",
|
9 |
+
"embeddings.token_type_embeddings.weight": "pytorch_model-00003-of-00003.bin",
|
10 |
+
"embeddings.word_embeddings.weight": "pytorch_model-00001-of-00003.bin",
|
11 |
+
"encoder.layer.0.attention.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
12 |
+
"encoder.layer.0.attention.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
13 |
+
"encoder.layer.0.attention.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
14 |
+
"encoder.layer.0.attention.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
15 |
+
"encoder.layer.0.attention.self.key.bias": "pytorch_model-00003-of-00003.bin",
|
16 |
+
"encoder.layer.0.attention.self.key.weight": "pytorch_model-00003-of-00003.bin",
|
17 |
+
"encoder.layer.0.attention.self.query.bias": "pytorch_model-00003-of-00003.bin",
|
18 |
+
"encoder.layer.0.attention.self.query.weight": "pytorch_model-00003-of-00003.bin",
|
19 |
+
"encoder.layer.0.attention.self.value.bias": "pytorch_model-00003-of-00003.bin",
|
20 |
+
"encoder.layer.0.attention.self.value.weight": "pytorch_model-00003-of-00003.bin",
|
21 |
+
"encoder.layer.0.intermediate.dense.bias": "pytorch_model-00003-of-00003.bin",
|
22 |
+
"encoder.layer.0.intermediate.dense.weight": "pytorch_model-00003-of-00003.bin",
|
23 |
+
"encoder.layer.0.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
24 |
+
"encoder.layer.0.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
25 |
+
"encoder.layer.0.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
26 |
+
"encoder.layer.0.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
27 |
+
"pooler.dense.bias": "pytorch_model-00003-of-00003.bin",
|
28 |
+
"pooler.dense.weight": "pytorch_model-00003-of-00003.bin"
|
29 |
+
}
|
30 |
+
}
|