BeeGass commited on
Commit
881bf05
·
verified ·
1 Parent(s): 4b569d0

Add TC0 dataset: d9

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