BeeGass commited on
Commit
bf5b3aa
·
verified ·
1 Parent(s): 32b15db

Add individual dataset: d8

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