Upload 59 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.json +29 -0
- model_00001-of-00026.safetensors +3 -0
- model_00002-of-00026.safetensors +3 -0
- model_00003-of-00026.safetensors +3 -0
- model_00004-of-00026.safetensors +3 -0
- model_00005-of-00026.safetensors +3 -0
- model_00006-of-00026.safetensors +3 -0
- model_00007-of-00026.safetensors +3 -0
- model_00008-of-00026.safetensors +3 -0
- model_00009-of-00026.safetensors +3 -0
- model_00010-of-00026.safetensors +3 -0
- model_00011-of-00026.safetensors +3 -0
- model_00012-of-00026.safetensors +3 -0
- model_00013-of-00026.safetensors +3 -0
- model_00014-of-00026.safetensors +3 -0
- model_00015-of-00026.safetensors +3 -0
- model_00016-of-00026.safetensors +3 -0
- model_00017-of-00026.safetensors +3 -0
- model_00018-of-00026.safetensors +3 -0
- model_00019-of-00026.safetensors +3 -0
- model_00020-of-00026.safetensors +3 -0
- model_00021-of-00026.safetensors +3 -0
- model_00022-of-00026.safetensors +3 -0
- model_00023-of-00026.safetensors +3 -0
- model_00024-of-00026.safetensors +3 -0
- model_00025-of-00026.safetensors +3 -0
- model_00026-of-00026.safetensors +3 -0
- pytorch_model.bin.index.json +300 -0
- pytorch_model_00001-of-00026.bin +3 -0
- pytorch_model_00002-of-00026.bin +3 -0
- pytorch_model_00003-of-00026.bin +3 -0
- pytorch_model_00004-of-00026.bin +3 -0
- pytorch_model_00005-of-00026.bin +3 -0
- pytorch_model_00006-of-00026.bin +3 -0
- pytorch_model_00007-of-00026.bin +3 -0
- pytorch_model_00008-of-00026.bin +3 -0
- pytorch_model_00009-of-00026.bin +3 -0
- pytorch_model_00010-of-00026.bin +3 -0
- pytorch_model_00011-of-00026.bin +3 -0
- pytorch_model_00012-of-00026.bin +3 -0
- pytorch_model_00013-of-00026.bin +3 -0
- pytorch_model_00014-of-00026.bin +3 -0
- pytorch_model_00015-of-00026.bin +3 -0
- pytorch_model_00016-of-00026.bin +3 -0
- pytorch_model_00017-of-00026.bin +3 -0
- pytorch_model_00018-of-00026.bin +3 -0
- pytorch_model_00019-of-00026.bin +3 -0
- pytorch_model_00020-of-00026.bin +3 -0
- pytorch_model_00021-of-00026.bin +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"apply_residual_connection_post_layernorm": false,
|
| 3 |
+
"attention_dropout": 0.0,
|
| 4 |
+
"attention_softmax_in_fp32": true,
|
| 5 |
+
"bias_dropout_fusion": true,
|
| 6 |
+
"bos_token_id": 1,
|
| 7 |
+
"architectures": [
|
| 8 |
+
"BloomForCausalLM"
|
| 9 |
+
],
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
+
"pad_token_id": 3,
|
| 12 |
+
"unk_token_id": 0,
|
| 13 |
+
"hidden_dropout": 0.0,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"layer_norm_epsilon": 1e-05,
|
| 16 |
+
"masked_softmax_fusion": true,
|
| 17 |
+
"model_type": "bloom",
|
| 18 |
+
"n_embed": 1536,
|
| 19 |
+
"n_inner": null,
|
| 20 |
+
"n_layer": 24,
|
| 21 |
+
"num_attention_heads": 16,
|
| 22 |
+
"offset_alibi": 100,
|
| 23 |
+
"pretraining_tp": 1,
|
| 24 |
+
"skip_bias_add": true,
|
| 25 |
+
"skip_bias_add_qkv": false,
|
| 26 |
+
"transformers_version": "4.20.0",
|
| 27 |
+
"use_cache": true,
|
| 28 |
+
"vocab_size": 250880
|
| 29 |
+
}
|
model_00001-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abc0ab1034e852fcc45a4507f8b219b801d1dc9b673ee6b165c6a3dd9a64bfd7
|
| 3 |
+
size 770709840
|
model_00002-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:323f2f8d69c5b580b86af15b7ed9573b52e09dfd2ab16847a038d4707ce5f432
|
| 3 |
+
size 56664264
|
model_00003-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dcfcaff173b21b8b952647082bca4396e7903591e0b618b07a17158898dba9c
|
| 3 |
+
size 56664264
|
model_00004-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06bf96319c892e9a565d4cb5b57236417ce8739afd77ccd5cf3563e331f5285d
|
| 3 |
+
size 56664264
|
model_00005-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20af575bec75b179d21eb0a21d8425875c686ade46b9569c5a933ab423d26a24
|
| 3 |
+
size 56664264
|
model_00006-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:057c0bb0623aad3012507f115e2886f94045f9fb623f4fc48404214fe0cb869d
|
| 3 |
+
size 56664264
|
model_00007-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14b526681aaeb83424ef29e6259f5b4c0480cd49ea5c62d53354de10ce6e5cc8
|
| 3 |
+
size 56664264
|
model_00008-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16eee89753711e948077e1a0c9454083443eb92f33dc4509df43fde784c02bba
|
| 3 |
+
size 56664264
|
model_00009-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8bbc62f7508a071bcf43e66570cc19de077c37775b28daadf9599ebcb47cc8b
|
| 3 |
+
size 56664264
|
model_00010-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f45d23326732b551e311f6687310d424ff42b5ad4dcd0298a29985fe744f44c
|
| 3 |
+
size 56664264
|
model_00011-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f8977110f765ca7f04682c83ac89dea59392f5e91f24f86cda62ba2e1bb82a5
|
| 3 |
+
size 56664264
|
model_00012-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b73577163af281f8857a86918def71a003b5dd179ff7e0be3d299c84a087482
|
| 3 |
+
size 56664280
|
model_00013-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5580cb5bcf3c53e349ae21931dc592201c6b0051f4b6cc1eb96c300fa1a51bce
|
| 3 |
+
size 56664280
|
model_00014-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d01c363c580e39bbf4cbde676428f70871baf28ca7f22acf25293c8778c7b55
|
| 3 |
+
size 56664280
|
model_00015-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78d6d2970207027d526b5d317a42ea77ff48079a74fdce27c754cbd158ef7150
|
| 3 |
+
size 56664280
|
model_00016-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4c7c19e9065815f94616cdc0889eba750245b6173771c46e1295ba73b45438e
|
| 3 |
+
size 56664280
|
model_00017-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3693be88cfec1478e8c5d88400c1f0df91a42515c59ace2be81028c3240b2c0
|
| 3 |
+
size 56664280
|
model_00018-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ccc3537231c1ceb6e2e972a4c750e641470d5864d2e3e17b5fd6de669e8082c
|
| 3 |
+
size 56664280
|
model_00019-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5063ad85e42b1973c2349505990ec8e411f940b4390ca6fa5a50a95e2c908473
|
| 3 |
+
size 56664280
|
model_00020-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51b04c8c1ab5dbdd649a2759d0b105cf10647a5d29b5cdd0bd2c9291cb742c41
|
| 3 |
+
size 56664280
|
model_00021-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8db4720514c79736b008f9bc2ad0d23f9c6667bc624d0b117c55d5dad0de1adf
|
| 3 |
+
size 56664280
|
model_00022-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b509449d355075e9097d8afef0ace85a7ae315ecb7a4427ba71aaf66e3d3dc9
|
| 3 |
+
size 56664280
|
model_00023-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82181963de98b7a255336ae3019fb75b3792fe2dd2f19ec86af820e712b383b5
|
| 3 |
+
size 56664280
|
model_00024-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9c26b0717933b68dd40086ccd9ce5cef930599d60ba81747cfc022ebc6a15db
|
| 3 |
+
size 56664280
|
model_00025-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:970b69147eeeee56235695ba605d7718fc31c68ae8a32e57fcd16ef4e0081f75
|
| 3 |
+
size 56664280
|
model_00026-of-00026.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77c20964ae9e1b0c34f466a74252e18910d23413e9da69232f77139d98928ca1
|
| 3 |
+
size 6328
|
pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,300 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 2130628608
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"h.0.input_layernorm.bias": "pytorch_model_00002-of-00026.bin",
|
| 7 |
+
"h.0.input_layernorm.weight": "pytorch_model_00002-of-00026.bin",
|
| 8 |
+
"h.0.mlp.dense_4h_to_h.bias": "pytorch_model_00002-of-00026.bin",
|
| 9 |
+
"h.0.mlp.dense_4h_to_h.weight": "pytorch_model_00002-of-00026.bin",
|
| 10 |
+
"h.0.mlp.dense_h_to_4h.bias": "pytorch_model_00002-of-00026.bin",
|
| 11 |
+
"h.0.mlp.dense_h_to_4h.weight": "pytorch_model_00002-of-00026.bin",
|
| 12 |
+
"h.0.post_attention_layernorm.bias": "pytorch_model_00002-of-00026.bin",
|
| 13 |
+
"h.0.post_attention_layernorm.weight": "pytorch_model_00002-of-00026.bin",
|
| 14 |
+
"h.0.self_attention.dense.bias": "pytorch_model_00002-of-00026.bin",
|
| 15 |
+
"h.0.self_attention.dense.weight": "pytorch_model_00002-of-00026.bin",
|
| 16 |
+
"h.0.self_attention.query_key_value.bias": "pytorch_model_00002-of-00026.bin",
|
| 17 |
+
"h.0.self_attention.query_key_value.weight": "pytorch_model_00002-of-00026.bin",
|
| 18 |
+
"h.1.input_layernorm.bias": "pytorch_model_00003-of-00026.bin",
|
| 19 |
+
"h.1.input_layernorm.weight": "pytorch_model_00003-of-00026.bin",
|
| 20 |
+
"h.1.mlp.dense_4h_to_h.bias": "pytorch_model_00003-of-00026.bin",
|
| 21 |
+
"h.1.mlp.dense_4h_to_h.weight": "pytorch_model_00003-of-00026.bin",
|
| 22 |
+
"h.1.mlp.dense_h_to_4h.bias": "pytorch_model_00003-of-00026.bin",
|
| 23 |
+
"h.1.mlp.dense_h_to_4h.weight": "pytorch_model_00003-of-00026.bin",
|
| 24 |
+
"h.1.post_attention_layernorm.bias": "pytorch_model_00003-of-00026.bin",
|
| 25 |
+
"h.1.post_attention_layernorm.weight": "pytorch_model_00003-of-00026.bin",
|
| 26 |
+
"h.1.self_attention.dense.bias": "pytorch_model_00003-of-00026.bin",
|
| 27 |
+
"h.1.self_attention.dense.weight": "pytorch_model_00003-of-00026.bin",
|
| 28 |
+
"h.1.self_attention.query_key_value.bias": "pytorch_model_00003-of-00026.bin",
|
| 29 |
+
"h.1.self_attention.query_key_value.weight": "pytorch_model_00003-of-00026.bin",
|
| 30 |
+
"h.10.input_layernorm.bias": "pytorch_model_00012-of-00026.bin",
|
| 31 |
+
"h.10.input_layernorm.weight": "pytorch_model_00012-of-00026.bin",
|
| 32 |
+
"h.10.mlp.dense_4h_to_h.bias": "pytorch_model_00012-of-00026.bin",
|
| 33 |
+
"h.10.mlp.dense_4h_to_h.weight": "pytorch_model_00012-of-00026.bin",
|
| 34 |
+
"h.10.mlp.dense_h_to_4h.bias": "pytorch_model_00012-of-00026.bin",
|
| 35 |
+
"h.10.mlp.dense_h_to_4h.weight": "pytorch_model_00012-of-00026.bin",
|
| 36 |
+
"h.10.post_attention_layernorm.bias": "pytorch_model_00012-of-00026.bin",
|
| 37 |
+
"h.10.post_attention_layernorm.weight": "pytorch_model_00012-of-00026.bin",
|
| 38 |
+
"h.10.self_attention.dense.bias": "pytorch_model_00012-of-00026.bin",
|
| 39 |
+
"h.10.self_attention.dense.weight": "pytorch_model_00012-of-00026.bin",
|
| 40 |
+
"h.10.self_attention.query_key_value.bias": "pytorch_model_00012-of-00026.bin",
|
| 41 |
+
"h.10.self_attention.query_key_value.weight": "pytorch_model_00012-of-00026.bin",
|
| 42 |
+
"h.11.input_layernorm.bias": "pytorch_model_00013-of-00026.bin",
|
| 43 |
+
"h.11.input_layernorm.weight": "pytorch_model_00013-of-00026.bin",
|
| 44 |
+
"h.11.mlp.dense_4h_to_h.bias": "pytorch_model_00013-of-00026.bin",
|
| 45 |
+
"h.11.mlp.dense_4h_to_h.weight": "pytorch_model_00013-of-00026.bin",
|
| 46 |
+
"h.11.mlp.dense_h_to_4h.bias": "pytorch_model_00013-of-00026.bin",
|
| 47 |
+
"h.11.mlp.dense_h_to_4h.weight": "pytorch_model_00013-of-00026.bin",
|
| 48 |
+
"h.11.post_attention_layernorm.bias": "pytorch_model_00013-of-00026.bin",
|
| 49 |
+
"h.11.post_attention_layernorm.weight": "pytorch_model_00013-of-00026.bin",
|
| 50 |
+
"h.11.self_attention.dense.bias": "pytorch_model_00013-of-00026.bin",
|
| 51 |
+
"h.11.self_attention.dense.weight": "pytorch_model_00013-of-00026.bin",
|
| 52 |
+
"h.11.self_attention.query_key_value.bias": "pytorch_model_00013-of-00026.bin",
|
| 53 |
+
"h.11.self_attention.query_key_value.weight": "pytorch_model_00013-of-00026.bin",
|
| 54 |
+
"h.12.input_layernorm.bias": "pytorch_model_00014-of-00026.bin",
|
| 55 |
+
"h.12.input_layernorm.weight": "pytorch_model_00014-of-00026.bin",
|
| 56 |
+
"h.12.mlp.dense_4h_to_h.bias": "pytorch_model_00014-of-00026.bin",
|
| 57 |
+
"h.12.mlp.dense_4h_to_h.weight": "pytorch_model_00014-of-00026.bin",
|
| 58 |
+
"h.12.mlp.dense_h_to_4h.bias": "pytorch_model_00014-of-00026.bin",
|
| 59 |
+
"h.12.mlp.dense_h_to_4h.weight": "pytorch_model_00014-of-00026.bin",
|
| 60 |
+
"h.12.post_attention_layernorm.bias": "pytorch_model_00014-of-00026.bin",
|
| 61 |
+
"h.12.post_attention_layernorm.weight": "pytorch_model_00014-of-00026.bin",
|
| 62 |
+
"h.12.self_attention.dense.bias": "pytorch_model_00014-of-00026.bin",
|
| 63 |
+
"h.12.self_attention.dense.weight": "pytorch_model_00014-of-00026.bin",
|
| 64 |
+
"h.12.self_attention.query_key_value.bias": "pytorch_model_00014-of-00026.bin",
|
| 65 |
+
"h.12.self_attention.query_key_value.weight": "pytorch_model_00014-of-00026.bin",
|
| 66 |
+
"h.13.input_layernorm.bias": "pytorch_model_00015-of-00026.bin",
|
| 67 |
+
"h.13.input_layernorm.weight": "pytorch_model_00015-of-00026.bin",
|
| 68 |
+
"h.13.mlp.dense_4h_to_h.bias": "pytorch_model_00015-of-00026.bin",
|
| 69 |
+
"h.13.mlp.dense_4h_to_h.weight": "pytorch_model_00015-of-00026.bin",
|
| 70 |
+
"h.13.mlp.dense_h_to_4h.bias": "pytorch_model_00015-of-00026.bin",
|
| 71 |
+
"h.13.mlp.dense_h_to_4h.weight": "pytorch_model_00015-of-00026.bin",
|
| 72 |
+
"h.13.post_attention_layernorm.bias": "pytorch_model_00015-of-00026.bin",
|
| 73 |
+
"h.13.post_attention_layernorm.weight": "pytorch_model_00015-of-00026.bin",
|
| 74 |
+
"h.13.self_attention.dense.bias": "pytorch_model_00015-of-00026.bin",
|
| 75 |
+
"h.13.self_attention.dense.weight": "pytorch_model_00015-of-00026.bin",
|
| 76 |
+
"h.13.self_attention.query_key_value.bias": "pytorch_model_00015-of-00026.bin",
|
| 77 |
+
"h.13.self_attention.query_key_value.weight": "pytorch_model_00015-of-00026.bin",
|
| 78 |
+
"h.14.input_layernorm.bias": "pytorch_model_00016-of-00026.bin",
|
| 79 |
+
"h.14.input_layernorm.weight": "pytorch_model_00016-of-00026.bin",
|
| 80 |
+
"h.14.mlp.dense_4h_to_h.bias": "pytorch_model_00016-of-00026.bin",
|
| 81 |
+
"h.14.mlp.dense_4h_to_h.weight": "pytorch_model_00016-of-00026.bin",
|
| 82 |
+
"h.14.mlp.dense_h_to_4h.bias": "pytorch_model_00016-of-00026.bin",
|
| 83 |
+
"h.14.mlp.dense_h_to_4h.weight": "pytorch_model_00016-of-00026.bin",
|
| 84 |
+
"h.14.post_attention_layernorm.bias": "pytorch_model_00016-of-00026.bin",
|
| 85 |
+
"h.14.post_attention_layernorm.weight": "pytorch_model_00016-of-00026.bin",
|
| 86 |
+
"h.14.self_attention.dense.bias": "pytorch_model_00016-of-00026.bin",
|
| 87 |
+
"h.14.self_attention.dense.weight": "pytorch_model_00016-of-00026.bin",
|
| 88 |
+
"h.14.self_attention.query_key_value.bias": "pytorch_model_00016-of-00026.bin",
|
| 89 |
+
"h.14.self_attention.query_key_value.weight": "pytorch_model_00016-of-00026.bin",
|
| 90 |
+
"h.15.input_layernorm.bias": "pytorch_model_00017-of-00026.bin",
|
| 91 |
+
"h.15.input_layernorm.weight": "pytorch_model_00017-of-00026.bin",
|
| 92 |
+
"h.15.mlp.dense_4h_to_h.bias": "pytorch_model_00017-of-00026.bin",
|
| 93 |
+
"h.15.mlp.dense_4h_to_h.weight": "pytorch_model_00017-of-00026.bin",
|
| 94 |
+
"h.15.mlp.dense_h_to_4h.bias": "pytorch_model_00017-of-00026.bin",
|
| 95 |
+
"h.15.mlp.dense_h_to_4h.weight": "pytorch_model_00017-of-00026.bin",
|
| 96 |
+
"h.15.post_attention_layernorm.bias": "pytorch_model_00017-of-00026.bin",
|
| 97 |
+
"h.15.post_attention_layernorm.weight": "pytorch_model_00017-of-00026.bin",
|
| 98 |
+
"h.15.self_attention.dense.bias": "pytorch_model_00017-of-00026.bin",
|
| 99 |
+
"h.15.self_attention.dense.weight": "pytorch_model_00017-of-00026.bin",
|
| 100 |
+
"h.15.self_attention.query_key_value.bias": "pytorch_model_00017-of-00026.bin",
|
| 101 |
+
"h.15.self_attention.query_key_value.weight": "pytorch_model_00017-of-00026.bin",
|
| 102 |
+
"h.16.input_layernorm.bias": "pytorch_model_00018-of-00026.bin",
|
| 103 |
+
"h.16.input_layernorm.weight": "pytorch_model_00018-of-00026.bin",
|
| 104 |
+
"h.16.mlp.dense_4h_to_h.bias": "pytorch_model_00018-of-00026.bin",
|
| 105 |
+
"h.16.mlp.dense_4h_to_h.weight": "pytorch_model_00018-of-00026.bin",
|
| 106 |
+
"h.16.mlp.dense_h_to_4h.bias": "pytorch_model_00018-of-00026.bin",
|
| 107 |
+
"h.16.mlp.dense_h_to_4h.weight": "pytorch_model_00018-of-00026.bin",
|
| 108 |
+
"h.16.post_attention_layernorm.bias": "pytorch_model_00018-of-00026.bin",
|
| 109 |
+
"h.16.post_attention_layernorm.weight": "pytorch_model_00018-of-00026.bin",
|
| 110 |
+
"h.16.self_attention.dense.bias": "pytorch_model_00018-of-00026.bin",
|
| 111 |
+
"h.16.self_attention.dense.weight": "pytorch_model_00018-of-00026.bin",
|
| 112 |
+
"h.16.self_attention.query_key_value.bias": "pytorch_model_00018-of-00026.bin",
|
| 113 |
+
"h.16.self_attention.query_key_value.weight": "pytorch_model_00018-of-00026.bin",
|
| 114 |
+
"h.17.input_layernorm.bias": "pytorch_model_00019-of-00026.bin",
|
| 115 |
+
"h.17.input_layernorm.weight": "pytorch_model_00019-of-00026.bin",
|
| 116 |
+
"h.17.mlp.dense_4h_to_h.bias": "pytorch_model_00019-of-00026.bin",
|
| 117 |
+
"h.17.mlp.dense_4h_to_h.weight": "pytorch_model_00019-of-00026.bin",
|
| 118 |
+
"h.17.mlp.dense_h_to_4h.bias": "pytorch_model_00019-of-00026.bin",
|
| 119 |
+
"h.17.mlp.dense_h_to_4h.weight": "pytorch_model_00019-of-00026.bin",
|
| 120 |
+
"h.17.post_attention_layernorm.bias": "pytorch_model_00019-of-00026.bin",
|
| 121 |
+
"h.17.post_attention_layernorm.weight": "pytorch_model_00019-of-00026.bin",
|
| 122 |
+
"h.17.self_attention.dense.bias": "pytorch_model_00019-of-00026.bin",
|
| 123 |
+
"h.17.self_attention.dense.weight": "pytorch_model_00019-of-00026.bin",
|
| 124 |
+
"h.17.self_attention.query_key_value.bias": "pytorch_model_00019-of-00026.bin",
|
| 125 |
+
"h.17.self_attention.query_key_value.weight": "pytorch_model_00019-of-00026.bin",
|
| 126 |
+
"h.18.input_layernorm.bias": "pytorch_model_00020-of-00026.bin",
|
| 127 |
+
"h.18.input_layernorm.weight": "pytorch_model_00020-of-00026.bin",
|
| 128 |
+
"h.18.mlp.dense_4h_to_h.bias": "pytorch_model_00020-of-00026.bin",
|
| 129 |
+
"h.18.mlp.dense_4h_to_h.weight": "pytorch_model_00020-of-00026.bin",
|
| 130 |
+
"h.18.mlp.dense_h_to_4h.bias": "pytorch_model_00020-of-00026.bin",
|
| 131 |
+
"h.18.mlp.dense_h_to_4h.weight": "pytorch_model_00020-of-00026.bin",
|
| 132 |
+
"h.18.post_attention_layernorm.bias": "pytorch_model_00020-of-00026.bin",
|
| 133 |
+
"h.18.post_attention_layernorm.weight": "pytorch_model_00020-of-00026.bin",
|
| 134 |
+
"h.18.self_attention.dense.bias": "pytorch_model_00020-of-00026.bin",
|
| 135 |
+
"h.18.self_attention.dense.weight": "pytorch_model_00020-of-00026.bin",
|
| 136 |
+
"h.18.self_attention.query_key_value.bias": "pytorch_model_00020-of-00026.bin",
|
| 137 |
+
"h.18.self_attention.query_key_value.weight": "pytorch_model_00020-of-00026.bin",
|
| 138 |
+
"h.19.input_layernorm.bias": "pytorch_model_00021-of-00026.bin",
|
| 139 |
+
"h.19.input_layernorm.weight": "pytorch_model_00021-of-00026.bin",
|
| 140 |
+
"h.19.mlp.dense_4h_to_h.bias": "pytorch_model_00021-of-00026.bin",
|
| 141 |
+
"h.19.mlp.dense_4h_to_h.weight": "pytorch_model_00021-of-00026.bin",
|
| 142 |
+
"h.19.mlp.dense_h_to_4h.bias": "pytorch_model_00021-of-00026.bin",
|
| 143 |
+
"h.19.mlp.dense_h_to_4h.weight": "pytorch_model_00021-of-00026.bin",
|
| 144 |
+
"h.19.post_attention_layernorm.bias": "pytorch_model_00021-of-00026.bin",
|
| 145 |
+
"h.19.post_attention_layernorm.weight": "pytorch_model_00021-of-00026.bin",
|
| 146 |
+
"h.19.self_attention.dense.bias": "pytorch_model_00021-of-00026.bin",
|
| 147 |
+
"h.19.self_attention.dense.weight": "pytorch_model_00021-of-00026.bin",
|
| 148 |
+
"h.19.self_attention.query_key_value.bias": "pytorch_model_00021-of-00026.bin",
|
| 149 |
+
"h.19.self_attention.query_key_value.weight": "pytorch_model_00021-of-00026.bin",
|
| 150 |
+
"h.2.input_layernorm.bias": "pytorch_model_00004-of-00026.bin",
|
| 151 |
+
"h.2.input_layernorm.weight": "pytorch_model_00004-of-00026.bin",
|
| 152 |
+
"h.2.mlp.dense_4h_to_h.bias": "pytorch_model_00004-of-00026.bin",
|
| 153 |
+
"h.2.mlp.dense_4h_to_h.weight": "pytorch_model_00004-of-00026.bin",
|
| 154 |
+
"h.2.mlp.dense_h_to_4h.bias": "pytorch_model_00004-of-00026.bin",
|
| 155 |
+
"h.2.mlp.dense_h_to_4h.weight": "pytorch_model_00004-of-00026.bin",
|
| 156 |
+
"h.2.post_attention_layernorm.bias": "pytorch_model_00004-of-00026.bin",
|
| 157 |
+
"h.2.post_attention_layernorm.weight": "pytorch_model_00004-of-00026.bin",
|
| 158 |
+
"h.2.self_attention.dense.bias": "pytorch_model_00004-of-00026.bin",
|
| 159 |
+
"h.2.self_attention.dense.weight": "pytorch_model_00004-of-00026.bin",
|
| 160 |
+
"h.2.self_attention.query_key_value.bias": "pytorch_model_00004-of-00026.bin",
|
| 161 |
+
"h.2.self_attention.query_key_value.weight": "pytorch_model_00004-of-00026.bin",
|
| 162 |
+
"h.20.input_layernorm.bias": "pytorch_model_00022-of-00026.bin",
|
| 163 |
+
"h.20.input_layernorm.weight": "pytorch_model_00022-of-00026.bin",
|
| 164 |
+
"h.20.mlp.dense_4h_to_h.bias": "pytorch_model_00022-of-00026.bin",
|
| 165 |
+
"h.20.mlp.dense_4h_to_h.weight": "pytorch_model_00022-of-00026.bin",
|
| 166 |
+
"h.20.mlp.dense_h_to_4h.bias": "pytorch_model_00022-of-00026.bin",
|
| 167 |
+
"h.20.mlp.dense_h_to_4h.weight": "pytorch_model_00022-of-00026.bin",
|
| 168 |
+
"h.20.post_attention_layernorm.bias": "pytorch_model_00022-of-00026.bin",
|
| 169 |
+
"h.20.post_attention_layernorm.weight": "pytorch_model_00022-of-00026.bin",
|
| 170 |
+
"h.20.self_attention.dense.bias": "pytorch_model_00022-of-00026.bin",
|
| 171 |
+
"h.20.self_attention.dense.weight": "pytorch_model_00022-of-00026.bin",
|
| 172 |
+
"h.20.self_attention.query_key_value.bias": "pytorch_model_00022-of-00026.bin",
|
| 173 |
+
"h.20.self_attention.query_key_value.weight": "pytorch_model_00022-of-00026.bin",
|
| 174 |
+
"h.21.input_layernorm.bias": "pytorch_model_00023-of-00026.bin",
|
| 175 |
+
"h.21.input_layernorm.weight": "pytorch_model_00023-of-00026.bin",
|
| 176 |
+
"h.21.mlp.dense_4h_to_h.bias": "pytorch_model_00023-of-00026.bin",
|
| 177 |
+
"h.21.mlp.dense_4h_to_h.weight": "pytorch_model_00023-of-00026.bin",
|
| 178 |
+
"h.21.mlp.dense_h_to_4h.bias": "pytorch_model_00023-of-00026.bin",
|
| 179 |
+
"h.21.mlp.dense_h_to_4h.weight": "pytorch_model_00023-of-00026.bin",
|
| 180 |
+
"h.21.post_attention_layernorm.bias": "pytorch_model_00023-of-00026.bin",
|
| 181 |
+
"h.21.post_attention_layernorm.weight": "pytorch_model_00023-of-00026.bin",
|
| 182 |
+
"h.21.self_attention.dense.bias": "pytorch_model_00023-of-00026.bin",
|
| 183 |
+
"h.21.self_attention.dense.weight": "pytorch_model_00023-of-00026.bin",
|
| 184 |
+
"h.21.self_attention.query_key_value.bias": "pytorch_model_00023-of-00026.bin",
|
| 185 |
+
"h.21.self_attention.query_key_value.weight": "pytorch_model_00023-of-00026.bin",
|
| 186 |
+
"h.22.input_layernorm.bias": "pytorch_model_00024-of-00026.bin",
|
| 187 |
+
"h.22.input_layernorm.weight": "pytorch_model_00024-of-00026.bin",
|
| 188 |
+
"h.22.mlp.dense_4h_to_h.bias": "pytorch_model_00024-of-00026.bin",
|
| 189 |
+
"h.22.mlp.dense_4h_to_h.weight": "pytorch_model_00024-of-00026.bin",
|
| 190 |
+
"h.22.mlp.dense_h_to_4h.bias": "pytorch_model_00024-of-00026.bin",
|
| 191 |
+
"h.22.mlp.dense_h_to_4h.weight": "pytorch_model_00024-of-00026.bin",
|
| 192 |
+
"h.22.post_attention_layernorm.bias": "pytorch_model_00024-of-00026.bin",
|
| 193 |
+
"h.22.post_attention_layernorm.weight": "pytorch_model_00024-of-00026.bin",
|
| 194 |
+
"h.22.self_attention.dense.bias": "pytorch_model_00024-of-00026.bin",
|
| 195 |
+
"h.22.self_attention.dense.weight": "pytorch_model_00024-of-00026.bin",
|
| 196 |
+
"h.22.self_attention.query_key_value.bias": "pytorch_model_00024-of-00026.bin",
|
| 197 |
+
"h.22.self_attention.query_key_value.weight": "pytorch_model_00024-of-00026.bin",
|
| 198 |
+
"h.23.input_layernorm.bias": "pytorch_model_00025-of-00026.bin",
|
| 199 |
+
"h.23.input_layernorm.weight": "pytorch_model_00025-of-00026.bin",
|
| 200 |
+
"h.23.mlp.dense_4h_to_h.bias": "pytorch_model_00025-of-00026.bin",
|
| 201 |
+
"h.23.mlp.dense_4h_to_h.weight": "pytorch_model_00025-of-00026.bin",
|
| 202 |
+
"h.23.mlp.dense_h_to_4h.bias": "pytorch_model_00025-of-00026.bin",
|
| 203 |
+
"h.23.mlp.dense_h_to_4h.weight": "pytorch_model_00025-of-00026.bin",
|
| 204 |
+
"h.23.post_attention_layernorm.bias": "pytorch_model_00025-of-00026.bin",
|
| 205 |
+
"h.23.post_attention_layernorm.weight": "pytorch_model_00025-of-00026.bin",
|
| 206 |
+
"h.23.self_attention.dense.bias": "pytorch_model_00025-of-00026.bin",
|
| 207 |
+
"h.23.self_attention.dense.weight": "pytorch_model_00025-of-00026.bin",
|
| 208 |
+
"h.23.self_attention.query_key_value.bias": "pytorch_model_00025-of-00026.bin",
|
| 209 |
+
"h.23.self_attention.query_key_value.weight": "pytorch_model_00025-of-00026.bin",
|
| 210 |
+
"h.3.input_layernorm.bias": "pytorch_model_00005-of-00026.bin",
|
| 211 |
+
"h.3.input_layernorm.weight": "pytorch_model_00005-of-00026.bin",
|
| 212 |
+
"h.3.mlp.dense_4h_to_h.bias": "pytorch_model_00005-of-00026.bin",
|
| 213 |
+
"h.3.mlp.dense_4h_to_h.weight": "pytorch_model_00005-of-00026.bin",
|
| 214 |
+
"h.3.mlp.dense_h_to_4h.bias": "pytorch_model_00005-of-00026.bin",
|
| 215 |
+
"h.3.mlp.dense_h_to_4h.weight": "pytorch_model_00005-of-00026.bin",
|
| 216 |
+
"h.3.post_attention_layernorm.bias": "pytorch_model_00005-of-00026.bin",
|
| 217 |
+
"h.3.post_attention_layernorm.weight": "pytorch_model_00005-of-00026.bin",
|
| 218 |
+
"h.3.self_attention.dense.bias": "pytorch_model_00005-of-00026.bin",
|
| 219 |
+
"h.3.self_attention.dense.weight": "pytorch_model_00005-of-00026.bin",
|
| 220 |
+
"h.3.self_attention.query_key_value.bias": "pytorch_model_00005-of-00026.bin",
|
| 221 |
+
"h.3.self_attention.query_key_value.weight": "pytorch_model_00005-of-00026.bin",
|
| 222 |
+
"h.4.input_layernorm.bias": "pytorch_model_00006-of-00026.bin",
|
| 223 |
+
"h.4.input_layernorm.weight": "pytorch_model_00006-of-00026.bin",
|
| 224 |
+
"h.4.mlp.dense_4h_to_h.bias": "pytorch_model_00006-of-00026.bin",
|
| 225 |
+
"h.4.mlp.dense_4h_to_h.weight": "pytorch_model_00006-of-00026.bin",
|
| 226 |
+
"h.4.mlp.dense_h_to_4h.bias": "pytorch_model_00006-of-00026.bin",
|
| 227 |
+
"h.4.mlp.dense_h_to_4h.weight": "pytorch_model_00006-of-00026.bin",
|
| 228 |
+
"h.4.post_attention_layernorm.bias": "pytorch_model_00006-of-00026.bin",
|
| 229 |
+
"h.4.post_attention_layernorm.weight": "pytorch_model_00006-of-00026.bin",
|
| 230 |
+
"h.4.self_attention.dense.bias": "pytorch_model_00006-of-00026.bin",
|
| 231 |
+
"h.4.self_attention.dense.weight": "pytorch_model_00006-of-00026.bin",
|
| 232 |
+
"h.4.self_attention.query_key_value.bias": "pytorch_model_00006-of-00026.bin",
|
| 233 |
+
"h.4.self_attention.query_key_value.weight": "pytorch_model_00006-of-00026.bin",
|
| 234 |
+
"h.5.input_layernorm.bias": "pytorch_model_00007-of-00026.bin",
|
| 235 |
+
"h.5.input_layernorm.weight": "pytorch_model_00007-of-00026.bin",
|
| 236 |
+
"h.5.mlp.dense_4h_to_h.bias": "pytorch_model_00007-of-00026.bin",
|
| 237 |
+
"h.5.mlp.dense_4h_to_h.weight": "pytorch_model_00007-of-00026.bin",
|
| 238 |
+
"h.5.mlp.dense_h_to_4h.bias": "pytorch_model_00007-of-00026.bin",
|
| 239 |
+
"h.5.mlp.dense_h_to_4h.weight": "pytorch_model_00007-of-00026.bin",
|
| 240 |
+
"h.5.post_attention_layernorm.bias": "pytorch_model_00007-of-00026.bin",
|
| 241 |
+
"h.5.post_attention_layernorm.weight": "pytorch_model_00007-of-00026.bin",
|
| 242 |
+
"h.5.self_attention.dense.bias": "pytorch_model_00007-of-00026.bin",
|
| 243 |
+
"h.5.self_attention.dense.weight": "pytorch_model_00007-of-00026.bin",
|
| 244 |
+
"h.5.self_attention.query_key_value.bias": "pytorch_model_00007-of-00026.bin",
|
| 245 |
+
"h.5.self_attention.query_key_value.weight": "pytorch_model_00007-of-00026.bin",
|
| 246 |
+
"h.6.input_layernorm.bias": "pytorch_model_00008-of-00026.bin",
|
| 247 |
+
"h.6.input_layernorm.weight": "pytorch_model_00008-of-00026.bin",
|
| 248 |
+
"h.6.mlp.dense_4h_to_h.bias": "pytorch_model_00008-of-00026.bin",
|
| 249 |
+
"h.6.mlp.dense_4h_to_h.weight": "pytorch_model_00008-of-00026.bin",
|
| 250 |
+
"h.6.mlp.dense_h_to_4h.bias": "pytorch_model_00008-of-00026.bin",
|
| 251 |
+
"h.6.mlp.dense_h_to_4h.weight": "pytorch_model_00008-of-00026.bin",
|
| 252 |
+
"h.6.post_attention_layernorm.bias": "pytorch_model_00008-of-00026.bin",
|
| 253 |
+
"h.6.post_attention_layernorm.weight": "pytorch_model_00008-of-00026.bin",
|
| 254 |
+
"h.6.self_attention.dense.bias": "pytorch_model_00008-of-00026.bin",
|
| 255 |
+
"h.6.self_attention.dense.weight": "pytorch_model_00008-of-00026.bin",
|
| 256 |
+
"h.6.self_attention.query_key_value.bias": "pytorch_model_00008-of-00026.bin",
|
| 257 |
+
"h.6.self_attention.query_key_value.weight": "pytorch_model_00008-of-00026.bin",
|
| 258 |
+
"h.7.input_layernorm.bias": "pytorch_model_00009-of-00026.bin",
|
| 259 |
+
"h.7.input_layernorm.weight": "pytorch_model_00009-of-00026.bin",
|
| 260 |
+
"h.7.mlp.dense_4h_to_h.bias": "pytorch_model_00009-of-00026.bin",
|
| 261 |
+
"h.7.mlp.dense_4h_to_h.weight": "pytorch_model_00009-of-00026.bin",
|
| 262 |
+
"h.7.mlp.dense_h_to_4h.bias": "pytorch_model_00009-of-00026.bin",
|
| 263 |
+
"h.7.mlp.dense_h_to_4h.weight": "pytorch_model_00009-of-00026.bin",
|
| 264 |
+
"h.7.post_attention_layernorm.bias": "pytorch_model_00009-of-00026.bin",
|
| 265 |
+
"h.7.post_attention_layernorm.weight": "pytorch_model_00009-of-00026.bin",
|
| 266 |
+
"h.7.self_attention.dense.bias": "pytorch_model_00009-of-00026.bin",
|
| 267 |
+
"h.7.self_attention.dense.weight": "pytorch_model_00009-of-00026.bin",
|
| 268 |
+
"h.7.self_attention.query_key_value.bias": "pytorch_model_00009-of-00026.bin",
|
| 269 |
+
"h.7.self_attention.query_key_value.weight": "pytorch_model_00009-of-00026.bin",
|
| 270 |
+
"h.8.input_layernorm.bias": "pytorch_model_00010-of-00026.bin",
|
| 271 |
+
"h.8.input_layernorm.weight": "pytorch_model_00010-of-00026.bin",
|
| 272 |
+
"h.8.mlp.dense_4h_to_h.bias": "pytorch_model_00010-of-00026.bin",
|
| 273 |
+
"h.8.mlp.dense_4h_to_h.weight": "pytorch_model_00010-of-00026.bin",
|
| 274 |
+
"h.8.mlp.dense_h_to_4h.bias": "pytorch_model_00010-of-00026.bin",
|
| 275 |
+
"h.8.mlp.dense_h_to_4h.weight": "pytorch_model_00010-of-00026.bin",
|
| 276 |
+
"h.8.post_attention_layernorm.bias": "pytorch_model_00010-of-00026.bin",
|
| 277 |
+
"h.8.post_attention_layernorm.weight": "pytorch_model_00010-of-00026.bin",
|
| 278 |
+
"h.8.self_attention.dense.bias": "pytorch_model_00010-of-00026.bin",
|
| 279 |
+
"h.8.self_attention.dense.weight": "pytorch_model_00010-of-00026.bin",
|
| 280 |
+
"h.8.self_attention.query_key_value.bias": "pytorch_model_00010-of-00026.bin",
|
| 281 |
+
"h.8.self_attention.query_key_value.weight": "pytorch_model_00010-of-00026.bin",
|
| 282 |
+
"h.9.input_layernorm.bias": "pytorch_model_00011-of-00026.bin",
|
| 283 |
+
"h.9.input_layernorm.weight": "pytorch_model_00011-of-00026.bin",
|
| 284 |
+
"h.9.mlp.dense_4h_to_h.bias": "pytorch_model_00011-of-00026.bin",
|
| 285 |
+
"h.9.mlp.dense_4h_to_h.weight": "pytorch_model_00011-of-00026.bin",
|
| 286 |
+
"h.9.mlp.dense_h_to_4h.bias": "pytorch_model_00011-of-00026.bin",
|
| 287 |
+
"h.9.mlp.dense_h_to_4h.weight": "pytorch_model_00011-of-00026.bin",
|
| 288 |
+
"h.9.post_attention_layernorm.bias": "pytorch_model_00011-of-00026.bin",
|
| 289 |
+
"h.9.post_attention_layernorm.weight": "pytorch_model_00011-of-00026.bin",
|
| 290 |
+
"h.9.self_attention.dense.bias": "pytorch_model_00011-of-00026.bin",
|
| 291 |
+
"h.9.self_attention.dense.weight": "pytorch_model_00011-of-00026.bin",
|
| 292 |
+
"h.9.self_attention.query_key_value.bias": "pytorch_model_00011-of-00026.bin",
|
| 293 |
+
"h.9.self_attention.query_key_value.weight": "pytorch_model_00011-of-00026.bin",
|
| 294 |
+
"ln_f.bias": "pytorch_model_00026-of-00026.bin",
|
| 295 |
+
"ln_f.weight": "pytorch_model_00026-of-00026.bin",
|
| 296 |
+
"word_embeddings.weight": "pytorch_model_00001-of-00026.bin",
|
| 297 |
+
"word_embeddings_layernorm.bias": "pytorch_model_00001-of-00026.bin",
|
| 298 |
+
"word_embeddings_layernorm.weight": "pytorch_model_00001-of-00026.bin"
|
| 299 |
+
}
|
| 300 |
+
}
|
pytorch_model_00001-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc73b4a208404b01da1eabd2667a720b49b428534bfcb97fd403eab3980cf9d7
|
| 3 |
+
size 770711527
|
pytorch_model_00002-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a6fc1efc151ac025aaec657c02e05dd1e8683544c041fd6d2d6b441e17bf798
|
| 3 |
+
size 56667778
|
pytorch_model_00003-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d552aba533de65b990d9f01ad2e2eceb61959395174d0d4ddc53442b31ff995e
|
| 3 |
+
size 56667778
|
pytorch_model_00004-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61d6e50b119e295c31589bd915cb240ada412bba1a116df8493b8cf761739d21
|
| 3 |
+
size 56667778
|
pytorch_model_00005-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:572ddfb49d0a81c591dafe05a5aa9e2e5eba6615302fa7d33f1c3ad610b40312
|
| 3 |
+
size 56667778
|
pytorch_model_00006-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa9bfcdd71e0d9bb4b0b8d7cdb1a6e79b3938beaf39295f3bf259bc5a0745503
|
| 3 |
+
size 56667778
|
pytorch_model_00007-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddd2563300c1eb8210ada0c6c2ba5f43a253466a90a669501c194519116ac594
|
| 3 |
+
size 56667778
|
pytorch_model_00008-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ddc95be16fed815e3a0591eab5a01483860d2c7494b750fe59826092badc2f5
|
| 3 |
+
size 56667778
|
pytorch_model_00009-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c8ae9baf01ae10b61dc0ce653833aac2ab70c64497ba40203beb538efcb6f25
|
| 3 |
+
size 56667778
|
pytorch_model_00010-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a37b714fd5137aeb8743960866c2ce688d2ec92d8f8ff781611ffbcb84691ae
|
| 3 |
+
size 56667778
|
pytorch_model_00011-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a13bc46d2b9dcb86137081651359bcdcf9f48bc1fa04ed30cc7fce80090034b6
|
| 3 |
+
size 56667778
|
pytorch_model_00012-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cad596338757ab5ec4be1171767e34edba24855f48638c4c61e1924f4e78c85
|
| 3 |
+
size 56667778
|
pytorch_model_00013-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee19c6e7365e09d8457cb7257ce48c3dac2fbbd21dddb83f11598425e1fbf5e5
|
| 3 |
+
size 56667778
|
pytorch_model_00014-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89336fd6e6fd59c03dec6754d068833c0f2987383923930e29c7e88c3f7d0a06
|
| 3 |
+
size 56667778
|
pytorch_model_00015-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa5eceff01c1cea0f00de992b4776da5b68101078c9a75fc7c63117a8d0226f7
|
| 3 |
+
size 56667778
|
pytorch_model_00016-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80dff1d94ae89e7e4a3e32cf508c5a152206575a5968e3557d60e2b9807fb9fa
|
| 3 |
+
size 56667778
|
pytorch_model_00017-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c45489c0a48371e4e90dc8d1bae9da0a3e92bde10c03c5413f4e1e4ef293a83
|
| 3 |
+
size 56667778
|
pytorch_model_00018-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9a74987e4e7d9c3a91f3153585de04bfececa0539851b4c49cfdc7558566722
|
| 3 |
+
size 56667778
|
pytorch_model_00019-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef27ad2ac0fde596e992901326302438870b7c3334028ba1d30f46a39ccdf9df
|
| 3 |
+
size 56667778
|
pytorch_model_00020-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f17ae508ca43c55f83ba14fab1d620f5f0286f5b909b3f4f1f082c934e12a15d
|
| 3 |
+
size 56667778
|
pytorch_model_00021-of-00026.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f327c005f4f49ad35460aac760ea0908211480254e20206a8836720aeef709e6
|
| 3 |
+
size 56667778
|