BeeGass commited on
Commit
539ecc1
·
verified ·
1 Parent(s): 8d8f4e5

Add individual dataset: c13

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