AUser0 commited on
Commit
814200a
·
verified ·
1 Parent(s): a9b7160

Upload 5 files

Browse files
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 0,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8192,
15
+ "max_position_embeddings": 2048,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 24,
20
+ "num_key_value_heads": 32,
21
+ "pad_token_id": null,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000.0,
26
+ "rope_type": "default"
27
+ },
28
+ "tie_word_embeddings": true,
29
+ "transformers_version": "5.5.4",
30
+ "use_cache": true,
31
+ "vocab_size": 49152
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3f5a1b60b7a6085d81cfd74b905c3551f58c34cb32ca898cafc2a785880256
3
+ size 2208640824
spectralq_config.json ADDED
@@ -0,0 +1,581 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "spectralq_version": 1,
3
+ "dct_layers": [
4
+ {
5
+ "name": "model.layers.0.mlp.gate_proj",
6
+ "out_features": 8192,
7
+ "in_features": 2048,
8
+ "block_size": 256,
9
+ "coeff_bits": 6,
10
+ "padded_in_f": 2048
11
+ },
12
+ {
13
+ "name": "model.layers.0.mlp.up_proj",
14
+ "out_features": 8192,
15
+ "in_features": 2048,
16
+ "block_size": 256,
17
+ "coeff_bits": 6,
18
+ "padded_in_f": 2048
19
+ },
20
+ {
21
+ "name": "model.layers.0.mlp.down_proj",
22
+ "out_features": 2048,
23
+ "in_features": 8192,
24
+ "block_size": 256,
25
+ "coeff_bits": 6,
26
+ "padded_in_f": 8192
27
+ },
28
+ {
29
+ "name": "model.layers.1.mlp.gate_proj",
30
+ "out_features": 8192,
31
+ "in_features": 2048,
32
+ "block_size": 256,
33
+ "coeff_bits": 6,
34
+ "padded_in_f": 2048
35
+ },
36
+ {
37
+ "name": "model.layers.1.mlp.up_proj",
38
+ "out_features": 8192,
39
+ "in_features": 2048,
40
+ "block_size": 256,
41
+ "coeff_bits": 6,
42
+ "padded_in_f": 2048
43
+ },
44
+ {
45
+ "name": "model.layers.1.mlp.down_proj",
46
+ "out_features": 2048,
47
+ "in_features": 8192,
48
+ "block_size": 256,
49
+ "coeff_bits": 6,
50
+ "padded_in_f": 8192
51
+ },
52
+ {
53
+ "name": "model.layers.2.mlp.gate_proj",
54
+ "out_features": 8192,
55
+ "in_features": 2048,
56
+ "block_size": 256,
57
+ "coeff_bits": 6,
58
+ "padded_in_f": 2048
59
+ },
60
+ {
61
+ "name": "model.layers.2.mlp.up_proj",
62
+ "out_features": 8192,
63
+ "in_features": 2048,
64
+ "block_size": 256,
65
+ "coeff_bits": 6,
66
+ "padded_in_f": 2048
67
+ },
68
+ {
69
+ "name": "model.layers.2.mlp.down_proj",
70
+ "out_features": 2048,
71
+ "in_features": 8192,
72
+ "block_size": 256,
73
+ "coeff_bits": 6,
74
+ "padded_in_f": 8192
75
+ },
76
+ {
77
+ "name": "model.layers.3.mlp.gate_proj",
78
+ "out_features": 8192,
79
+ "in_features": 2048,
80
+ "block_size": 256,
81
+ "coeff_bits": 6,
82
+ "padded_in_f": 2048
83
+ },
84
+ {
85
+ "name": "model.layers.3.mlp.up_proj",
86
+ "out_features": 8192,
87
+ "in_features": 2048,
88
+ "block_size": 256,
89
+ "coeff_bits": 6,
90
+ "padded_in_f": 2048
91
+ },
92
+ {
93
+ "name": "model.layers.3.mlp.down_proj",
94
+ "out_features": 2048,
95
+ "in_features": 8192,
96
+ "block_size": 256,
97
+ "coeff_bits": 6,
98
+ "padded_in_f": 8192
99
+ },
100
+ {
101
+ "name": "model.layers.4.mlp.gate_proj",
102
+ "out_features": 8192,
103
+ "in_features": 2048,
104
+ "block_size": 256,
105
+ "coeff_bits": 6,
106
+ "padded_in_f": 2048
107
+ },
108
+ {
109
+ "name": "model.layers.4.mlp.up_proj",
110
+ "out_features": 8192,
111
+ "in_features": 2048,
112
+ "block_size": 256,
113
+ "coeff_bits": 6,
114
+ "padded_in_f": 2048
115
+ },
116
+ {
117
+ "name": "model.layers.4.mlp.down_proj",
118
+ "out_features": 2048,
119
+ "in_features": 8192,
120
+ "block_size": 256,
121
+ "coeff_bits": 6,
122
+ "padded_in_f": 8192
123
+ },
124
+ {
125
+ "name": "model.layers.5.mlp.gate_proj",
126
+ "out_features": 8192,
127
+ "in_features": 2048,
128
+ "block_size": 256,
129
+ "coeff_bits": 6,
130
+ "padded_in_f": 2048
131
+ },
132
+ {
133
+ "name": "model.layers.5.mlp.up_proj",
134
+ "out_features": 8192,
135
+ "in_features": 2048,
136
+ "block_size": 256,
137
+ "coeff_bits": 6,
138
+ "padded_in_f": 2048
139
+ },
140
+ {
141
+ "name": "model.layers.5.mlp.down_proj",
142
+ "out_features": 2048,
143
+ "in_features": 8192,
144
+ "block_size": 256,
145
+ "coeff_bits": 6,
146
+ "padded_in_f": 8192
147
+ },
148
+ {
149
+ "name": "model.layers.6.mlp.gate_proj",
150
+ "out_features": 8192,
151
+ "in_features": 2048,
152
+ "block_size": 256,
153
+ "coeff_bits": 6,
154
+ "padded_in_f": 2048
155
+ },
156
+ {
157
+ "name": "model.layers.6.mlp.up_proj",
158
+ "out_features": 8192,
159
+ "in_features": 2048,
160
+ "block_size": 256,
161
+ "coeff_bits": 6,
162
+ "padded_in_f": 2048
163
+ },
164
+ {
165
+ "name": "model.layers.6.mlp.down_proj",
166
+ "out_features": 2048,
167
+ "in_features": 8192,
168
+ "block_size": 256,
169
+ "coeff_bits": 6,
170
+ "padded_in_f": 8192
171
+ },
172
+ {
173
+ "name": "model.layers.7.mlp.gate_proj",
174
+ "out_features": 8192,
175
+ "in_features": 2048,
176
+ "block_size": 256,
177
+ "coeff_bits": 6,
178
+ "padded_in_f": 2048
179
+ },
180
+ {
181
+ "name": "model.layers.7.mlp.up_proj",
182
+ "out_features": 8192,
183
+ "in_features": 2048,
184
+ "block_size": 256,
185
+ "coeff_bits": 6,
186
+ "padded_in_f": 2048
187
+ },
188
+ {
189
+ "name": "model.layers.7.mlp.down_proj",
190
+ "out_features": 2048,
191
+ "in_features": 8192,
192
+ "block_size": 256,
193
+ "coeff_bits": 6,
194
+ "padded_in_f": 8192
195
+ },
196
+ {
197
+ "name": "model.layers.8.mlp.gate_proj",
198
+ "out_features": 8192,
199
+ "in_features": 2048,
200
+ "block_size": 256,
201
+ "coeff_bits": 6,
202
+ "padded_in_f": 2048
203
+ },
204
+ {
205
+ "name": "model.layers.8.mlp.up_proj",
206
+ "out_features": 8192,
207
+ "in_features": 2048,
208
+ "block_size": 256,
209
+ "coeff_bits": 6,
210
+ "padded_in_f": 2048
211
+ },
212
+ {
213
+ "name": "model.layers.8.mlp.down_proj",
214
+ "out_features": 2048,
215
+ "in_features": 8192,
216
+ "block_size": 256,
217
+ "coeff_bits": 6,
218
+ "padded_in_f": 8192
219
+ },
220
+ {
221
+ "name": "model.layers.9.mlp.gate_proj",
222
+ "out_features": 8192,
223
+ "in_features": 2048,
224
+ "block_size": 256,
225
+ "coeff_bits": 6,
226
+ "padded_in_f": 2048
227
+ },
228
+ {
229
+ "name": "model.layers.9.mlp.up_proj",
230
+ "out_features": 8192,
231
+ "in_features": 2048,
232
+ "block_size": 256,
233
+ "coeff_bits": 6,
234
+ "padded_in_f": 2048
235
+ },
236
+ {
237
+ "name": "model.layers.9.mlp.down_proj",
238
+ "out_features": 2048,
239
+ "in_features": 8192,
240
+ "block_size": 256,
241
+ "coeff_bits": 6,
242
+ "padded_in_f": 8192
243
+ },
244
+ {
245
+ "name": "model.layers.10.mlp.gate_proj",
246
+ "out_features": 8192,
247
+ "in_features": 2048,
248
+ "block_size": 256,
249
+ "coeff_bits": 6,
250
+ "padded_in_f": 2048
251
+ },
252
+ {
253
+ "name": "model.layers.10.mlp.up_proj",
254
+ "out_features": 8192,
255
+ "in_features": 2048,
256
+ "block_size": 256,
257
+ "coeff_bits": 6,
258
+ "padded_in_f": 2048
259
+ },
260
+ {
261
+ "name": "model.layers.10.mlp.down_proj",
262
+ "out_features": 2048,
263
+ "in_features": 8192,
264
+ "block_size": 256,
265
+ "coeff_bits": 6,
266
+ "padded_in_f": 8192
267
+ },
268
+ {
269
+ "name": "model.layers.11.mlp.gate_proj",
270
+ "out_features": 8192,
271
+ "in_features": 2048,
272
+ "block_size": 256,
273
+ "coeff_bits": 6,
274
+ "padded_in_f": 2048
275
+ },
276
+ {
277
+ "name": "model.layers.11.mlp.up_proj",
278
+ "out_features": 8192,
279
+ "in_features": 2048,
280
+ "block_size": 256,
281
+ "coeff_bits": 6,
282
+ "padded_in_f": 2048
283
+ },
284
+ {
285
+ "name": "model.layers.11.mlp.down_proj",
286
+ "out_features": 2048,
287
+ "in_features": 8192,
288
+ "block_size": 256,
289
+ "coeff_bits": 6,
290
+ "padded_in_f": 8192
291
+ },
292
+ {
293
+ "name": "model.layers.12.mlp.gate_proj",
294
+ "out_features": 8192,
295
+ "in_features": 2048,
296
+ "block_size": 256,
297
+ "coeff_bits": 6,
298
+ "padded_in_f": 2048
299
+ },
300
+ {
301
+ "name": "model.layers.12.mlp.up_proj",
302
+ "out_features": 8192,
303
+ "in_features": 2048,
304
+ "block_size": 256,
305
+ "coeff_bits": 6,
306
+ "padded_in_f": 2048
307
+ },
308
+ {
309
+ "name": "model.layers.12.mlp.down_proj",
310
+ "out_features": 2048,
311
+ "in_features": 8192,
312
+ "block_size": 256,
313
+ "coeff_bits": 6,
314
+ "padded_in_f": 8192
315
+ },
316
+ {
317
+ "name": "model.layers.13.mlp.gate_proj",
318
+ "out_features": 8192,
319
+ "in_features": 2048,
320
+ "block_size": 256,
321
+ "coeff_bits": 6,
322
+ "padded_in_f": 2048
323
+ },
324
+ {
325
+ "name": "model.layers.13.mlp.up_proj",
326
+ "out_features": 8192,
327
+ "in_features": 2048,
328
+ "block_size": 256,
329
+ "coeff_bits": 6,
330
+ "padded_in_f": 2048
331
+ },
332
+ {
333
+ "name": "model.layers.13.mlp.down_proj",
334
+ "out_features": 2048,
335
+ "in_features": 8192,
336
+ "block_size": 256,
337
+ "coeff_bits": 6,
338
+ "padded_in_f": 8192
339
+ },
340
+ {
341
+ "name": "model.layers.14.mlp.gate_proj",
342
+ "out_features": 8192,
343
+ "in_features": 2048,
344
+ "block_size": 256,
345
+ "coeff_bits": 6,
346
+ "padded_in_f": 2048
347
+ },
348
+ {
349
+ "name": "model.layers.14.mlp.up_proj",
350
+ "out_features": 8192,
351
+ "in_features": 2048,
352
+ "block_size": 256,
353
+ "coeff_bits": 6,
354
+ "padded_in_f": 2048
355
+ },
356
+ {
357
+ "name": "model.layers.14.mlp.down_proj",
358
+ "out_features": 2048,
359
+ "in_features": 8192,
360
+ "block_size": 256,
361
+ "coeff_bits": 6,
362
+ "padded_in_f": 8192
363
+ },
364
+ {
365
+ "name": "model.layers.15.mlp.gate_proj",
366
+ "out_features": 8192,
367
+ "in_features": 2048,
368
+ "block_size": 256,
369
+ "coeff_bits": 6,
370
+ "padded_in_f": 2048
371
+ },
372
+ {
373
+ "name": "model.layers.15.mlp.up_proj",
374
+ "out_features": 8192,
375
+ "in_features": 2048,
376
+ "block_size": 256,
377
+ "coeff_bits": 6,
378
+ "padded_in_f": 2048
379
+ },
380
+ {
381
+ "name": "model.layers.15.mlp.down_proj",
382
+ "out_features": 2048,
383
+ "in_features": 8192,
384
+ "block_size": 256,
385
+ "coeff_bits": 6,
386
+ "padded_in_f": 8192
387
+ },
388
+ {
389
+ "name": "model.layers.16.mlp.gate_proj",
390
+ "out_features": 8192,
391
+ "in_features": 2048,
392
+ "block_size": 256,
393
+ "coeff_bits": 6,
394
+ "padded_in_f": 2048
395
+ },
396
+ {
397
+ "name": "model.layers.16.mlp.up_proj",
398
+ "out_features": 8192,
399
+ "in_features": 2048,
400
+ "block_size": 256,
401
+ "coeff_bits": 6,
402
+ "padded_in_f": 2048
403
+ },
404
+ {
405
+ "name": "model.layers.16.mlp.down_proj",
406
+ "out_features": 2048,
407
+ "in_features": 8192,
408
+ "block_size": 256,
409
+ "coeff_bits": 6,
410
+ "padded_in_f": 8192
411
+ },
412
+ {
413
+ "name": "model.layers.17.mlp.gate_proj",
414
+ "out_features": 8192,
415
+ "in_features": 2048,
416
+ "block_size": 256,
417
+ "coeff_bits": 6,
418
+ "padded_in_f": 2048
419
+ },
420
+ {
421
+ "name": "model.layers.17.mlp.up_proj",
422
+ "out_features": 8192,
423
+ "in_features": 2048,
424
+ "block_size": 256,
425
+ "coeff_bits": 6,
426
+ "padded_in_f": 2048
427
+ },
428
+ {
429
+ "name": "model.layers.17.mlp.down_proj",
430
+ "out_features": 2048,
431
+ "in_features": 8192,
432
+ "block_size": 256,
433
+ "coeff_bits": 6,
434
+ "padded_in_f": 8192
435
+ },
436
+ {
437
+ "name": "model.layers.18.mlp.gate_proj",
438
+ "out_features": 8192,
439
+ "in_features": 2048,
440
+ "block_size": 256,
441
+ "coeff_bits": 6,
442
+ "padded_in_f": 2048
443
+ },
444
+ {
445
+ "name": "model.layers.18.mlp.up_proj",
446
+ "out_features": 8192,
447
+ "in_features": 2048,
448
+ "block_size": 256,
449
+ "coeff_bits": 6,
450
+ "padded_in_f": 2048
451
+ },
452
+ {
453
+ "name": "model.layers.18.mlp.down_proj",
454
+ "out_features": 2048,
455
+ "in_features": 8192,
456
+ "block_size": 256,
457
+ "coeff_bits": 6,
458
+ "padded_in_f": 8192
459
+ },
460
+ {
461
+ "name": "model.layers.19.mlp.gate_proj",
462
+ "out_features": 8192,
463
+ "in_features": 2048,
464
+ "block_size": 256,
465
+ "coeff_bits": 6,
466
+ "padded_in_f": 2048
467
+ },
468
+ {
469
+ "name": "model.layers.19.mlp.up_proj",
470
+ "out_features": 8192,
471
+ "in_features": 2048,
472
+ "block_size": 256,
473
+ "coeff_bits": 6,
474
+ "padded_in_f": 2048
475
+ },
476
+ {
477
+ "name": "model.layers.19.mlp.down_proj",
478
+ "out_features": 2048,
479
+ "in_features": 8192,
480
+ "block_size": 256,
481
+ "coeff_bits": 6,
482
+ "padded_in_f": 8192
483
+ },
484
+ {
485
+ "name": "model.layers.20.mlp.gate_proj",
486
+ "out_features": 8192,
487
+ "in_features": 2048,
488
+ "block_size": 256,
489
+ "coeff_bits": 6,
490
+ "padded_in_f": 2048
491
+ },
492
+ {
493
+ "name": "model.layers.20.mlp.up_proj",
494
+ "out_features": 8192,
495
+ "in_features": 2048,
496
+ "block_size": 256,
497
+ "coeff_bits": 6,
498
+ "padded_in_f": 2048
499
+ },
500
+ {
501
+ "name": "model.layers.20.mlp.down_proj",
502
+ "out_features": 2048,
503
+ "in_features": 8192,
504
+ "block_size": 256,
505
+ "coeff_bits": 6,
506
+ "padded_in_f": 8192
507
+ },
508
+ {
509
+ "name": "model.layers.21.mlp.gate_proj",
510
+ "out_features": 8192,
511
+ "in_features": 2048,
512
+ "block_size": 256,
513
+ "coeff_bits": 6,
514
+ "padded_in_f": 2048
515
+ },
516
+ {
517
+ "name": "model.layers.21.mlp.up_proj",
518
+ "out_features": 8192,
519
+ "in_features": 2048,
520
+ "block_size": 256,
521
+ "coeff_bits": 6,
522
+ "padded_in_f": 2048
523
+ },
524
+ {
525
+ "name": "model.layers.21.mlp.down_proj",
526
+ "out_features": 2048,
527
+ "in_features": 8192,
528
+ "block_size": 256,
529
+ "coeff_bits": 6,
530
+ "padded_in_f": 8192
531
+ },
532
+ {
533
+ "name": "model.layers.22.mlp.gate_proj",
534
+ "out_features": 8192,
535
+ "in_features": 2048,
536
+ "block_size": 256,
537
+ "coeff_bits": 6,
538
+ "padded_in_f": 2048
539
+ },
540
+ {
541
+ "name": "model.layers.22.mlp.up_proj",
542
+ "out_features": 8192,
543
+ "in_features": 2048,
544
+ "block_size": 256,
545
+ "coeff_bits": 6,
546
+ "padded_in_f": 2048
547
+ },
548
+ {
549
+ "name": "model.layers.22.mlp.down_proj",
550
+ "out_features": 2048,
551
+ "in_features": 8192,
552
+ "block_size": 256,
553
+ "coeff_bits": 6,
554
+ "padded_in_f": 8192
555
+ },
556
+ {
557
+ "name": "model.layers.23.mlp.gate_proj",
558
+ "out_features": 8192,
559
+ "in_features": 2048,
560
+ "block_size": 256,
561
+ "coeff_bits": 6,
562
+ "padded_in_f": 2048
563
+ },
564
+ {
565
+ "name": "model.layers.23.mlp.up_proj",
566
+ "out_features": 8192,
567
+ "in_features": 2048,
568
+ "block_size": 256,
569
+ "coeff_bits": 6,
570
+ "padded_in_f": 2048
571
+ },
572
+ {
573
+ "name": "model.layers.23.mlp.down_proj",
574
+ "out_features": 2048,
575
+ "in_features": 8192,
576
+ "block_size": 256,
577
+ "coeff_bits": 6,
578
+ "padded_in_f": 8192
579
+ }
580
+ ]
581
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|endoftext|>",
10
+ "<|im_start|>",
11
+ "<|im_end|>",
12
+ "<repo_name>",
13
+ "<reponame>",
14
+ "<file_sep>",
15
+ "<filename>",
16
+ "<gh_stars>",
17
+ "<issue_start>",
18
+ "<issue_comment>",
19
+ "<issue_closed>",
20
+ "<jupyter_start>",
21
+ "<jupyter_text>",
22
+ "<jupyter_code>",
23
+ "<jupyter_output>",
24
+ "<jupyter_script>",
25
+ "<empty_output>"
26
+ ],
27
+ "is_local": false,
28
+ "model_max_length": 2048,
29
+ "pad_token": null,
30
+ "tokenizer_class": "GPT2Tokenizer",
31
+ "unk_token": "<|endoftext|>",
32
+ "vocab_size": 49152
33
+ }