Commit ·
bb37b85
1
Parent(s): 742cbcf
Add sharded checkpoints
Browse files- config.json +25 -0
- model-00001-of-00003.safetensors +0 -0
- model-00002-of-00003.safetensors +0 -0
- model-00003-of-00003.safetensors +0 -0
- model.safetensors.index.json +94 -0
- pytorch_model-00001-of-00003.bin +0 -0
- pytorch_model-00002-of-00003.bin +0 -0
- pytorch_model-00003-of-00003.bin +0 -0
- pytorch_model.bin.index.json +94 -0
config.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "explosion-testing/bert-test-caching",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 32,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 37,
|
| 13 |
+
"layer_norm_eps": 1e-12,
|
| 14 |
+
"max_position_embeddings": 512,
|
| 15 |
+
"model_type": "bert",
|
| 16 |
+
"num_attention_heads": 4,
|
| 17 |
+
"num_hidden_layers": 5,
|
| 18 |
+
"pad_token_id": 0,
|
| 19 |
+
"position_embedding_type": "absolute",
|
| 20 |
+
"torch_dtype": "float32",
|
| 21 |
+
"transformers_version": "4.31.0",
|
| 22 |
+
"type_vocab_size": 16,
|
| 23 |
+
"use_cache": true,
|
| 24 |
+
"vocab_size": 1024
|
| 25 |
+
}
|
model-00001-of-00003.safetensors
ADDED
|
Binary file (131 kB). View file
|
|
|
model-00002-of-00003.safetensors
ADDED
|
Binary file (120 kB). View file
|
|
|
model-00003-of-00003.safetensors
ADDED
|
Binary file (96.3 kB). View file
|
|
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 338916
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"embeddings.LayerNorm.bias": "model-00002-of-00003.safetensors",
|
| 7 |
+
"embeddings.LayerNorm.weight": "model-00002-of-00003.safetensors",
|
| 8 |
+
"embeddings.position_embeddings.weight": "model-00002-of-00003.safetensors",
|
| 9 |
+
"embeddings.token_type_embeddings.weight": "model-00002-of-00003.safetensors",
|
| 10 |
+
"embeddings.word_embeddings.weight": "model-00001-of-00003.safetensors",
|
| 11 |
+
"encoder.layer.0.attention.output.LayerNorm.bias": "model-00002-of-00003.safetensors",
|
| 12 |
+
"encoder.layer.0.attention.output.LayerNorm.weight": "model-00002-of-00003.safetensors",
|
| 13 |
+
"encoder.layer.0.attention.output.dense.bias": "model-00002-of-00003.safetensors",
|
| 14 |
+
"encoder.layer.0.attention.output.dense.weight": "model-00002-of-00003.safetensors",
|
| 15 |
+
"encoder.layer.0.attention.self.key.bias": "model-00002-of-00003.safetensors",
|
| 16 |
+
"encoder.layer.0.attention.self.key.weight": "model-00002-of-00003.safetensors",
|
| 17 |
+
"encoder.layer.0.attention.self.query.bias": "model-00002-of-00003.safetensors",
|
| 18 |
+
"encoder.layer.0.attention.self.query.weight": "model-00002-of-00003.safetensors",
|
| 19 |
+
"encoder.layer.0.attention.self.value.bias": "model-00002-of-00003.safetensors",
|
| 20 |
+
"encoder.layer.0.attention.self.value.weight": "model-00002-of-00003.safetensors",
|
| 21 |
+
"encoder.layer.0.intermediate.dense.bias": "model-00002-of-00003.safetensors",
|
| 22 |
+
"encoder.layer.0.intermediate.dense.weight": "model-00002-of-00003.safetensors",
|
| 23 |
+
"encoder.layer.0.output.LayerNorm.bias": "model-00002-of-00003.safetensors",
|
| 24 |
+
"encoder.layer.0.output.LayerNorm.weight": "model-00002-of-00003.safetensors",
|
| 25 |
+
"encoder.layer.0.output.dense.bias": "model-00002-of-00003.safetensors",
|
| 26 |
+
"encoder.layer.0.output.dense.weight": "model-00002-of-00003.safetensors",
|
| 27 |
+
"encoder.layer.1.attention.output.LayerNorm.bias": "model-00002-of-00003.safetensors",
|
| 28 |
+
"encoder.layer.1.attention.output.LayerNorm.weight": "model-00002-of-00003.safetensors",
|
| 29 |
+
"encoder.layer.1.attention.output.dense.bias": "model-00002-of-00003.safetensors",
|
| 30 |
+
"encoder.layer.1.attention.output.dense.weight": "model-00002-of-00003.safetensors",
|
| 31 |
+
"encoder.layer.1.attention.self.key.bias": "model-00002-of-00003.safetensors",
|
| 32 |
+
"encoder.layer.1.attention.self.key.weight": "model-00002-of-00003.safetensors",
|
| 33 |
+
"encoder.layer.1.attention.self.query.bias": "model-00002-of-00003.safetensors",
|
| 34 |
+
"encoder.layer.1.attention.self.query.weight": "model-00002-of-00003.safetensors",
|
| 35 |
+
"encoder.layer.1.attention.self.value.bias": "model-00002-of-00003.safetensors",
|
| 36 |
+
"encoder.layer.1.attention.self.value.weight": "model-00002-of-00003.safetensors",
|
| 37 |
+
"encoder.layer.1.intermediate.dense.bias": "model-00002-of-00003.safetensors",
|
| 38 |
+
"encoder.layer.1.intermediate.dense.weight": "model-00002-of-00003.safetensors",
|
| 39 |
+
"encoder.layer.1.output.LayerNorm.bias": "model-00003-of-00003.safetensors",
|
| 40 |
+
"encoder.layer.1.output.LayerNorm.weight": "model-00003-of-00003.safetensors",
|
| 41 |
+
"encoder.layer.1.output.dense.bias": "model-00003-of-00003.safetensors",
|
| 42 |
+
"encoder.layer.1.output.dense.weight": "model-00003-of-00003.safetensors",
|
| 43 |
+
"encoder.layer.2.attention.output.LayerNorm.bias": "model-00003-of-00003.safetensors",
|
| 44 |
+
"encoder.layer.2.attention.output.LayerNorm.weight": "model-00003-of-00003.safetensors",
|
| 45 |
+
"encoder.layer.2.attention.output.dense.bias": "model-00003-of-00003.safetensors",
|
| 46 |
+
"encoder.layer.2.attention.output.dense.weight": "model-00003-of-00003.safetensors",
|
| 47 |
+
"encoder.layer.2.attention.self.key.bias": "model-00003-of-00003.safetensors",
|
| 48 |
+
"encoder.layer.2.attention.self.key.weight": "model-00003-of-00003.safetensors",
|
| 49 |
+
"encoder.layer.2.attention.self.query.bias": "model-00003-of-00003.safetensors",
|
| 50 |
+
"encoder.layer.2.attention.self.query.weight": "model-00003-of-00003.safetensors",
|
| 51 |
+
"encoder.layer.2.attention.self.value.bias": "model-00003-of-00003.safetensors",
|
| 52 |
+
"encoder.layer.2.attention.self.value.weight": "model-00003-of-00003.safetensors",
|
| 53 |
+
"encoder.layer.2.intermediate.dense.bias": "model-00003-of-00003.safetensors",
|
| 54 |
+
"encoder.layer.2.intermediate.dense.weight": "model-00003-of-00003.safetensors",
|
| 55 |
+
"encoder.layer.2.output.LayerNorm.bias": "model-00003-of-00003.safetensors",
|
| 56 |
+
"encoder.layer.2.output.LayerNorm.weight": "model-00003-of-00003.safetensors",
|
| 57 |
+
"encoder.layer.2.output.dense.bias": "model-00003-of-00003.safetensors",
|
| 58 |
+
"encoder.layer.2.output.dense.weight": "model-00003-of-00003.safetensors",
|
| 59 |
+
"encoder.layer.3.attention.output.LayerNorm.bias": "model-00003-of-00003.safetensors",
|
| 60 |
+
"encoder.layer.3.attention.output.LayerNorm.weight": "model-00003-of-00003.safetensors",
|
| 61 |
+
"encoder.layer.3.attention.output.dense.bias": "model-00003-of-00003.safetensors",
|
| 62 |
+
"encoder.layer.3.attention.output.dense.weight": "model-00003-of-00003.safetensors",
|
| 63 |
+
"encoder.layer.3.attention.self.key.bias": "model-00003-of-00003.safetensors",
|
| 64 |
+
"encoder.layer.3.attention.self.key.weight": "model-00003-of-00003.safetensors",
|
| 65 |
+
"encoder.layer.3.attention.self.query.bias": "model-00003-of-00003.safetensors",
|
| 66 |
+
"encoder.layer.3.attention.self.query.weight": "model-00003-of-00003.safetensors",
|
| 67 |
+
"encoder.layer.3.attention.self.value.bias": "model-00003-of-00003.safetensors",
|
| 68 |
+
"encoder.layer.3.attention.self.value.weight": "model-00003-of-00003.safetensors",
|
| 69 |
+
"encoder.layer.3.intermediate.dense.bias": "model-00003-of-00003.safetensors",
|
| 70 |
+
"encoder.layer.3.intermediate.dense.weight": "model-00003-of-00003.safetensors",
|
| 71 |
+
"encoder.layer.3.output.LayerNorm.bias": "model-00003-of-00003.safetensors",
|
| 72 |
+
"encoder.layer.3.output.LayerNorm.weight": "model-00003-of-00003.safetensors",
|
| 73 |
+
"encoder.layer.3.output.dense.bias": "model-00003-of-00003.safetensors",
|
| 74 |
+
"encoder.layer.3.output.dense.weight": "model-00003-of-00003.safetensors",
|
| 75 |
+
"encoder.layer.4.attention.output.LayerNorm.bias": "model-00003-of-00003.safetensors",
|
| 76 |
+
"encoder.layer.4.attention.output.LayerNorm.weight": "model-00003-of-00003.safetensors",
|
| 77 |
+
"encoder.layer.4.attention.output.dense.bias": "model-00003-of-00003.safetensors",
|
| 78 |
+
"encoder.layer.4.attention.output.dense.weight": "model-00003-of-00003.safetensors",
|
| 79 |
+
"encoder.layer.4.attention.self.key.bias": "model-00003-of-00003.safetensors",
|
| 80 |
+
"encoder.layer.4.attention.self.key.weight": "model-00003-of-00003.safetensors",
|
| 81 |
+
"encoder.layer.4.attention.self.query.bias": "model-00003-of-00003.safetensors",
|
| 82 |
+
"encoder.layer.4.attention.self.query.weight": "model-00003-of-00003.safetensors",
|
| 83 |
+
"encoder.layer.4.attention.self.value.bias": "model-00003-of-00003.safetensors",
|
| 84 |
+
"encoder.layer.4.attention.self.value.weight": "model-00003-of-00003.safetensors",
|
| 85 |
+
"encoder.layer.4.intermediate.dense.bias": "model-00003-of-00003.safetensors",
|
| 86 |
+
"encoder.layer.4.intermediate.dense.weight": "model-00003-of-00003.safetensors",
|
| 87 |
+
"encoder.layer.4.output.LayerNorm.bias": "model-00003-of-00003.safetensors",
|
| 88 |
+
"encoder.layer.4.output.LayerNorm.weight": "model-00003-of-00003.safetensors",
|
| 89 |
+
"encoder.layer.4.output.dense.bias": "model-00003-of-00003.safetensors",
|
| 90 |
+
"encoder.layer.4.output.dense.weight": "model-00003-of-00003.safetensors",
|
| 91 |
+
"pooler.dense.bias": "model-00003-of-00003.safetensors",
|
| 92 |
+
"pooler.dense.weight": "model-00003-of-00003.safetensors"
|
| 93 |
+
}
|
| 94 |
+
}
|
pytorch_model-00001-of-00003.bin
ADDED
|
Binary file (132 kB). View file
|
|
|
pytorch_model-00002-of-00003.bin
ADDED
|
Binary file (128 kB). View file
|
|
|
pytorch_model-00003-of-00003.bin
ADDED
|
Binary file (109 kB). View file
|
|
|
pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 338916
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"embeddings.LayerNorm.bias": "pytorch_model-00002-of-00003.bin",
|
| 7 |
+
"embeddings.LayerNorm.weight": "pytorch_model-00002-of-00003.bin",
|
| 8 |
+
"embeddings.position_embeddings.weight": "pytorch_model-00002-of-00003.bin",
|
| 9 |
+
"embeddings.token_type_embeddings.weight": "pytorch_model-00002-of-00003.bin",
|
| 10 |
+
"embeddings.word_embeddings.weight": "pytorch_model-00001-of-00003.bin",
|
| 11 |
+
"encoder.layer.0.attention.output.LayerNorm.bias": "pytorch_model-00002-of-00003.bin",
|
| 12 |
+
"encoder.layer.0.attention.output.LayerNorm.weight": "pytorch_model-00002-of-00003.bin",
|
| 13 |
+
"encoder.layer.0.attention.output.dense.bias": "pytorch_model-00002-of-00003.bin",
|
| 14 |
+
"encoder.layer.0.attention.output.dense.weight": "pytorch_model-00002-of-00003.bin",
|
| 15 |
+
"encoder.layer.0.attention.self.key.bias": "pytorch_model-00002-of-00003.bin",
|
| 16 |
+
"encoder.layer.0.attention.self.key.weight": "pytorch_model-00002-of-00003.bin",
|
| 17 |
+
"encoder.layer.0.attention.self.query.bias": "pytorch_model-00002-of-00003.bin",
|
| 18 |
+
"encoder.layer.0.attention.self.query.weight": "pytorch_model-00002-of-00003.bin",
|
| 19 |
+
"encoder.layer.0.attention.self.value.bias": "pytorch_model-00002-of-00003.bin",
|
| 20 |
+
"encoder.layer.0.attention.self.value.weight": "pytorch_model-00002-of-00003.bin",
|
| 21 |
+
"encoder.layer.0.intermediate.dense.bias": "pytorch_model-00002-of-00003.bin",
|
| 22 |
+
"encoder.layer.0.intermediate.dense.weight": "pytorch_model-00002-of-00003.bin",
|
| 23 |
+
"encoder.layer.0.output.LayerNorm.bias": "pytorch_model-00002-of-00003.bin",
|
| 24 |
+
"encoder.layer.0.output.LayerNorm.weight": "pytorch_model-00002-of-00003.bin",
|
| 25 |
+
"encoder.layer.0.output.dense.bias": "pytorch_model-00002-of-00003.bin",
|
| 26 |
+
"encoder.layer.0.output.dense.weight": "pytorch_model-00002-of-00003.bin",
|
| 27 |
+
"encoder.layer.1.attention.output.LayerNorm.bias": "pytorch_model-00002-of-00003.bin",
|
| 28 |
+
"encoder.layer.1.attention.output.LayerNorm.weight": "pytorch_model-00002-of-00003.bin",
|
| 29 |
+
"encoder.layer.1.attention.output.dense.bias": "pytorch_model-00002-of-00003.bin",
|
| 30 |
+
"encoder.layer.1.attention.output.dense.weight": "pytorch_model-00002-of-00003.bin",
|
| 31 |
+
"encoder.layer.1.attention.self.key.bias": "pytorch_model-00002-of-00003.bin",
|
| 32 |
+
"encoder.layer.1.attention.self.key.weight": "pytorch_model-00002-of-00003.bin",
|
| 33 |
+
"encoder.layer.1.attention.self.query.bias": "pytorch_model-00002-of-00003.bin",
|
| 34 |
+
"encoder.layer.1.attention.self.query.weight": "pytorch_model-00002-of-00003.bin",
|
| 35 |
+
"encoder.layer.1.attention.self.value.bias": "pytorch_model-00002-of-00003.bin",
|
| 36 |
+
"encoder.layer.1.attention.self.value.weight": "pytorch_model-00002-of-00003.bin",
|
| 37 |
+
"encoder.layer.1.intermediate.dense.bias": "pytorch_model-00002-of-00003.bin",
|
| 38 |
+
"encoder.layer.1.intermediate.dense.weight": "pytorch_model-00002-of-00003.bin",
|
| 39 |
+
"encoder.layer.1.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
| 40 |
+
"encoder.layer.1.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
| 41 |
+
"encoder.layer.1.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 42 |
+
"encoder.layer.1.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 43 |
+
"encoder.layer.2.attention.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
| 44 |
+
"encoder.layer.2.attention.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
| 45 |
+
"encoder.layer.2.attention.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 46 |
+
"encoder.layer.2.attention.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 47 |
+
"encoder.layer.2.attention.self.key.bias": "pytorch_model-00003-of-00003.bin",
|
| 48 |
+
"encoder.layer.2.attention.self.key.weight": "pytorch_model-00003-of-00003.bin",
|
| 49 |
+
"encoder.layer.2.attention.self.query.bias": "pytorch_model-00003-of-00003.bin",
|
| 50 |
+
"encoder.layer.2.attention.self.query.weight": "pytorch_model-00003-of-00003.bin",
|
| 51 |
+
"encoder.layer.2.attention.self.value.bias": "pytorch_model-00003-of-00003.bin",
|
| 52 |
+
"encoder.layer.2.attention.self.value.weight": "pytorch_model-00003-of-00003.bin",
|
| 53 |
+
"encoder.layer.2.intermediate.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 54 |
+
"encoder.layer.2.intermediate.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 55 |
+
"encoder.layer.2.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
| 56 |
+
"encoder.layer.2.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
| 57 |
+
"encoder.layer.2.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 58 |
+
"encoder.layer.2.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 59 |
+
"encoder.layer.3.attention.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
| 60 |
+
"encoder.layer.3.attention.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
| 61 |
+
"encoder.layer.3.attention.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 62 |
+
"encoder.layer.3.attention.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 63 |
+
"encoder.layer.3.attention.self.key.bias": "pytorch_model-00003-of-00003.bin",
|
| 64 |
+
"encoder.layer.3.attention.self.key.weight": "pytorch_model-00003-of-00003.bin",
|
| 65 |
+
"encoder.layer.3.attention.self.query.bias": "pytorch_model-00003-of-00003.bin",
|
| 66 |
+
"encoder.layer.3.attention.self.query.weight": "pytorch_model-00003-of-00003.bin",
|
| 67 |
+
"encoder.layer.3.attention.self.value.bias": "pytorch_model-00003-of-00003.bin",
|
| 68 |
+
"encoder.layer.3.attention.self.value.weight": "pytorch_model-00003-of-00003.bin",
|
| 69 |
+
"encoder.layer.3.intermediate.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 70 |
+
"encoder.layer.3.intermediate.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 71 |
+
"encoder.layer.3.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
| 72 |
+
"encoder.layer.3.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
| 73 |
+
"encoder.layer.3.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 74 |
+
"encoder.layer.3.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 75 |
+
"encoder.layer.4.attention.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
| 76 |
+
"encoder.layer.4.attention.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
| 77 |
+
"encoder.layer.4.attention.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 78 |
+
"encoder.layer.4.attention.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 79 |
+
"encoder.layer.4.attention.self.key.bias": "pytorch_model-00003-of-00003.bin",
|
| 80 |
+
"encoder.layer.4.attention.self.key.weight": "pytorch_model-00003-of-00003.bin",
|
| 81 |
+
"encoder.layer.4.attention.self.query.bias": "pytorch_model-00003-of-00003.bin",
|
| 82 |
+
"encoder.layer.4.attention.self.query.weight": "pytorch_model-00003-of-00003.bin",
|
| 83 |
+
"encoder.layer.4.attention.self.value.bias": "pytorch_model-00003-of-00003.bin",
|
| 84 |
+
"encoder.layer.4.attention.self.value.weight": "pytorch_model-00003-of-00003.bin",
|
| 85 |
+
"encoder.layer.4.intermediate.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 86 |
+
"encoder.layer.4.intermediate.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 87 |
+
"encoder.layer.4.output.LayerNorm.bias": "pytorch_model-00003-of-00003.bin",
|
| 88 |
+
"encoder.layer.4.output.LayerNorm.weight": "pytorch_model-00003-of-00003.bin",
|
| 89 |
+
"encoder.layer.4.output.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 90 |
+
"encoder.layer.4.output.dense.weight": "pytorch_model-00003-of-00003.bin",
|
| 91 |
+
"pooler.dense.bias": "pytorch_model-00003-of-00003.bin",
|
| 92 |
+
"pooler.dense.weight": "pytorch_model-00003-of-00003.bin"
|
| 93 |
+
}
|
| 94 |
+
}
|