BeeGass commited on
Commit
c3668d4
·
verified ·
1 Parent(s): c41264c

Add individual dataset: c14

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