BeeGass commited on
Commit
cdab22e
·
verified ·
1 Parent(s): 2456d60

Add individual dataset: c15

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