VAIBHAV22334455 commited on
Commit
5202914
1 Parent(s): 3583591

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "OEvortex/vortex-3b",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "attention_bias": true,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.1,
10
+ "eos_token_id": 0,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 2560,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 10240,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 2048,
18
+ "model_type": "gpt_neox",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 32,
21
+ "rope_scaling": null,
22
+ "rotary_emb_base": 10000,
23
+ "rotary_pct": 0.25,
24
+ "tie_word_embeddings": false,
25
+ "torch_dtype": "float16",
26
+ "transformers_version": "4.40.0.dev0",
27
+ "use_cache": false,
28
+ "use_parallel_residual": true,
29
+ "vocab_size": 50304
30
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "do_sample": true,
5
+ "eos_token_id": 0,
6
+ "transformers_version": "4.40.0.dev0"
7
+ }
pytorch_model-00001-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e7d29dccb56591a312a3b8c2ea489d2433d58502fb4bda3655cf4179a874ca
3
+ size 4978296149
pytorch_model-00002-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b6930e09e6652f96112197d796c75982a1dc0451d63e8b73cfab978655eae8
3
+ size 572260680
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 5550417920
4
+ },
5
+ "weight_map": {
6
+ "embed_out.weight": "pytorch_model-00002-of-00002.bin",
7
+ "gpt_neox.embed_in.weight": "pytorch_model-00001-of-00002.bin",
8
+ "gpt_neox.final_layer_norm.bias": "pytorch_model-00002-of-00002.bin",
9
+ "gpt_neox.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
10
+ "gpt_neox.layers.0.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
11
+ "gpt_neox.layers.0.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
12
+ "gpt_neox.layers.0.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
13
+ "gpt_neox.layers.0.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
14
+ "gpt_neox.layers.0.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
15
+ "gpt_neox.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
16
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
17
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
18
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
19
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
20
+ "gpt_neox.layers.0.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
21
+ "gpt_neox.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
22
+ "gpt_neox.layers.1.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
23
+ "gpt_neox.layers.1.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
24
+ "gpt_neox.layers.1.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
25
+ "gpt_neox.layers.1.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
26
+ "gpt_neox.layers.1.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
27
+ "gpt_neox.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
28
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
29
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
30
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
31
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
32
+ "gpt_neox.layers.1.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
33
+ "gpt_neox.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
34
+ "gpt_neox.layers.10.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
35
+ "gpt_neox.layers.10.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
36
+ "gpt_neox.layers.10.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
37
+ "gpt_neox.layers.10.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
38
+ "gpt_neox.layers.10.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
39
+ "gpt_neox.layers.10.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
40
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
41
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
42
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
43
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
44
+ "gpt_neox.layers.10.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
45
+ "gpt_neox.layers.10.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
46
+ "gpt_neox.layers.11.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
47
+ "gpt_neox.layers.11.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
48
+ "gpt_neox.layers.11.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
49
+ "gpt_neox.layers.11.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
50
+ "gpt_neox.layers.11.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
51
+ "gpt_neox.layers.11.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
52
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
53
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
54
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
55
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
56
+ "gpt_neox.layers.11.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
57
+ "gpt_neox.layers.11.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
58
+ "gpt_neox.layers.12.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
59
+ "gpt_neox.layers.12.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
60
+ "gpt_neox.layers.12.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
61
+ "gpt_neox.layers.12.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
62
+ "gpt_neox.layers.12.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
63
+ "gpt_neox.layers.12.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
64
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
65
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
66
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
67
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
68
+ "gpt_neox.layers.12.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
69
+ "gpt_neox.layers.12.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
70
+ "gpt_neox.layers.13.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
71
+ "gpt_neox.layers.13.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
72
+ "gpt_neox.layers.13.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
73
+ "gpt_neox.layers.13.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
74
+ "gpt_neox.layers.13.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
75
+ "gpt_neox.layers.13.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
76
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
77
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
78
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
79
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
80
+ "gpt_neox.layers.13.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
81
+ "gpt_neox.layers.13.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
82
+ "gpt_neox.layers.14.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
83
+ "gpt_neox.layers.14.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
84
+ "gpt_neox.layers.14.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
85
+ "gpt_neox.layers.14.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
86
+ "gpt_neox.layers.14.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
87
+ "gpt_neox.layers.14.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
88
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
89
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
90
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
91
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
92
+ "gpt_neox.layers.14.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
93
+ "gpt_neox.layers.14.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
94
+ "gpt_neox.layers.15.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
95
+ "gpt_neox.layers.15.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
96
+ "gpt_neox.layers.15.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
97
+ "gpt_neox.layers.15.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
98
+ "gpt_neox.layers.15.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
99
+ "gpt_neox.layers.15.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
100
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
101
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
102
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
103
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
104
+ "gpt_neox.layers.15.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
105
+ "gpt_neox.layers.15.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
106
+ "gpt_neox.layers.16.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
107
+ "gpt_neox.layers.16.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
108
+ "gpt_neox.layers.16.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
109
+ "gpt_neox.layers.16.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
110
+ "gpt_neox.layers.16.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
111
+ "gpt_neox.layers.16.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
112
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
113
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
114
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
115
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
116
+ "gpt_neox.layers.16.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
117
+ "gpt_neox.layers.16.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
118
+ "gpt_neox.layers.17.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
119
+ "gpt_neox.layers.17.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
120
+ "gpt_neox.layers.17.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
121
+ "gpt_neox.layers.17.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
122
+ "gpt_neox.layers.17.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
123
+ "gpt_neox.layers.17.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
124
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
125
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
126
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
127
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
128
+ "gpt_neox.layers.17.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
129
+ "gpt_neox.layers.17.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
130
+ "gpt_neox.layers.18.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
131
+ "gpt_neox.layers.18.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
132
+ "gpt_neox.layers.18.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
133
+ "gpt_neox.layers.18.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
134
+ "gpt_neox.layers.18.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
135
+ "gpt_neox.layers.18.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
136
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
137
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
138
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
139
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
140
+ "gpt_neox.layers.18.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
141
+ "gpt_neox.layers.18.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
142
+ "gpt_neox.layers.19.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
143
+ "gpt_neox.layers.19.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
144
+ "gpt_neox.layers.19.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
145
+ "gpt_neox.layers.19.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
146
+ "gpt_neox.layers.19.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
147
+ "gpt_neox.layers.19.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
148
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
149
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
150
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
151
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
152
+ "gpt_neox.layers.19.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
153
+ "gpt_neox.layers.19.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
154
+ "gpt_neox.layers.2.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
155
+ "gpt_neox.layers.2.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
156
+ "gpt_neox.layers.2.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
157
+ "gpt_neox.layers.2.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
158
+ "gpt_neox.layers.2.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
159
+ "gpt_neox.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
160
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
161
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
162
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
163
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
164
+ "gpt_neox.layers.2.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
165
+ "gpt_neox.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
166
+ "gpt_neox.layers.20.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
167
+ "gpt_neox.layers.20.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
168
+ "gpt_neox.layers.20.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
169
+ "gpt_neox.layers.20.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
170
+ "gpt_neox.layers.20.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
171
+ "gpt_neox.layers.20.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
172
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
173
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
174
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
175
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
176
+ "gpt_neox.layers.20.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
177
+ "gpt_neox.layers.20.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
178
+ "gpt_neox.layers.21.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
179
+ "gpt_neox.layers.21.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
180
+ "gpt_neox.layers.21.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
181
+ "gpt_neox.layers.21.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
182
+ "gpt_neox.layers.21.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
183
+ "gpt_neox.layers.21.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
184
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
185
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
186
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
187
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
188
+ "gpt_neox.layers.21.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
189
+ "gpt_neox.layers.21.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
190
+ "gpt_neox.layers.22.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
191
+ "gpt_neox.layers.22.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
192
+ "gpt_neox.layers.22.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
193
+ "gpt_neox.layers.22.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
194
+ "gpt_neox.layers.22.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
195
+ "gpt_neox.layers.22.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
196
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
197
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
198
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
199
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
200
+ "gpt_neox.layers.22.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
201
+ "gpt_neox.layers.22.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
202
+ "gpt_neox.layers.23.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
203
+ "gpt_neox.layers.23.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
204
+ "gpt_neox.layers.23.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
205
+ "gpt_neox.layers.23.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
206
+ "gpt_neox.layers.23.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
207
+ "gpt_neox.layers.23.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
208
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
209
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
210
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
211
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
212
+ "gpt_neox.layers.23.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
213
+ "gpt_neox.layers.23.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
214
+ "gpt_neox.layers.24.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
215
+ "gpt_neox.layers.24.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
216
+ "gpt_neox.layers.24.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
217
+ "gpt_neox.layers.24.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
218
+ "gpt_neox.layers.24.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
219
+ "gpt_neox.layers.24.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
220
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
221
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
222
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
223
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
224
+ "gpt_neox.layers.24.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
225
+ "gpt_neox.layers.24.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
226
+ "gpt_neox.layers.25.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
227
+ "gpt_neox.layers.25.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
228
+ "gpt_neox.layers.25.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
229
+ "gpt_neox.layers.25.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
230
+ "gpt_neox.layers.25.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
231
+ "gpt_neox.layers.25.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
232
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
233
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
234
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
235
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
236
+ "gpt_neox.layers.25.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
237
+ "gpt_neox.layers.25.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
238
+ "gpt_neox.layers.26.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
239
+ "gpt_neox.layers.26.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
240
+ "gpt_neox.layers.26.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
241
+ "gpt_neox.layers.26.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
242
+ "gpt_neox.layers.26.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
243
+ "gpt_neox.layers.26.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
244
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
245
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
246
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
247
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
248
+ "gpt_neox.layers.26.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
249
+ "gpt_neox.layers.26.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
250
+ "gpt_neox.layers.27.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
251
+ "gpt_neox.layers.27.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
252
+ "gpt_neox.layers.27.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
253
+ "gpt_neox.layers.27.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
254
+ "gpt_neox.layers.27.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
255
+ "gpt_neox.layers.27.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
256
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
257
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
258
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
259
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
260
+ "gpt_neox.layers.27.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
261
+ "gpt_neox.layers.27.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
262
+ "gpt_neox.layers.28.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
263
+ "gpt_neox.layers.28.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
264
+ "gpt_neox.layers.28.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
265
+ "gpt_neox.layers.28.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
266
+ "gpt_neox.layers.28.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
267
+ "gpt_neox.layers.28.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
268
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
269
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
270
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
271
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
272
+ "gpt_neox.layers.28.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
273
+ "gpt_neox.layers.28.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
274
+ "gpt_neox.layers.29.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
275
+ "gpt_neox.layers.29.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
276
+ "gpt_neox.layers.29.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
277
+ "gpt_neox.layers.29.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
278
+ "gpt_neox.layers.29.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
279
+ "gpt_neox.layers.29.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
280
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
281
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
282
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
283
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
284
+ "gpt_neox.layers.29.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
285
+ "gpt_neox.layers.29.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
286
+ "gpt_neox.layers.3.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
287
+ "gpt_neox.layers.3.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
288
+ "gpt_neox.layers.3.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
289
+ "gpt_neox.layers.3.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
290
+ "gpt_neox.layers.3.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
291
+ "gpt_neox.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
292
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
293
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
294
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
295
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
296
+ "gpt_neox.layers.3.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
297
+ "gpt_neox.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
298
+ "gpt_neox.layers.30.attention.dense.bias": "pytorch_model-00002-of-00002.bin",
299
+ "gpt_neox.layers.30.attention.dense.weight": "pytorch_model-00002-of-00002.bin",
300
+ "gpt_neox.layers.30.attention.query_key_value.bias": "pytorch_model-00002-of-00002.bin",
301
+ "gpt_neox.layers.30.attention.query_key_value.weight": "pytorch_model-00002-of-00002.bin",
302
+ "gpt_neox.layers.30.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
303
+ "gpt_neox.layers.30.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
304
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00002.bin",
305
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00002.bin",
306
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00002.bin",
307
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00002.bin",
308
+ "gpt_neox.layers.30.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
309
+ "gpt_neox.layers.30.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
310
+ "gpt_neox.layers.31.attention.dense.bias": "pytorch_model-00002-of-00002.bin",
311
+ "gpt_neox.layers.31.attention.dense.weight": "pytorch_model-00002-of-00002.bin",
312
+ "gpt_neox.layers.31.attention.query_key_value.bias": "pytorch_model-00002-of-00002.bin",
313
+ "gpt_neox.layers.31.attention.query_key_value.weight": "pytorch_model-00002-of-00002.bin",
314
+ "gpt_neox.layers.31.input_layernorm.bias": "pytorch_model-00002-of-00002.bin",
315
+ "gpt_neox.layers.31.input_layernorm.weight": "pytorch_model-00002-of-00002.bin",
316
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.bias": "pytorch_model-00002-of-00002.bin",
317
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.weight": "pytorch_model-00002-of-00002.bin",
318
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.bias": "pytorch_model-00002-of-00002.bin",
319
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.weight": "pytorch_model-00002-of-00002.bin",
320
+ "gpt_neox.layers.31.post_attention_layernorm.bias": "pytorch_model-00002-of-00002.bin",
321
+ "gpt_neox.layers.31.post_attention_layernorm.weight": "pytorch_model-00002-of-00002.bin",
322
+ "gpt_neox.layers.4.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
323
+ "gpt_neox.layers.4.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
324
+ "gpt_neox.layers.4.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
325
+ "gpt_neox.layers.4.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
326
+ "gpt_neox.layers.4.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
327
+ "gpt_neox.layers.4.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
328
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
329
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
330
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
331
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
332
+ "gpt_neox.layers.4.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
333
+ "gpt_neox.layers.4.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
334
+ "gpt_neox.layers.5.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
335
+ "gpt_neox.layers.5.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
336
+ "gpt_neox.layers.5.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
337
+ "gpt_neox.layers.5.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
338
+ "gpt_neox.layers.5.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
339
+ "gpt_neox.layers.5.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
340
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
341
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
342
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
343
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
344
+ "gpt_neox.layers.5.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
345
+ "gpt_neox.layers.5.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
346
+ "gpt_neox.layers.6.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
347
+ "gpt_neox.layers.6.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
348
+ "gpt_neox.layers.6.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
349
+ "gpt_neox.layers.6.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
350
+ "gpt_neox.layers.6.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
351
+ "gpt_neox.layers.6.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
352
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
353
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
354
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
355
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
356
+ "gpt_neox.layers.6.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
357
+ "gpt_neox.layers.6.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
358
+ "gpt_neox.layers.7.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
359
+ "gpt_neox.layers.7.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
360
+ "gpt_neox.layers.7.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
361
+ "gpt_neox.layers.7.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
362
+ "gpt_neox.layers.7.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
363
+ "gpt_neox.layers.7.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
364
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
365
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
366
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
367
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
368
+ "gpt_neox.layers.7.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
369
+ "gpt_neox.layers.7.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
370
+ "gpt_neox.layers.8.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
371
+ "gpt_neox.layers.8.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
372
+ "gpt_neox.layers.8.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
373
+ "gpt_neox.layers.8.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
374
+ "gpt_neox.layers.8.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
375
+ "gpt_neox.layers.8.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
376
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
377
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
378
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
379
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
380
+ "gpt_neox.layers.8.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
381
+ "gpt_neox.layers.8.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin",
382
+ "gpt_neox.layers.9.attention.dense.bias": "pytorch_model-00001-of-00002.bin",
383
+ "gpt_neox.layers.9.attention.dense.weight": "pytorch_model-00001-of-00002.bin",
384
+ "gpt_neox.layers.9.attention.query_key_value.bias": "pytorch_model-00001-of-00002.bin",
385
+ "gpt_neox.layers.9.attention.query_key_value.weight": "pytorch_model-00001-of-00002.bin",
386
+ "gpt_neox.layers.9.input_layernorm.bias": "pytorch_model-00001-of-00002.bin",
387
+ "gpt_neox.layers.9.input_layernorm.weight": "pytorch_model-00001-of-00002.bin",
388
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.bias": "pytorch_model-00001-of-00002.bin",
389
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.weight": "pytorch_model-00001-of-00002.bin",
390
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.bias": "pytorch_model-00001-of-00002.bin",
391
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.weight": "pytorch_model-00001-of-00002.bin",
392
+ "gpt_neox.layers.9.post_attention_layernorm.bias": "pytorch_model-00001-of-00002.bin",
393
+ "gpt_neox.layers.9.post_attention_layernorm.weight": "pytorch_model-00001-of-00002.bin"
394
+ }
395
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "### End",
4
+ "### Instruction:",
5
+ "### Response:"
6
+ ],
7
+ "bos_token": {
8
+ "content": "<|endoftext|>",
9
+ "lstrip": false,
10
+ "normalized": false,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
+ "eos_token": {
15
+ "content": "<|endoftext|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "pad_token": {
22
+ "content": "[PAD]",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
+ "unk_token": {
29
+ "content": "<|endoftext|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<|padding|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "50254": {
21
+ "content": " ",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": false
27
+ },
28
+ "50255": {
29
+ "content": " ",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": false
35
+ },
36
+ "50256": {
37
+ "content": " ",
38
+ "lstrip": false,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": false
43
+ },
44
+ "50257": {
45
+ "content": " ",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": false
51
+ },
52
+ "50258": {
53
+ "content": " ",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": false
59
+ },
60
+ "50259": {
61
+ "content": " ",
62
+ "lstrip": false,
63
+ "normalized": true,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": false
67
+ },
68
+ "50260": {
69
+ "content": " ",
70
+ "lstrip": false,
71
+ "normalized": true,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": false
75
+ },
76
+ "50261": {
77
+ "content": " ",
78
+ "lstrip": false,
79
+ "normalized": true,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": false
83
+ },
84
+ "50262": {
85
+ "content": " ",
86
+ "lstrip": false,
87
+ "normalized": true,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": false
91
+ },
92
+ "50263": {
93
+ "content": " ",
94
+ "lstrip": false,
95
+ "normalized": true,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": false
99
+ },
100
+ "50264": {
101
+ "content": " ",
102
+ "lstrip": false,
103
+ "normalized": true,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": false
107
+ },
108
+ "50265": {
109
+ "content": " ",
110
+ "lstrip": false,
111
+ "normalized": true,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": false
115
+ },
116
+ "50266": {
117
+ "content": " ",
118
+ "lstrip": false,
119
+ "normalized": true,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "50267": {
125
+ "content": " ",
126
+ "lstrip": false,
127
+ "normalized": true,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "50268": {
133
+ "content": " ",
134
+ "lstrip": false,
135
+ "normalized": true,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "50269": {
141
+ "content": " ",
142
+ "lstrip": false,
143
+ "normalized": true,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "50270": {
149
+ "content": " ",
150
+ "lstrip": false,
151
+ "normalized": true,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "50271": {
157
+ "content": " ",
158
+ "lstrip": false,
159
+ "normalized": true,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "50272": {
165
+ "content": " ",
166
+ "lstrip": false,
167
+ "normalized": true,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "50273": {
173
+ "content": " ",
174
+ "lstrip": false,
175
+ "normalized": true,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "50274": {
181
+ "content": " ",
182
+ "lstrip": false,
183
+ "normalized": true,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "50275": {
189
+ "content": " ",
190
+ "lstrip": false,
191
+ "normalized": true,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "50276": {
197
+ "content": " ",
198
+ "lstrip": false,
199
+ "normalized": true,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "50277": {
205
+ "content": "[PAD]",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": true
211
+ },
212
+ "50278": {
213
+ "content": "### End",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "50279": {
221
+ "content": "### Instruction:",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ },
228
+ "50280": {
229
+ "content": "### Response:",
230
+ "lstrip": false,
231
+ "normalized": false,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": true
235
+ }
236
+ },
237
+ "additional_special_tokens": [
238
+ "### End",
239
+ "### Instruction:",
240
+ "### Response:"
241
+ ],
242
+ "bos_token": "<|endoftext|>",
243
+ "clean_up_tokenization_spaces": true,
244
+ "eos_token": "<|endoftext|>",
245
+ "model_max_length": 1000000000000000019884624838656,
246
+ "pad_token": "[PAD]",
247
+ "tokenizer_class": "GPTNeoXTokenizer",
248
+ "unk_token": "<|endoftext|>"
249
+ }