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

Add TC0 dataset: c17

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