BeeGass commited on
Commit
6746112
·
verified ·
1 Parent(s): f50b7f5

Add individual dataset: c18

Browse files
data/c18/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
data/c18/metadata.json ADDED
@@ -0,0 +1,374 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_type": "cyclic",
3
+ "group_parameters": {
4
+ "n": 18
5
+ },
6
+ "group_order": 18,
7
+ "group_degree": 18,
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
+ 5,
20
+ 6,
21
+ 7,
22
+ 8,
23
+ 9,
24
+ 10,
25
+ 11,
26
+ 12,
27
+ 13,
28
+ 14,
29
+ 15,
30
+ 16,
31
+ 17
32
+ ],
33
+ "1": [
34
+ 1,
35
+ 2,
36
+ 3,
37
+ 4,
38
+ 5,
39
+ 6,
40
+ 7,
41
+ 8,
42
+ 9,
43
+ 10,
44
+ 11,
45
+ 12,
46
+ 13,
47
+ 14,
48
+ 15,
49
+ 16,
50
+ 17,
51
+ 0
52
+ ],
53
+ "2": [
54
+ 2,
55
+ 3,
56
+ 4,
57
+ 5,
58
+ 6,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 11,
64
+ 12,
65
+ 13,
66
+ 14,
67
+ 15,
68
+ 16,
69
+ 17,
70
+ 0,
71
+ 1
72
+ ],
73
+ "3": [
74
+ 3,
75
+ 4,
76
+ 5,
77
+ 6,
78
+ 7,
79
+ 8,
80
+ 9,
81
+ 10,
82
+ 11,
83
+ 12,
84
+ 13,
85
+ 14,
86
+ 15,
87
+ 16,
88
+ 17,
89
+ 0,
90
+ 1,
91
+ 2
92
+ ],
93
+ "4": [
94
+ 4,
95
+ 5,
96
+ 6,
97
+ 7,
98
+ 8,
99
+ 9,
100
+ 10,
101
+ 11,
102
+ 12,
103
+ 13,
104
+ 14,
105
+ 15,
106
+ 16,
107
+ 17,
108
+ 0,
109
+ 1,
110
+ 2,
111
+ 3
112
+ ],
113
+ "5": [
114
+ 5,
115
+ 6,
116
+ 7,
117
+ 8,
118
+ 9,
119
+ 10,
120
+ 11,
121
+ 12,
122
+ 13,
123
+ 14,
124
+ 15,
125
+ 16,
126
+ 17,
127
+ 0,
128
+ 1,
129
+ 2,
130
+ 3,
131
+ 4
132
+ ],
133
+ "6": [
134
+ 6,
135
+ 7,
136
+ 8,
137
+ 9,
138
+ 10,
139
+ 11,
140
+ 12,
141
+ 13,
142
+ 14,
143
+ 15,
144
+ 16,
145
+ 17,
146
+ 0,
147
+ 1,
148
+ 2,
149
+ 3,
150
+ 4,
151
+ 5
152
+ ],
153
+ "7": [
154
+ 7,
155
+ 8,
156
+ 9,
157
+ 10,
158
+ 11,
159
+ 12,
160
+ 13,
161
+ 14,
162
+ 15,
163
+ 16,
164
+ 17,
165
+ 0,
166
+ 1,
167
+ 2,
168
+ 3,
169
+ 4,
170
+ 5,
171
+ 6
172
+ ],
173
+ "8": [
174
+ 8,
175
+ 9,
176
+ 10,
177
+ 11,
178
+ 12,
179
+ 13,
180
+ 14,
181
+ 15,
182
+ 16,
183
+ 17,
184
+ 0,
185
+ 1,
186
+ 2,
187
+ 3,
188
+ 4,
189
+ 5,
190
+ 6,
191
+ 7
192
+ ],
193
+ "9": [
194
+ 9,
195
+ 10,
196
+ 11,
197
+ 12,
198
+ 13,
199
+ 14,
200
+ 15,
201
+ 16,
202
+ 17,
203
+ 0,
204
+ 1,
205
+ 2,
206
+ 3,
207
+ 4,
208
+ 5,
209
+ 6,
210
+ 7,
211
+ 8
212
+ ],
213
+ "10": [
214
+ 10,
215
+ 11,
216
+ 12,
217
+ 13,
218
+ 14,
219
+ 15,
220
+ 16,
221
+ 17,
222
+ 0,
223
+ 1,
224
+ 2,
225
+ 3,
226
+ 4,
227
+ 5,
228
+ 6,
229
+ 7,
230
+ 8,
231
+ 9
232
+ ],
233
+ "11": [
234
+ 11,
235
+ 12,
236
+ 13,
237
+ 14,
238
+ 15,
239
+ 16,
240
+ 17,
241
+ 0,
242
+ 1,
243
+ 2,
244
+ 3,
245
+ 4,
246
+ 5,
247
+ 6,
248
+ 7,
249
+ 8,
250
+ 9,
251
+ 10
252
+ ],
253
+ "12": [
254
+ 12,
255
+ 13,
256
+ 14,
257
+ 15,
258
+ 16,
259
+ 17,
260
+ 0,
261
+ 1,
262
+ 2,
263
+ 3,
264
+ 4,
265
+ 5,
266
+ 6,
267
+ 7,
268
+ 8,
269
+ 9,
270
+ 10,
271
+ 11
272
+ ],
273
+ "13": [
274
+ 13,
275
+ 14,
276
+ 15,
277
+ 16,
278
+ 17,
279
+ 0,
280
+ 1,
281
+ 2,
282
+ 3,
283
+ 4,
284
+ 5,
285
+ 6,
286
+ 7,
287
+ 8,
288
+ 9,
289
+ 10,
290
+ 11,
291
+ 12
292
+ ],
293
+ "14": [
294
+ 14,
295
+ 15,
296
+ 16,
297
+ 17,
298
+ 0,
299
+ 1,
300
+ 2,
301
+ 3,
302
+ 4,
303
+ 5,
304
+ 6,
305
+ 7,
306
+ 8,
307
+ 9,
308
+ 10,
309
+ 11,
310
+ 12,
311
+ 13
312
+ ],
313
+ "15": [
314
+ 15,
315
+ 16,
316
+ 17,
317
+ 0,
318
+ 1,
319
+ 2,
320
+ 3,
321
+ 4,
322
+ 5,
323
+ 6,
324
+ 7,
325
+ 8,
326
+ 9,
327
+ 10,
328
+ 11,
329
+ 12,
330
+ 13,
331
+ 14
332
+ ],
333
+ "16": [
334
+ 16,
335
+ 17,
336
+ 0,
337
+ 1,
338
+ 2,
339
+ 3,
340
+ 4,
341
+ 5,
342
+ 6,
343
+ 7,
344
+ 8,
345
+ 9,
346
+ 10,
347
+ 11,
348
+ 12,
349
+ 13,
350
+ 14,
351
+ 15
352
+ ],
353
+ "17": [
354
+ 17,
355
+ 0,
356
+ 1,
357
+ 2,
358
+ 3,
359
+ 4,
360
+ 5,
361
+ 6,
362
+ 7,
363
+ 8,
364
+ 9,
365
+ 10,
366
+ 11,
367
+ 12,
368
+ 13,
369
+ 14,
370
+ 15,
371
+ 16
372
+ ]
373
+ }
374
+ }
data/c18/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c454dc8c3219b8d3d2e32e4aa2ec9d951676195af5449b2bbcfc8a03fabcc4a
3
+ size 25998112
data/c18/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
+ }
data/c18/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5d6ea8a1cef6faf8",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
data/c18/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8f422960a2572c6b1d79c2d94f6aec9a86dfa5916eec0fae3e3a7bbce4583df
3
+ size 129662792
data/c18/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
+ }
data/c18/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "fc610e1bea7aefe2",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }