BeeGass commited on
Commit
597c742
·
verified ·
1 Parent(s): 18fc478

Add NC1 dataset: a5

Browse files
NC1/a5/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
NC1/a5/metadata.json ADDED
@@ -0,0 +1,434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_type": "alternating",
3
+ "group_parameters": {
4
+ "n": 5
5
+ },
6
+ "group_order": 60,
7
+ "group_degree": 5,
8
+ "num_train_samples": 100000,
9
+ "num_test_samples": 20000,
10
+ "min_seq_length": 3,
11
+ "max_seq_length": 1024,
12
+ "permutation_map": {
13
+ "0": [
14
+ 0,
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ],
20
+ "1": [
21
+ 0,
22
+ 1,
23
+ 3,
24
+ 4,
25
+ 2
26
+ ],
27
+ "2": [
28
+ 0,
29
+ 1,
30
+ 4,
31
+ 2,
32
+ 3
33
+ ],
34
+ "3": [
35
+ 0,
36
+ 2,
37
+ 1,
38
+ 4,
39
+ 3
40
+ ],
41
+ "4": [
42
+ 0,
43
+ 2,
44
+ 3,
45
+ 1,
46
+ 4
47
+ ],
48
+ "5": [
49
+ 0,
50
+ 2,
51
+ 4,
52
+ 3,
53
+ 1
54
+ ],
55
+ "6": [
56
+ 0,
57
+ 3,
58
+ 1,
59
+ 2,
60
+ 4
61
+ ],
62
+ "7": [
63
+ 0,
64
+ 3,
65
+ 2,
66
+ 4,
67
+ 1
68
+ ],
69
+ "8": [
70
+ 0,
71
+ 3,
72
+ 4,
73
+ 1,
74
+ 2
75
+ ],
76
+ "9": [
77
+ 0,
78
+ 4,
79
+ 1,
80
+ 3,
81
+ 2
82
+ ],
83
+ "10": [
84
+ 0,
85
+ 4,
86
+ 2,
87
+ 1,
88
+ 3
89
+ ],
90
+ "11": [
91
+ 0,
92
+ 4,
93
+ 3,
94
+ 2,
95
+ 1
96
+ ],
97
+ "12": [
98
+ 1,
99
+ 0,
100
+ 2,
101
+ 4,
102
+ 3
103
+ ],
104
+ "13": [
105
+ 1,
106
+ 0,
107
+ 3,
108
+ 2,
109
+ 4
110
+ ],
111
+ "14": [
112
+ 1,
113
+ 0,
114
+ 4,
115
+ 3,
116
+ 2
117
+ ],
118
+ "15": [
119
+ 1,
120
+ 2,
121
+ 0,
122
+ 3,
123
+ 4
124
+ ],
125
+ "16": [
126
+ 1,
127
+ 2,
128
+ 3,
129
+ 4,
130
+ 0
131
+ ],
132
+ "17": [
133
+ 1,
134
+ 2,
135
+ 4,
136
+ 0,
137
+ 3
138
+ ],
139
+ "18": [
140
+ 1,
141
+ 3,
142
+ 0,
143
+ 4,
144
+ 2
145
+ ],
146
+ "19": [
147
+ 1,
148
+ 3,
149
+ 2,
150
+ 0,
151
+ 4
152
+ ],
153
+ "20": [
154
+ 1,
155
+ 3,
156
+ 4,
157
+ 2,
158
+ 0
159
+ ],
160
+ "21": [
161
+ 1,
162
+ 4,
163
+ 0,
164
+ 2,
165
+ 3
166
+ ],
167
+ "22": [
168
+ 1,
169
+ 4,
170
+ 2,
171
+ 3,
172
+ 0
173
+ ],
174
+ "23": [
175
+ 1,
176
+ 4,
177
+ 3,
178
+ 0,
179
+ 2
180
+ ],
181
+ "24": [
182
+ 2,
183
+ 0,
184
+ 1,
185
+ 3,
186
+ 4
187
+ ],
188
+ "25": [
189
+ 2,
190
+ 0,
191
+ 3,
192
+ 4,
193
+ 1
194
+ ],
195
+ "26": [
196
+ 2,
197
+ 0,
198
+ 4,
199
+ 1,
200
+ 3
201
+ ],
202
+ "27": [
203
+ 2,
204
+ 1,
205
+ 0,
206
+ 4,
207
+ 3
208
+ ],
209
+ "28": [
210
+ 2,
211
+ 1,
212
+ 3,
213
+ 0,
214
+ 4
215
+ ],
216
+ "29": [
217
+ 2,
218
+ 1,
219
+ 4,
220
+ 3,
221
+ 0
222
+ ],
223
+ "30": [
224
+ 2,
225
+ 3,
226
+ 0,
227
+ 1,
228
+ 4
229
+ ],
230
+ "31": [
231
+ 2,
232
+ 3,
233
+ 1,
234
+ 4,
235
+ 0
236
+ ],
237
+ "32": [
238
+ 2,
239
+ 3,
240
+ 4,
241
+ 0,
242
+ 1
243
+ ],
244
+ "33": [
245
+ 2,
246
+ 4,
247
+ 0,
248
+ 3,
249
+ 1
250
+ ],
251
+ "34": [
252
+ 2,
253
+ 4,
254
+ 1,
255
+ 0,
256
+ 3
257
+ ],
258
+ "35": [
259
+ 2,
260
+ 4,
261
+ 3,
262
+ 1,
263
+ 0
264
+ ],
265
+ "36": [
266
+ 3,
267
+ 0,
268
+ 1,
269
+ 4,
270
+ 2
271
+ ],
272
+ "37": [
273
+ 3,
274
+ 0,
275
+ 2,
276
+ 1,
277
+ 4
278
+ ],
279
+ "38": [
280
+ 3,
281
+ 0,
282
+ 4,
283
+ 2,
284
+ 1
285
+ ],
286
+ "39": [
287
+ 3,
288
+ 1,
289
+ 0,
290
+ 2,
291
+ 4
292
+ ],
293
+ "40": [
294
+ 3,
295
+ 1,
296
+ 2,
297
+ 4,
298
+ 0
299
+ ],
300
+ "41": [
301
+ 3,
302
+ 1,
303
+ 4,
304
+ 0,
305
+ 2
306
+ ],
307
+ "42": [
308
+ 3,
309
+ 2,
310
+ 0,
311
+ 4,
312
+ 1
313
+ ],
314
+ "43": [
315
+ 3,
316
+ 2,
317
+ 1,
318
+ 0,
319
+ 4
320
+ ],
321
+ "44": [
322
+ 3,
323
+ 2,
324
+ 4,
325
+ 1,
326
+ 0
327
+ ],
328
+ "45": [
329
+ 3,
330
+ 4,
331
+ 0,
332
+ 1,
333
+ 2
334
+ ],
335
+ "46": [
336
+ 3,
337
+ 4,
338
+ 1,
339
+ 2,
340
+ 0
341
+ ],
342
+ "47": [
343
+ 3,
344
+ 4,
345
+ 2,
346
+ 0,
347
+ 1
348
+ ],
349
+ "48": [
350
+ 4,
351
+ 0,
352
+ 1,
353
+ 2,
354
+ 3
355
+ ],
356
+ "49": [
357
+ 4,
358
+ 0,
359
+ 2,
360
+ 3,
361
+ 1
362
+ ],
363
+ "50": [
364
+ 4,
365
+ 0,
366
+ 3,
367
+ 1,
368
+ 2
369
+ ],
370
+ "51": [
371
+ 4,
372
+ 1,
373
+ 0,
374
+ 3,
375
+ 2
376
+ ],
377
+ "52": [
378
+ 4,
379
+ 1,
380
+ 2,
381
+ 0,
382
+ 3
383
+ ],
384
+ "53": [
385
+ 4,
386
+ 1,
387
+ 3,
388
+ 2,
389
+ 0
390
+ ],
391
+ "54": [
392
+ 4,
393
+ 2,
394
+ 0,
395
+ 1,
396
+ 3
397
+ ],
398
+ "55": [
399
+ 4,
400
+ 2,
401
+ 1,
402
+ 3,
403
+ 0
404
+ ],
405
+ "56": [
406
+ 4,
407
+ 2,
408
+ 3,
409
+ 0,
410
+ 1
411
+ ],
412
+ "57": [
413
+ 4,
414
+ 3,
415
+ 0,
416
+ 2,
417
+ 1
418
+ ],
419
+ "58": [
420
+ 4,
421
+ 3,
422
+ 1,
423
+ 0,
424
+ 2
425
+ ],
426
+ "59": [
427
+ 4,
428
+ 3,
429
+ 2,
430
+ 1,
431
+ 0
432
+ ]
433
+ }
434
+ }
NC1/a5/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae8e9b7a90f7789d9e7db7ed88072a3194d212375206fce1dcfb670829beb622
3
+ size 30068008
NC1/a5/test/dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_sequence": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "sequence_length": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "group_degree": {
18
+ "dtype": "int64",
19
+ "_type": "Value"
20
+ },
21
+ "group_order": {
22
+ "dtype": "int64",
23
+ "_type": "Value"
24
+ },
25
+ "group_type": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
NC1/a5/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0e99acce84086428",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
NC1/a5/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83457315b1b7bf4e7489cc4d3c4a7b21578b3137e9e64cffffd03a6786c66c13
3
+ size 150444864
NC1/a5/train/dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "input_sequence": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "target": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "sequence_length": {
14
+ "dtype": "int64",
15
+ "_type": "Value"
16
+ },
17
+ "group_degree": {
18
+ "dtype": "int64",
19
+ "_type": "Value"
20
+ },
21
+ "group_order": {
22
+ "dtype": "int64",
23
+ "_type": "Value"
24
+ },
25
+ "group_type": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
NC1/a5/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "3c8b687d5abebb43",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }