syr99 commited on
Commit
2490986
1 Parent(s): 425e46e

Upload folder using huggingface_hub

Browse files
added_tokens.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257,
40
+ "<pad><pad><pad>": 50295
41
+ }
config.json ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/scratch/izar/garvalov/quantization/aqlm/q_hf/",
3
+ "architectures": [
4
+ "PhiForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50256,
8
+ "embd_pdrop": 0.0,
9
+ "eos_token_id": 50256,
10
+ "hidden_act": "gelu_new",
11
+ "hidden_size": 2560,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 10240,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 2048,
16
+ "model_type": "phi",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 32,
19
+ "num_key_value_heads": 32,
20
+ "partial_rotary_factor": 0.4,
21
+ "qk_layernorm": false,
22
+ "quantization_config": {
23
+ "in_group_size": 32,
24
+ "linear_weights_not_to_quantize": [
25
+ "model.layers.0.self_attn.q_proj.bias",
26
+ "model.layers.0.self_attn.k_proj.bias",
27
+ "model.layers.0.self_attn.v_proj.bias",
28
+ "model.layers.0.self_attn.dense.bias",
29
+ "model.layers.0.mlp.fc1.bias",
30
+ "model.layers.0.mlp.fc2.bias",
31
+ "model.layers.0.input_layernorm.weight",
32
+ "model.layers.0.input_layernorm.bias",
33
+ "model.layers.1.self_attn.q_proj.bias",
34
+ "model.layers.1.self_attn.k_proj.bias",
35
+ "model.layers.1.self_attn.v_proj.bias",
36
+ "model.layers.1.self_attn.dense.bias",
37
+ "model.layers.1.mlp.fc1.bias",
38
+ "model.layers.1.mlp.fc2.bias",
39
+ "model.layers.1.input_layernorm.weight",
40
+ "model.layers.1.input_layernorm.bias",
41
+ "model.layers.2.self_attn.q_proj.bias",
42
+ "model.layers.2.self_attn.k_proj.bias",
43
+ "model.layers.2.self_attn.v_proj.bias",
44
+ "model.layers.2.self_attn.dense.bias",
45
+ "model.layers.2.mlp.fc1.bias",
46
+ "model.layers.2.mlp.fc2.bias",
47
+ "model.layers.2.input_layernorm.weight",
48
+ "model.layers.2.input_layernorm.bias",
49
+ "model.layers.3.self_attn.q_proj.bias",
50
+ "model.layers.3.self_attn.k_proj.bias",
51
+ "model.layers.3.self_attn.v_proj.bias",
52
+ "model.layers.3.self_attn.dense.bias",
53
+ "model.layers.3.mlp.fc1.bias",
54
+ "model.layers.3.mlp.fc2.bias",
55
+ "model.layers.3.input_layernorm.weight",
56
+ "model.layers.3.input_layernorm.bias",
57
+ "model.layers.4.self_attn.q_proj.bias",
58
+ "model.layers.4.self_attn.k_proj.bias",
59
+ "model.layers.4.self_attn.v_proj.bias",
60
+ "model.layers.4.self_attn.dense.bias",
61
+ "model.layers.4.mlp.fc1.bias",
62
+ "model.layers.4.mlp.fc2.bias",
63
+ "model.layers.4.input_layernorm.weight",
64
+ "model.layers.4.input_layernorm.bias",
65
+ "model.layers.5.self_attn.q_proj.bias",
66
+ "model.layers.5.self_attn.k_proj.bias",
67
+ "model.layers.5.self_attn.v_proj.bias",
68
+ "model.layers.5.self_attn.dense.bias",
69
+ "model.layers.5.mlp.fc1.bias",
70
+ "model.layers.5.mlp.fc2.bias",
71
+ "model.layers.5.input_layernorm.weight",
72
+ "model.layers.5.input_layernorm.bias",
73
+ "model.layers.6.self_attn.q_proj.bias",
74
+ "model.layers.6.self_attn.k_proj.bias",
75
+ "model.layers.6.self_attn.v_proj.bias",
76
+ "model.layers.6.self_attn.dense.bias",
77
+ "model.layers.6.mlp.fc1.bias",
78
+ "model.layers.6.mlp.fc2.bias",
79
+ "model.layers.6.input_layernorm.weight",
80
+ "model.layers.6.input_layernorm.bias",
81
+ "model.layers.7.self_attn.q_proj.bias",
82
+ "model.layers.7.self_attn.k_proj.bias",
83
+ "model.layers.7.self_attn.v_proj.bias",
84
+ "model.layers.7.self_attn.dense.bias",
85
+ "model.layers.7.mlp.fc1.bias",
86
+ "model.layers.7.mlp.fc2.bias",
87
+ "model.layers.7.input_layernorm.weight",
88
+ "model.layers.7.input_layernorm.bias",
89
+ "model.layers.8.self_attn.q_proj.bias",
90
+ "model.layers.8.self_attn.k_proj.bias",
91
+ "model.layers.8.self_attn.v_proj.bias",
92
+ "model.layers.8.self_attn.dense.bias",
93
+ "model.layers.8.mlp.fc1.bias",
94
+ "model.layers.8.mlp.fc2.bias",
95
+ "model.layers.8.input_layernorm.weight",
96
+ "model.layers.8.input_layernorm.bias",
97
+ "model.layers.9.self_attn.q_proj.bias",
98
+ "model.layers.9.self_attn.k_proj.bias",
99
+ "model.layers.9.self_attn.v_proj.bias",
100
+ "model.layers.9.self_attn.dense.bias",
101
+ "model.layers.9.mlp.fc1.bias",
102
+ "model.layers.9.mlp.fc2.bias",
103
+ "model.layers.9.input_layernorm.weight",
104
+ "model.layers.9.input_layernorm.bias",
105
+ "model.layers.10.self_attn.q_proj.bias",
106
+ "model.layers.10.self_attn.k_proj.bias",
107
+ "model.layers.10.self_attn.v_proj.bias",
108
+ "model.layers.10.self_attn.dense.bias",
109
+ "model.layers.10.mlp.fc1.bias",
110
+ "model.layers.10.mlp.fc2.bias",
111
+ "model.layers.10.input_layernorm.weight",
112
+ "model.layers.10.input_layernorm.bias",
113
+ "model.layers.11.self_attn.q_proj.bias",
114
+ "model.layers.11.self_attn.k_proj.bias",
115
+ "model.layers.11.self_attn.v_proj.bias",
116
+ "model.layers.11.self_attn.dense.bias",
117
+ "model.layers.11.mlp.fc1.bias",
118
+ "model.layers.11.mlp.fc2.bias",
119
+ "model.layers.11.input_layernorm.weight",
120
+ "model.layers.11.input_layernorm.bias",
121
+ "model.layers.12.self_attn.q_proj.bias",
122
+ "model.layers.12.self_attn.k_proj.bias",
123
+ "model.layers.12.self_attn.v_proj.bias",
124
+ "model.layers.12.self_attn.dense.bias",
125
+ "model.layers.12.mlp.fc1.bias",
126
+ "model.layers.12.mlp.fc2.bias",
127
+ "model.layers.12.input_layernorm.weight",
128
+ "model.layers.12.input_layernorm.bias",
129
+ "model.layers.13.self_attn.q_proj.bias",
130
+ "model.layers.13.self_attn.k_proj.bias",
131
+ "model.layers.13.self_attn.v_proj.bias",
132
+ "model.layers.13.self_attn.dense.bias",
133
+ "model.layers.13.mlp.fc1.bias",
134
+ "model.layers.13.mlp.fc2.bias",
135
+ "model.layers.13.input_layernorm.weight",
136
+ "model.layers.13.input_layernorm.bias",
137
+ "model.layers.14.self_attn.q_proj.bias",
138
+ "model.layers.14.self_attn.k_proj.bias",
139
+ "model.layers.14.self_attn.v_proj.bias",
140
+ "model.layers.14.self_attn.dense.bias",
141
+ "model.layers.14.mlp.fc1.bias",
142
+ "model.layers.14.mlp.fc2.bias",
143
+ "model.layers.14.input_layernorm.weight",
144
+ "model.layers.14.input_layernorm.bias",
145
+ "model.layers.15.self_attn.q_proj.bias",
146
+ "model.layers.15.self_attn.k_proj.bias",
147
+ "model.layers.15.self_attn.v_proj.bias",
148
+ "model.layers.15.self_attn.dense.bias",
149
+ "model.layers.15.mlp.fc1.bias",
150
+ "model.layers.15.mlp.fc2.bias",
151
+ "model.layers.15.input_layernorm.weight",
152
+ "model.layers.15.input_layernorm.bias",
153
+ "model.layers.16.self_attn.q_proj.bias",
154
+ "model.layers.16.self_attn.k_proj.bias",
155
+ "model.layers.16.self_attn.v_proj.bias",
156
+ "model.layers.16.self_attn.dense.bias",
157
+ "model.layers.16.mlp.fc1.bias",
158
+ "model.layers.16.mlp.fc2.bias",
159
+ "model.layers.16.input_layernorm.weight",
160
+ "model.layers.16.input_layernorm.bias",
161
+ "model.layers.17.self_attn.q_proj.bias",
162
+ "model.layers.17.self_attn.k_proj.bias",
163
+ "model.layers.17.self_attn.v_proj.bias",
164
+ "model.layers.17.self_attn.dense.bias",
165
+ "model.layers.17.mlp.fc1.bias",
166
+ "model.layers.17.mlp.fc2.bias",
167
+ "model.layers.17.input_layernorm.weight",
168
+ "model.layers.17.input_layernorm.bias",
169
+ "model.layers.18.self_attn.q_proj.bias",
170
+ "model.layers.18.self_attn.k_proj.bias",
171
+ "model.layers.18.self_attn.v_proj.bias",
172
+ "model.layers.18.self_attn.dense.bias",
173
+ "model.layers.18.mlp.fc1.bias",
174
+ "model.layers.18.mlp.fc2.bias",
175
+ "model.layers.18.input_layernorm.weight",
176
+ "model.layers.18.input_layernorm.bias",
177
+ "model.layers.19.self_attn.q_proj.bias",
178
+ "model.layers.19.self_attn.k_proj.bias",
179
+ "model.layers.19.self_attn.v_proj.bias",
180
+ "model.layers.19.self_attn.dense.bias",
181
+ "model.layers.19.mlp.fc1.bias",
182
+ "model.layers.19.mlp.fc2.bias",
183
+ "model.layers.19.input_layernorm.weight",
184
+ "model.layers.19.input_layernorm.bias",
185
+ "model.layers.20.self_attn.q_proj.bias",
186
+ "model.layers.20.self_attn.k_proj.bias",
187
+ "model.layers.20.self_attn.v_proj.bias",
188
+ "model.layers.20.self_attn.dense.bias",
189
+ "model.layers.20.mlp.fc1.bias",
190
+ "model.layers.20.mlp.fc2.bias",
191
+ "model.layers.20.input_layernorm.weight",
192
+ "model.layers.20.input_layernorm.bias",
193
+ "model.layers.21.self_attn.q_proj.bias",
194
+ "model.layers.21.self_attn.k_proj.bias",
195
+ "model.layers.21.self_attn.v_proj.bias",
196
+ "model.layers.21.self_attn.dense.bias",
197
+ "model.layers.21.mlp.fc1.bias",
198
+ "model.layers.21.mlp.fc2.bias",
199
+ "model.layers.21.input_layernorm.weight",
200
+ "model.layers.21.input_layernorm.bias",
201
+ "model.layers.22.self_attn.q_proj.bias",
202
+ "model.layers.22.self_attn.k_proj.bias",
203
+ "model.layers.22.self_attn.v_proj.bias",
204
+ "model.layers.22.self_attn.dense.bias",
205
+ "model.layers.22.mlp.fc1.bias",
206
+ "model.layers.22.mlp.fc2.bias",
207
+ "model.layers.22.input_layernorm.weight",
208
+ "model.layers.22.input_layernorm.bias",
209
+ "model.layers.23.self_attn.q_proj.bias",
210
+ "model.layers.23.self_attn.k_proj.bias",
211
+ "model.layers.23.self_attn.v_proj.bias",
212
+ "model.layers.23.self_attn.dense.bias",
213
+ "model.layers.23.mlp.fc1.bias",
214
+ "model.layers.23.mlp.fc2.bias",
215
+ "model.layers.23.input_layernorm.weight",
216
+ "model.layers.23.input_layernorm.bias",
217
+ "model.layers.24.self_attn.q_proj.bias",
218
+ "model.layers.24.self_attn.k_proj.bias",
219
+ "model.layers.24.self_attn.v_proj.bias",
220
+ "model.layers.24.self_attn.dense.bias",
221
+ "model.layers.24.mlp.fc1.bias",
222
+ "model.layers.24.mlp.fc2.bias",
223
+ "model.layers.24.input_layernorm.weight",
224
+ "model.layers.24.input_layernorm.bias",
225
+ "model.layers.25.self_attn.q_proj.bias",
226
+ "model.layers.25.self_attn.k_proj.bias",
227
+ "model.layers.25.self_attn.v_proj.bias",
228
+ "model.layers.25.self_attn.dense.bias",
229
+ "model.layers.25.mlp.fc1.bias",
230
+ "model.layers.25.mlp.fc2.bias",
231
+ "model.layers.25.input_layernorm.weight",
232
+ "model.layers.25.input_layernorm.bias",
233
+ "model.layers.26.self_attn.q_proj.bias",
234
+ "model.layers.26.self_attn.k_proj.bias",
235
+ "model.layers.26.self_attn.v_proj.bias",
236
+ "model.layers.26.self_attn.dense.bias",
237
+ "model.layers.26.mlp.fc1.bias",
238
+ "model.layers.26.mlp.fc2.bias",
239
+ "model.layers.26.input_layernorm.weight",
240
+ "model.layers.26.input_layernorm.bias",
241
+ "model.layers.27.self_attn.q_proj.bias",
242
+ "model.layers.27.self_attn.k_proj.bias",
243
+ "model.layers.27.self_attn.v_proj.bias",
244
+ "model.layers.27.self_attn.dense.bias",
245
+ "model.layers.27.mlp.fc1.bias",
246
+ "model.layers.27.mlp.fc2.bias",
247
+ "model.layers.27.input_layernorm.weight",
248
+ "model.layers.27.input_layernorm.bias",
249
+ "model.layers.28.self_attn.q_proj.bias",
250
+ "model.layers.28.self_attn.k_proj.bias",
251
+ "model.layers.28.self_attn.v_proj.bias",
252
+ "model.layers.28.self_attn.dense.bias",
253
+ "model.layers.28.mlp.fc1.bias",
254
+ "model.layers.28.mlp.fc2.bias",
255
+ "model.layers.28.input_layernorm.weight",
256
+ "model.layers.28.input_layernorm.bias",
257
+ "model.layers.29.self_attn.q_proj.bias",
258
+ "model.layers.29.self_attn.k_proj.bias",
259
+ "model.layers.29.self_attn.v_proj.bias",
260
+ "model.layers.29.self_attn.dense.bias",
261
+ "model.layers.29.mlp.fc1.bias",
262
+ "model.layers.29.mlp.fc2.bias",
263
+ "model.layers.29.input_layernorm.weight",
264
+ "model.layers.29.input_layernorm.bias",
265
+ "model.layers.30.self_attn.q_proj.bias",
266
+ "model.layers.30.self_attn.k_proj.bias",
267
+ "model.layers.30.self_attn.v_proj.bias",
268
+ "model.layers.30.self_attn.dense.bias",
269
+ "model.layers.30.mlp.fc1.bias",
270
+ "model.layers.30.mlp.fc2.bias",
271
+ "model.layers.30.input_layernorm.weight",
272
+ "model.layers.30.input_layernorm.bias",
273
+ "model.layers.31.self_attn.q_proj.bias",
274
+ "model.layers.31.self_attn.k_proj.bias",
275
+ "model.layers.31.self_attn.v_proj.bias",
276
+ "model.layers.31.self_attn.dense.bias",
277
+ "model.layers.31.mlp.fc1.bias",
278
+ "model.layers.31.mlp.fc2.bias",
279
+ "model.layers.31.input_layernorm.weight",
280
+ "model.layers.31.input_layernorm.bias",
281
+ "model.embed_tokens.weight",
282
+ "model.final_layernorm.weight",
283
+ "model.final_layernorm.bias",
284
+ "lm_head.weight",
285
+ "lm_head.bias"
286
+ ],
287
+ "nbits_per_codebook": 16,
288
+ "num_codebooks": 1,
289
+ "out_group_size": 1,
290
+ "quant_method": "aqlm"
291
+ },
292
+ "resid_pdrop": 0.1,
293
+ "rope_scaling": null,
294
+ "rope_theta": 10000.0,
295
+ "tie_word_embeddings": false,
296
+ "torch_dtype": "float16",
297
+ "transformers_version": "4.41.1",
298
+ "use_cache": false,
299
+ "vocab_size": 50296
300
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.41.1",
6
+ "use_cache": false
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2f39c7bcc2a654fa7cd88120c838dfb09b90afdaedcb37042aaf9288377e18
3
+ size 1481105312
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad><pad><pad>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "50257": {
13
+ "content": " ",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": false
19
+ },
20
+ "50258": {
21
+ "content": " ",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": false
27
+ },
28
+ "50259": {
29
+ "content": " ",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": false
35
+ },
36
+ "50260": {
37
+ "content": " ",
38
+ "lstrip": false,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": false
43
+ },
44
+ "50261": {
45
+ "content": " ",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": false
51
+ },
52
+ "50262": {
53
+ "content": " ",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": false
59
+ },
60
+ "50263": {
61
+ "content": " ",
62
+ "lstrip": false,
63
+ "normalized": true,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": false
67
+ },
68
+ "50264": {
69
+ "content": " ",
70
+ "lstrip": false,
71
+ "normalized": true,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": false
75
+ },
76
+ "50265": {
77
+ "content": " ",
78
+ "lstrip": false,
79
+ "normalized": true,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": false
83
+ },
84
+ "50266": {
85
+ "content": " ",
86
+ "lstrip": false,
87
+ "normalized": true,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": false
91
+ },
92
+ "50267": {
93
+ "content": " ",
94
+ "lstrip": false,
95
+ "normalized": true,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": false
99
+ },
100
+ "50268": {
101
+ "content": " ",
102
+ "lstrip": false,
103
+ "normalized": true,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": false
107
+ },
108
+ "50269": {
109
+ "content": " ",
110
+ "lstrip": false,
111
+ "normalized": true,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": false
115
+ },
116
+ "50270": {
117
+ "content": " ",
118
+ "lstrip": false,
119
+ "normalized": true,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "50271": {
125
+ "content": " ",
126
+ "lstrip": false,
127
+ "normalized": true,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "50272": {
133
+ "content": " ",
134
+ "lstrip": false,
135
+ "normalized": true,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "50273": {
141
+ "content": " ",
142
+ "lstrip": false,
143
+ "normalized": true,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "50274": {
149
+ "content": " ",
150
+ "lstrip": false,
151
+ "normalized": true,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "50275": {
157
+ "content": " ",
158
+ "lstrip": false,
159
+ "normalized": true,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "50276": {
165
+ "content": " ",
166
+ "lstrip": false,
167
+ "normalized": true,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "50277": {
173
+ "content": " ",
174
+ "lstrip": false,
175
+ "normalized": true,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "50278": {
181
+ "content": " ",
182
+ "lstrip": false,
183
+ "normalized": true,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "50279": {
189
+ "content": " ",
190
+ "lstrip": false,
191
+ "normalized": true,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "50280": {
197
+ "content": " ",
198
+ "lstrip": false,
199
+ "normalized": true,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "50281": {
205
+ "content": " ",
206
+ "lstrip": false,
207
+ "normalized": true,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": false
211
+ },
212
+ "50282": {
213
+ "content": " ",
214
+ "lstrip": false,
215
+ "normalized": true,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": false
219
+ },
220
+ "50283": {
221
+ "content": " ",
222
+ "lstrip": false,
223
+ "normalized": true,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": false
227
+ },
228
+ "50284": {
229
+ "content": " ",
230
+ "lstrip": false,
231
+ "normalized": true,
232
+ "rstrip": false,
233
+ "single_word": false,
234
+ "special": false
235
+ },
236
+ "50285": {
237
+ "content": " ",
238
+ "lstrip": false,
239
+ "normalized": true,
240
+ "rstrip": false,
241
+ "single_word": false,
242
+ "special": false
243
+ },
244
+ "50286": {
245
+ "content": " ",
246
+ "lstrip": false,
247
+ "normalized": true,
248
+ "rstrip": false,
249
+ "single_word": false,
250
+ "special": false
251
+ },
252
+ "50287": {
253
+ "content": "\t\t\t\t\t\t\t\t\t",
254
+ "lstrip": false,
255
+ "normalized": true,
256
+ "rstrip": false,
257
+ "single_word": false,
258
+ "special": false
259
+ },
260
+ "50288": {
261
+ "content": "\t\t\t\t\t\t\t\t",
262
+ "lstrip": false,
263
+ "normalized": true,
264
+ "rstrip": false,
265
+ "single_word": false,
266
+ "special": false
267
+ },
268
+ "50289": {
269
+ "content": "\t\t\t\t\t\t\t",
270
+ "lstrip": false,
271
+ "normalized": true,
272
+ "rstrip": false,
273
+ "single_word": false,
274
+ "special": false
275
+ },
276
+ "50290": {
277
+ "content": "\t\t\t\t\t\t",
278
+ "lstrip": false,
279
+ "normalized": true,
280
+ "rstrip": false,
281
+ "single_word": false,
282
+ "special": false
283
+ },
284
+ "50291": {
285
+ "content": "\t\t\t\t\t",
286
+ "lstrip": false,
287
+ "normalized": true,
288
+ "rstrip": false,
289
+ "single_word": false,
290
+ "special": false
291
+ },
292
+ "50292": {
293
+ "content": "\t\t\t\t",
294
+ "lstrip": false,
295
+ "normalized": true,
296
+ "rstrip": false,
297
+ "single_word": false,
298
+ "special": false
299
+ },
300
+ "50293": {
301
+ "content": "\t\t\t",
302
+ "lstrip": false,
303
+ "normalized": true,
304
+ "rstrip": false,
305
+ "single_word": false,
306
+ "special": false
307
+ },
308
+ "50294": {
309
+ "content": "\t\t",
310
+ "lstrip": false,
311
+ "normalized": true,
312
+ "rstrip": false,
313
+ "single_word": false,
314
+ "special": false
315
+ },
316
+ "50295": {
317
+ "content": "<pad><pad><pad>",
318
+ "lstrip": false,
319
+ "normalized": false,
320
+ "rstrip": false,
321
+ "single_word": false,
322
+ "special": true
323
+ }
324
+ },
325
+ "bos_token": "<|endoftext|>",
326
+ "clean_up_tokenization_spaces": true,
327
+ "eos_token": "<|endoftext|>",
328
+ "model_max_length": 2048,
329
+ "pad_token": "<pad><pad><pad>",
330
+ "return_token_type_ids": false,
331
+ "tokenizer_class": "CodeGenTokenizer",
332
+ "unk_token": "<|endoftext|>"
333
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff