peter szemraj
commited on
Commit
·
bf02e13
1
Parent(s):
13fc2e6
add sharded checkpoint
Browse files- .gitattributes +9 -0
- config.json +25 -0
- generation_config.json +6 -0
- pytorch_model-00001-of-00009.bin +3 -0
- pytorch_model-00002-of-00009.bin +3 -0
- pytorch_model-00003-of-00009.bin +3 -0
- pytorch_model-00004-of-00009.bin +3 -0
- pytorch_model-00005-of-00009.bin +3 -0
- pytorch_model-00006-of-00009.bin +3 -0
- pytorch_model-00007-of-00009.bin +3 -0
- pytorch_model-00008-of-00009.bin +3 -0
- pytorch_model-00009-of-00009.bin +3 -0
- pytorch_model.bin.index.json +251 -0
- special_tokens_map.json +5 -0
- tokenizer.json +0 -0
- tokenizer_config.json +9 -0
.gitattributes
CHANGED
@@ -32,3 +32,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
pytorch_model-00008-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
36 |
+
pytorch_model-00009-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
37 |
+
pytorch_model-00001-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
38 |
+
pytorch_model-00004-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
39 |
+
pytorch_model-00005-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
40 |
+
pytorch_model-00007-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
41 |
+
pytorch_model-00002-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
42 |
+
pytorch_model-00003-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
43 |
+
pytorch_model-00006-of-00009.bin filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "stabilityai/stablelm-tuned-alpha-7b",
|
3 |
+
"architectures": [
|
4 |
+
"GPTNeoXForCausalLM"
|
5 |
+
],
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"eos_token_id": 0,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_size": 6144,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 24576,
|
12 |
+
"layer_norm_eps": 1e-05,
|
13 |
+
"max_position_embeddings": 4096,
|
14 |
+
"model_type": "gpt_neox",
|
15 |
+
"num_attention_heads": 48,
|
16 |
+
"num_hidden_layers": 16,
|
17 |
+
"rotary_emb_base": 10000,
|
18 |
+
"rotary_pct": 0.25,
|
19 |
+
"tie_word_embeddings": false,
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.28.1",
|
22 |
+
"use_cache": true,
|
23 |
+
"use_parallel_residual": true,
|
24 |
+
"vocab_size": 50432
|
25 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.28.1"
|
6 |
+
}
|
pytorch_model-00001-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bf95fcdf7497c537e690de09a3fb18c4870cb5c0443c1b8c69757f8bf06c9a6
|
3 |
+
size 3689415669
|
pytorch_model-00002-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f0d2b6d12a86af05aba3feb2a9e407f1bb63466d3fa068ffda2cd409ec0c158
|
3 |
+
size 3658082219
|
pytorch_model-00003-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee192d0b5eaa8080cca634c0f93d1b62330ef4d9e75dc213ed1fb0a973ef22af
|
3 |
+
size 3658082219
|
pytorch_model-00004-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee595d747e10c66506f3a6aeeacf854f418025a2a48e9ce4115cef4a59934c33
|
3 |
+
size 3658082219
|
pytorch_model-00005-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:279bdd30901365ab5138af15b969afae0be42c73c61d798fc94bc86cfbd0e0e8
|
3 |
+
size 3658082219
|
pytorch_model-00006-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f162dfca5745c27eda65edd4e09e5fcb7064a5fb5d63438d5950b55a26f94873
|
3 |
+
size 3658082283
|
pytorch_model-00007-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:834973322364a3c05276a8422fb5f7c9f36bb6684f153ebd1c741d88f3339fb2
|
3 |
+
size 3658082283
|
pytorch_model-00008-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f537131b96cbe311845da6d71bba65946616dc2769f67fd2a770a15ce92d791
|
3 |
+
size 3658082283
|
pytorch_model-00009-of-00009.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8234cd52f71738d9d07f0bb06ccf9557933b2b6fca91cea4201f8506fc8f9dd8
|
3 |
+
size 2447551184
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,251 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 31508579392.0
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"embed_out.weight": "pytorch_model-00009-of-00009.bin",
|
7 |
+
"gpt_neox.embed_in.weight": "pytorch_model-00001-of-00009.bin",
|
8 |
+
"gpt_neox.final_layer_norm.bias": "pytorch_model-00009-of-00009.bin",
|
9 |
+
"gpt_neox.final_layer_norm.weight": "pytorch_model-00009-of-00009.bin",
|
10 |
+
"gpt_neox.layers.0.attention.bias": "pytorch_model-00001-of-00009.bin",
|
11 |
+
"gpt_neox.layers.0.attention.dense.bias": "pytorch_model-00001-of-00009.bin",
|
12 |
+
"gpt_neox.layers.0.attention.dense.weight": "pytorch_model-00001-of-00009.bin",
|
13 |
+
"gpt_neox.layers.0.attention.masked_bias": "pytorch_model-00001-of-00009.bin",
|
14 |
+
"gpt_neox.layers.0.attention.query_key_value.bias": "pytorch_model-00001-of-00009.bin",
|
15 |
+
"gpt_neox.layers.0.attention.query_key_value.weight": "pytorch_model-00001-of-00009.bin",
|
16 |
+
"gpt_neox.layers.0.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00009.bin",
|
17 |
+
"gpt_neox.layers.0.input_layernorm.bias": "pytorch_model-00001-of-00009.bin",
|
18 |
+
"gpt_neox.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00009.bin",
|
19 |
+
"gpt_neox.layers.0.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00009.bin",
|
20 |
+
"gpt_neox.layers.0.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00009.bin",
|
21 |
+
"gpt_neox.layers.0.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00009.bin",
|
22 |
+
"gpt_neox.layers.0.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00009.bin",
|
23 |
+
"gpt_neox.layers.0.post_attention_layernorm.bias": "pytorch_model-00001-of-00009.bin",
|
24 |
+
"gpt_neox.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00009.bin",
|
25 |
+
"gpt_neox.layers.1.attention.bias": "pytorch_model-00001-of-00009.bin",
|
26 |
+
"gpt_neox.layers.1.attention.dense.bias": "pytorch_model-00001-of-00009.bin",
|
27 |
+
"gpt_neox.layers.1.attention.dense.weight": "pytorch_model-00001-of-00009.bin",
|
28 |
+
"gpt_neox.layers.1.attention.masked_bias": "pytorch_model-00001-of-00009.bin",
|
29 |
+
"gpt_neox.layers.1.attention.query_key_value.bias": "pytorch_model-00001-of-00009.bin",
|
30 |
+
"gpt_neox.layers.1.attention.query_key_value.weight": "pytorch_model-00001-of-00009.bin",
|
31 |
+
"gpt_neox.layers.1.attention.rotary_emb.inv_freq": "pytorch_model-00001-of-00009.bin",
|
32 |
+
"gpt_neox.layers.1.input_layernorm.bias": "pytorch_model-00001-of-00009.bin",
|
33 |
+
"gpt_neox.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00009.bin",
|
34 |
+
"gpt_neox.layers.1.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00009.bin",
|
35 |
+
"gpt_neox.layers.1.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00009.bin",
|
36 |
+
"gpt_neox.layers.1.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00009.bin",
|
37 |
+
"gpt_neox.layers.1.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00009.bin",
|
38 |
+
"gpt_neox.layers.1.post_attention_layernorm.bias": "pytorch_model-00001-of-00009.bin",
|
39 |
+
"gpt_neox.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00009.bin",
|
40 |
+
"gpt_neox.layers.10.attention.bias": "pytorch_model-00006-of-00009.bin",
|
41 |
+
"gpt_neox.layers.10.attention.dense.bias": "pytorch_model-00006-of-00009.bin",
|
42 |
+
"gpt_neox.layers.10.attention.dense.weight": "pytorch_model-00006-of-00009.bin",
|
43 |
+
"gpt_neox.layers.10.attention.masked_bias": "pytorch_model-00006-of-00009.bin",
|
44 |
+
"gpt_neox.layers.10.attention.query_key_value.bias": "pytorch_model-00006-of-00009.bin",
|
45 |
+
"gpt_neox.layers.10.attention.query_key_value.weight": "pytorch_model-00006-of-00009.bin",
|
46 |
+
"gpt_neox.layers.10.attention.rotary_emb.inv_freq": "pytorch_model-00006-of-00009.bin",
|
47 |
+
"gpt_neox.layers.10.input_layernorm.bias": "pytorch_model-00006-of-00009.bin",
|
48 |
+
"gpt_neox.layers.10.input_layernorm.weight": "pytorch_model-00006-of-00009.bin",
|
49 |
+
"gpt_neox.layers.10.mlp.dense_4h_to_h.bias": "pytorch_model-00006-of-00009.bin",
|
50 |
+
"gpt_neox.layers.10.mlp.dense_4h_to_h.weight": "pytorch_model-00006-of-00009.bin",
|
51 |
+
"gpt_neox.layers.10.mlp.dense_h_to_4h.bias": "pytorch_model-00006-of-00009.bin",
|
52 |
+
"gpt_neox.layers.10.mlp.dense_h_to_4h.weight": "pytorch_model-00006-of-00009.bin",
|
53 |
+
"gpt_neox.layers.10.post_attention_layernorm.bias": "pytorch_model-00006-of-00009.bin",
|
54 |
+
"gpt_neox.layers.10.post_attention_layernorm.weight": "pytorch_model-00006-of-00009.bin",
|
55 |
+
"gpt_neox.layers.11.attention.bias": "pytorch_model-00006-of-00009.bin",
|
56 |
+
"gpt_neox.layers.11.attention.dense.bias": "pytorch_model-00006-of-00009.bin",
|
57 |
+
"gpt_neox.layers.11.attention.dense.weight": "pytorch_model-00006-of-00009.bin",
|
58 |
+
"gpt_neox.layers.11.attention.masked_bias": "pytorch_model-00006-of-00009.bin",
|
59 |
+
"gpt_neox.layers.11.attention.query_key_value.bias": "pytorch_model-00006-of-00009.bin",
|
60 |
+
"gpt_neox.layers.11.attention.query_key_value.weight": "pytorch_model-00006-of-00009.bin",
|
61 |
+
"gpt_neox.layers.11.attention.rotary_emb.inv_freq": "pytorch_model-00006-of-00009.bin",
|
62 |
+
"gpt_neox.layers.11.input_layernorm.bias": "pytorch_model-00006-of-00009.bin",
|
63 |
+
"gpt_neox.layers.11.input_layernorm.weight": "pytorch_model-00006-of-00009.bin",
|
64 |
+
"gpt_neox.layers.11.mlp.dense_4h_to_h.bias": "pytorch_model-00007-of-00009.bin",
|
65 |
+
"gpt_neox.layers.11.mlp.dense_4h_to_h.weight": "pytorch_model-00007-of-00009.bin",
|
66 |
+
"gpt_neox.layers.11.mlp.dense_h_to_4h.bias": "pytorch_model-00007-of-00009.bin",
|
67 |
+
"gpt_neox.layers.11.mlp.dense_h_to_4h.weight": "pytorch_model-00007-of-00009.bin",
|
68 |
+
"gpt_neox.layers.11.post_attention_layernorm.bias": "pytorch_model-00006-of-00009.bin",
|
69 |
+
"gpt_neox.layers.11.post_attention_layernorm.weight": "pytorch_model-00006-of-00009.bin",
|
70 |
+
"gpt_neox.layers.12.attention.bias": "pytorch_model-00007-of-00009.bin",
|
71 |
+
"gpt_neox.layers.12.attention.dense.bias": "pytorch_model-00007-of-00009.bin",
|
72 |
+
"gpt_neox.layers.12.attention.dense.weight": "pytorch_model-00007-of-00009.bin",
|
73 |
+
"gpt_neox.layers.12.attention.masked_bias": "pytorch_model-00007-of-00009.bin",
|
74 |
+
"gpt_neox.layers.12.attention.query_key_value.bias": "pytorch_model-00007-of-00009.bin",
|
75 |
+
"gpt_neox.layers.12.attention.query_key_value.weight": "pytorch_model-00007-of-00009.bin",
|
76 |
+
"gpt_neox.layers.12.attention.rotary_emb.inv_freq": "pytorch_model-00007-of-00009.bin",
|
77 |
+
"gpt_neox.layers.12.input_layernorm.bias": "pytorch_model-00007-of-00009.bin",
|
78 |
+
"gpt_neox.layers.12.input_layernorm.weight": "pytorch_model-00007-of-00009.bin",
|
79 |
+
"gpt_neox.layers.12.mlp.dense_4h_to_h.bias": "pytorch_model-00007-of-00009.bin",
|
80 |
+
"gpt_neox.layers.12.mlp.dense_4h_to_h.weight": "pytorch_model-00007-of-00009.bin",
|
81 |
+
"gpt_neox.layers.12.mlp.dense_h_to_4h.bias": "pytorch_model-00007-of-00009.bin",
|
82 |
+
"gpt_neox.layers.12.mlp.dense_h_to_4h.weight": "pytorch_model-00007-of-00009.bin",
|
83 |
+
"gpt_neox.layers.12.post_attention_layernorm.bias": "pytorch_model-00007-of-00009.bin",
|
84 |
+
"gpt_neox.layers.12.post_attention_layernorm.weight": "pytorch_model-00007-of-00009.bin",
|
85 |
+
"gpt_neox.layers.13.attention.bias": "pytorch_model-00007-of-00009.bin",
|
86 |
+
"gpt_neox.layers.13.attention.dense.bias": "pytorch_model-00007-of-00009.bin",
|
87 |
+
"gpt_neox.layers.13.attention.dense.weight": "pytorch_model-00007-of-00009.bin",
|
88 |
+
"gpt_neox.layers.13.attention.masked_bias": "pytorch_model-00007-of-00009.bin",
|
89 |
+
"gpt_neox.layers.13.attention.query_key_value.bias": "pytorch_model-00007-of-00009.bin",
|
90 |
+
"gpt_neox.layers.13.attention.query_key_value.weight": "pytorch_model-00007-of-00009.bin",
|
91 |
+
"gpt_neox.layers.13.attention.rotary_emb.inv_freq": "pytorch_model-00007-of-00009.bin",
|
92 |
+
"gpt_neox.layers.13.input_layernorm.bias": "pytorch_model-00007-of-00009.bin",
|
93 |
+
"gpt_neox.layers.13.input_layernorm.weight": "pytorch_model-00007-of-00009.bin",
|
94 |
+
"gpt_neox.layers.13.mlp.dense_4h_to_h.bias": "pytorch_model-00008-of-00009.bin",
|
95 |
+
"gpt_neox.layers.13.mlp.dense_4h_to_h.weight": "pytorch_model-00008-of-00009.bin",
|
96 |
+
"gpt_neox.layers.13.mlp.dense_h_to_4h.bias": "pytorch_model-00008-of-00009.bin",
|
97 |
+
"gpt_neox.layers.13.mlp.dense_h_to_4h.weight": "pytorch_model-00008-of-00009.bin",
|
98 |
+
"gpt_neox.layers.13.post_attention_layernorm.bias": "pytorch_model-00007-of-00009.bin",
|
99 |
+
"gpt_neox.layers.13.post_attention_layernorm.weight": "pytorch_model-00007-of-00009.bin",
|
100 |
+
"gpt_neox.layers.14.attention.bias": "pytorch_model-00008-of-00009.bin",
|
101 |
+
"gpt_neox.layers.14.attention.dense.bias": "pytorch_model-00008-of-00009.bin",
|
102 |
+
"gpt_neox.layers.14.attention.dense.weight": "pytorch_model-00008-of-00009.bin",
|
103 |
+
"gpt_neox.layers.14.attention.masked_bias": "pytorch_model-00008-of-00009.bin",
|
104 |
+
"gpt_neox.layers.14.attention.query_key_value.bias": "pytorch_model-00008-of-00009.bin",
|
105 |
+
"gpt_neox.layers.14.attention.query_key_value.weight": "pytorch_model-00008-of-00009.bin",
|
106 |
+
"gpt_neox.layers.14.attention.rotary_emb.inv_freq": "pytorch_model-00008-of-00009.bin",
|
107 |
+
"gpt_neox.layers.14.input_layernorm.bias": "pytorch_model-00008-of-00009.bin",
|
108 |
+
"gpt_neox.layers.14.input_layernorm.weight": "pytorch_model-00008-of-00009.bin",
|
109 |
+
"gpt_neox.layers.14.mlp.dense_4h_to_h.bias": "pytorch_model-00008-of-00009.bin",
|
110 |
+
"gpt_neox.layers.14.mlp.dense_4h_to_h.weight": "pytorch_model-00008-of-00009.bin",
|
111 |
+
"gpt_neox.layers.14.mlp.dense_h_to_4h.bias": "pytorch_model-00008-of-00009.bin",
|
112 |
+
"gpt_neox.layers.14.mlp.dense_h_to_4h.weight": "pytorch_model-00008-of-00009.bin",
|
113 |
+
"gpt_neox.layers.14.post_attention_layernorm.bias": "pytorch_model-00008-of-00009.bin",
|
114 |
+
"gpt_neox.layers.14.post_attention_layernorm.weight": "pytorch_model-00008-of-00009.bin",
|
115 |
+
"gpt_neox.layers.15.attention.bias": "pytorch_model-00008-of-00009.bin",
|
116 |
+
"gpt_neox.layers.15.attention.dense.bias": "pytorch_model-00008-of-00009.bin",
|
117 |
+
"gpt_neox.layers.15.attention.dense.weight": "pytorch_model-00008-of-00009.bin",
|
118 |
+
"gpt_neox.layers.15.attention.masked_bias": "pytorch_model-00008-of-00009.bin",
|
119 |
+
"gpt_neox.layers.15.attention.query_key_value.bias": "pytorch_model-00008-of-00009.bin",
|
120 |
+
"gpt_neox.layers.15.attention.query_key_value.weight": "pytorch_model-00008-of-00009.bin",
|
121 |
+
"gpt_neox.layers.15.attention.rotary_emb.inv_freq": "pytorch_model-00008-of-00009.bin",
|
122 |
+
"gpt_neox.layers.15.input_layernorm.bias": "pytorch_model-00008-of-00009.bin",
|
123 |
+
"gpt_neox.layers.15.input_layernorm.weight": "pytorch_model-00008-of-00009.bin",
|
124 |
+
"gpt_neox.layers.15.mlp.dense_4h_to_h.bias": "pytorch_model-00009-of-00009.bin",
|
125 |
+
"gpt_neox.layers.15.mlp.dense_4h_to_h.weight": "pytorch_model-00009-of-00009.bin",
|
126 |
+
"gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "pytorch_model-00009-of-00009.bin",
|
127 |
+
"gpt_neox.layers.15.mlp.dense_h_to_4h.weight": "pytorch_model-00009-of-00009.bin",
|
128 |
+
"gpt_neox.layers.15.post_attention_layernorm.bias": "pytorch_model-00008-of-00009.bin",
|
129 |
+
"gpt_neox.layers.15.post_attention_layernorm.weight": "pytorch_model-00008-of-00009.bin",
|
130 |
+
"gpt_neox.layers.2.attention.bias": "pytorch_model-00002-of-00009.bin",
|
131 |
+
"gpt_neox.layers.2.attention.dense.bias": "pytorch_model-00002-of-00009.bin",
|
132 |
+
"gpt_neox.layers.2.attention.dense.weight": "pytorch_model-00002-of-00009.bin",
|
133 |
+
"gpt_neox.layers.2.attention.masked_bias": "pytorch_model-00002-of-00009.bin",
|
134 |
+
"gpt_neox.layers.2.attention.query_key_value.bias": "pytorch_model-00002-of-00009.bin",
|
135 |
+
"gpt_neox.layers.2.attention.query_key_value.weight": "pytorch_model-00002-of-00009.bin",
|
136 |
+
"gpt_neox.layers.2.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00009.bin",
|
137 |
+
"gpt_neox.layers.2.input_layernorm.bias": "pytorch_model-00002-of-00009.bin",
|
138 |
+
"gpt_neox.layers.2.input_layernorm.weight": "pytorch_model-00002-of-00009.bin",
|
139 |
+
"gpt_neox.layers.2.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00009.bin",
|
140 |
+
"gpt_neox.layers.2.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00009.bin",
|
141 |
+
"gpt_neox.layers.2.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00009.bin",
|
142 |
+
"gpt_neox.layers.2.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00009.bin",
|
143 |
+
"gpt_neox.layers.2.post_attention_layernorm.bias": "pytorch_model-00002-of-00009.bin",
|
144 |
+
"gpt_neox.layers.2.post_attention_layernorm.weight": "pytorch_model-00002-of-00009.bin",
|
145 |
+
"gpt_neox.layers.3.attention.bias": "pytorch_model-00002-of-00009.bin",
|
146 |
+
"gpt_neox.layers.3.attention.dense.bias": "pytorch_model-00002-of-00009.bin",
|
147 |
+
"gpt_neox.layers.3.attention.dense.weight": "pytorch_model-00002-of-00009.bin",
|
148 |
+
"gpt_neox.layers.3.attention.masked_bias": "pytorch_model-00002-of-00009.bin",
|
149 |
+
"gpt_neox.layers.3.attention.query_key_value.bias": "pytorch_model-00002-of-00009.bin",
|
150 |
+
"gpt_neox.layers.3.attention.query_key_value.weight": "pytorch_model-00002-of-00009.bin",
|
151 |
+
"gpt_neox.layers.3.attention.rotary_emb.inv_freq": "pytorch_model-00002-of-00009.bin",
|
152 |
+
"gpt_neox.layers.3.input_layernorm.bias": "pytorch_model-00002-of-00009.bin",
|
153 |
+
"gpt_neox.layers.3.input_layernorm.weight": "pytorch_model-00002-of-00009.bin",
|
154 |
+
"gpt_neox.layers.3.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00009.bin",
|
155 |
+
"gpt_neox.layers.3.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00009.bin",
|
156 |
+
"gpt_neox.layers.3.mlp.dense_h_to_4h.bias": "pytorch_model-00003-of-00009.bin",
|
157 |
+
"gpt_neox.layers.3.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00009.bin",
|
158 |
+
"gpt_neox.layers.3.post_attention_layernorm.bias": "pytorch_model-00002-of-00009.bin",
|
159 |
+
"gpt_neox.layers.3.post_attention_layernorm.weight": "pytorch_model-00002-of-00009.bin",
|
160 |
+
"gpt_neox.layers.4.attention.bias": "pytorch_model-00003-of-00009.bin",
|
161 |
+
"gpt_neox.layers.4.attention.dense.bias": "pytorch_model-00003-of-00009.bin",
|
162 |
+
"gpt_neox.layers.4.attention.dense.weight": "pytorch_model-00003-of-00009.bin",
|
163 |
+
"gpt_neox.layers.4.attention.masked_bias": "pytorch_model-00003-of-00009.bin",
|
164 |
+
"gpt_neox.layers.4.attention.query_key_value.bias": "pytorch_model-00003-of-00009.bin",
|
165 |
+
"gpt_neox.layers.4.attention.query_key_value.weight": "pytorch_model-00003-of-00009.bin",
|
166 |
+
"gpt_neox.layers.4.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00009.bin",
|
167 |
+
"gpt_neox.layers.4.input_layernorm.bias": "pytorch_model-00003-of-00009.bin",
|
168 |
+
"gpt_neox.layers.4.input_layernorm.weight": "pytorch_model-00003-of-00009.bin",
|
169 |
+
"gpt_neox.layers.4.mlp.dense_4h_to_h.bias": "pytorch_model-00003-of-00009.bin",
|
170 |
+
"gpt_neox.layers.4.mlp.dense_4h_to_h.weight": "pytorch_model-00003-of-00009.bin",
|
171 |
+
"gpt_neox.layers.4.mlp.dense_h_to_4h.bias": "pytorch_model-00003-of-00009.bin",
|
172 |
+
"gpt_neox.layers.4.mlp.dense_h_to_4h.weight": "pytorch_model-00003-of-00009.bin",
|
173 |
+
"gpt_neox.layers.4.post_attention_layernorm.bias": "pytorch_model-00003-of-00009.bin",
|
174 |
+
"gpt_neox.layers.4.post_attention_layernorm.weight": "pytorch_model-00003-of-00009.bin",
|
175 |
+
"gpt_neox.layers.5.attention.bias": "pytorch_model-00003-of-00009.bin",
|
176 |
+
"gpt_neox.layers.5.attention.dense.bias": "pytorch_model-00003-of-00009.bin",
|
177 |
+
"gpt_neox.layers.5.attention.dense.weight": "pytorch_model-00003-of-00009.bin",
|
178 |
+
"gpt_neox.layers.5.attention.masked_bias": "pytorch_model-00003-of-00009.bin",
|
179 |
+
"gpt_neox.layers.5.attention.query_key_value.bias": "pytorch_model-00003-of-00009.bin",
|
180 |
+
"gpt_neox.layers.5.attention.query_key_value.weight": "pytorch_model-00003-of-00009.bin",
|
181 |
+
"gpt_neox.layers.5.attention.rotary_emb.inv_freq": "pytorch_model-00003-of-00009.bin",
|
182 |
+
"gpt_neox.layers.5.input_layernorm.bias": "pytorch_model-00003-of-00009.bin",
|
183 |
+
"gpt_neox.layers.5.input_layernorm.weight": "pytorch_model-00003-of-00009.bin",
|
184 |
+
"gpt_neox.layers.5.mlp.dense_4h_to_h.bias": "pytorch_model-00004-of-00009.bin",
|
185 |
+
"gpt_neox.layers.5.mlp.dense_4h_to_h.weight": "pytorch_model-00004-of-00009.bin",
|
186 |
+
"gpt_neox.layers.5.mlp.dense_h_to_4h.bias": "pytorch_model-00004-of-00009.bin",
|
187 |
+
"gpt_neox.layers.5.mlp.dense_h_to_4h.weight": "pytorch_model-00004-of-00009.bin",
|
188 |
+
"gpt_neox.layers.5.post_attention_layernorm.bias": "pytorch_model-00003-of-00009.bin",
|
189 |
+
"gpt_neox.layers.5.post_attention_layernorm.weight": "pytorch_model-00003-of-00009.bin",
|
190 |
+
"gpt_neox.layers.6.attention.bias": "pytorch_model-00004-of-00009.bin",
|
191 |
+
"gpt_neox.layers.6.attention.dense.bias": "pytorch_model-00004-of-00009.bin",
|
192 |
+
"gpt_neox.layers.6.attention.dense.weight": "pytorch_model-00004-of-00009.bin",
|
193 |
+
"gpt_neox.layers.6.attention.masked_bias": "pytorch_model-00004-of-00009.bin",
|
194 |
+
"gpt_neox.layers.6.attention.query_key_value.bias": "pytorch_model-00004-of-00009.bin",
|
195 |
+
"gpt_neox.layers.6.attention.query_key_value.weight": "pytorch_model-00004-of-00009.bin",
|
196 |
+
"gpt_neox.layers.6.attention.rotary_emb.inv_freq": "pytorch_model-00004-of-00009.bin",
|
197 |
+
"gpt_neox.layers.6.input_layernorm.bias": "pytorch_model-00004-of-00009.bin",
|
198 |
+
"gpt_neox.layers.6.input_layernorm.weight": "pytorch_model-00004-of-00009.bin",
|
199 |
+
"gpt_neox.layers.6.mlp.dense_4h_to_h.bias": "pytorch_model-00004-of-00009.bin",
|
200 |
+
"gpt_neox.layers.6.mlp.dense_4h_to_h.weight": "pytorch_model-00004-of-00009.bin",
|
201 |
+
"gpt_neox.layers.6.mlp.dense_h_to_4h.bias": "pytorch_model-00004-of-00009.bin",
|
202 |
+
"gpt_neox.layers.6.mlp.dense_h_to_4h.weight": "pytorch_model-00004-of-00009.bin",
|
203 |
+
"gpt_neox.layers.6.post_attention_layernorm.bias": "pytorch_model-00004-of-00009.bin",
|
204 |
+
"gpt_neox.layers.6.post_attention_layernorm.weight": "pytorch_model-00004-of-00009.bin",
|
205 |
+
"gpt_neox.layers.7.attention.bias": "pytorch_model-00004-of-00009.bin",
|
206 |
+
"gpt_neox.layers.7.attention.dense.bias": "pytorch_model-00004-of-00009.bin",
|
207 |
+
"gpt_neox.layers.7.attention.dense.weight": "pytorch_model-00004-of-00009.bin",
|
208 |
+
"gpt_neox.layers.7.attention.masked_bias": "pytorch_model-00004-of-00009.bin",
|
209 |
+
"gpt_neox.layers.7.attention.query_key_value.bias": "pytorch_model-00004-of-00009.bin",
|
210 |
+
"gpt_neox.layers.7.attention.query_key_value.weight": "pytorch_model-00004-of-00009.bin",
|
211 |
+
"gpt_neox.layers.7.attention.rotary_emb.inv_freq": "pytorch_model-00004-of-00009.bin",
|
212 |
+
"gpt_neox.layers.7.input_layernorm.bias": "pytorch_model-00004-of-00009.bin",
|
213 |
+
"gpt_neox.layers.7.input_layernorm.weight": "pytorch_model-00004-of-00009.bin",
|
214 |
+
"gpt_neox.layers.7.mlp.dense_4h_to_h.bias": "pytorch_model-00005-of-00009.bin",
|
215 |
+
"gpt_neox.layers.7.mlp.dense_4h_to_h.weight": "pytorch_model-00005-of-00009.bin",
|
216 |
+
"gpt_neox.layers.7.mlp.dense_h_to_4h.bias": "pytorch_model-00005-of-00009.bin",
|
217 |
+
"gpt_neox.layers.7.mlp.dense_h_to_4h.weight": "pytorch_model-00005-of-00009.bin",
|
218 |
+
"gpt_neox.layers.7.post_attention_layernorm.bias": "pytorch_model-00004-of-00009.bin",
|
219 |
+
"gpt_neox.layers.7.post_attention_layernorm.weight": "pytorch_model-00004-of-00009.bin",
|
220 |
+
"gpt_neox.layers.8.attention.bias": "pytorch_model-00005-of-00009.bin",
|
221 |
+
"gpt_neox.layers.8.attention.dense.bias": "pytorch_model-00005-of-00009.bin",
|
222 |
+
"gpt_neox.layers.8.attention.dense.weight": "pytorch_model-00005-of-00009.bin",
|
223 |
+
"gpt_neox.layers.8.attention.masked_bias": "pytorch_model-00005-of-00009.bin",
|
224 |
+
"gpt_neox.layers.8.attention.query_key_value.bias": "pytorch_model-00005-of-00009.bin",
|
225 |
+
"gpt_neox.layers.8.attention.query_key_value.weight": "pytorch_model-00005-of-00009.bin",
|
226 |
+
"gpt_neox.layers.8.attention.rotary_emb.inv_freq": "pytorch_model-00005-of-00009.bin",
|
227 |
+
"gpt_neox.layers.8.input_layernorm.bias": "pytorch_model-00005-of-00009.bin",
|
228 |
+
"gpt_neox.layers.8.input_layernorm.weight": "pytorch_model-00005-of-00009.bin",
|
229 |
+
"gpt_neox.layers.8.mlp.dense_4h_to_h.bias": "pytorch_model-00005-of-00009.bin",
|
230 |
+
"gpt_neox.layers.8.mlp.dense_4h_to_h.weight": "pytorch_model-00005-of-00009.bin",
|
231 |
+
"gpt_neox.layers.8.mlp.dense_h_to_4h.bias": "pytorch_model-00005-of-00009.bin",
|
232 |
+
"gpt_neox.layers.8.mlp.dense_h_to_4h.weight": "pytorch_model-00005-of-00009.bin",
|
233 |
+
"gpt_neox.layers.8.post_attention_layernorm.bias": "pytorch_model-00005-of-00009.bin",
|
234 |
+
"gpt_neox.layers.8.post_attention_layernorm.weight": "pytorch_model-00005-of-00009.bin",
|
235 |
+
"gpt_neox.layers.9.attention.bias": "pytorch_model-00005-of-00009.bin",
|
236 |
+
"gpt_neox.layers.9.attention.dense.bias": "pytorch_model-00005-of-00009.bin",
|
237 |
+
"gpt_neox.layers.9.attention.dense.weight": "pytorch_model-00005-of-00009.bin",
|
238 |
+
"gpt_neox.layers.9.attention.masked_bias": "pytorch_model-00005-of-00009.bin",
|
239 |
+
"gpt_neox.layers.9.attention.query_key_value.bias": "pytorch_model-00005-of-00009.bin",
|
240 |
+
"gpt_neox.layers.9.attention.query_key_value.weight": "pytorch_model-00005-of-00009.bin",
|
241 |
+
"gpt_neox.layers.9.attention.rotary_emb.inv_freq": "pytorch_model-00005-of-00009.bin",
|
242 |
+
"gpt_neox.layers.9.input_layernorm.bias": "pytorch_model-00005-of-00009.bin",
|
243 |
+
"gpt_neox.layers.9.input_layernorm.weight": "pytorch_model-00005-of-00009.bin",
|
244 |
+
"gpt_neox.layers.9.mlp.dense_4h_to_h.bias": "pytorch_model-00006-of-00009.bin",
|
245 |
+
"gpt_neox.layers.9.mlp.dense_4h_to_h.weight": "pytorch_model-00006-of-00009.bin",
|
246 |
+
"gpt_neox.layers.9.mlp.dense_h_to_4h.bias": "pytorch_model-00006-of-00009.bin",
|
247 |
+
"gpt_neox.layers.9.mlp.dense_h_to_4h.weight": "pytorch_model-00006-of-00009.bin",
|
248 |
+
"gpt_neox.layers.9.post_attention_layernorm.bias": "pytorch_model-00005-of-00009.bin",
|
249 |
+
"gpt_neox.layers.9.post_attention_layernorm.weight": "pytorch_model-00005-of-00009.bin"
|
250 |
+
}
|
251 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"unk_token": "<|endoftext|>"
|
5 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"clean_up_tokenization_spaces": true,
|
5 |
+
"eos_token": "<|endoftext|>",
|
6 |
+
"model_max_length": 1000000000000000019884624838656,
|
7 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
8 |
+
"unk_token": "<|endoftext|>"
|
9 |
+
}
|