BeeGass commited on
Commit
d1c5ba5
·
verified ·
1 Parent(s): 42ad03c

Add individual dataset: c16

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