BeeGass commited on
Commit
ff10420
·
verified ·
1 Parent(s): 303df1d

Add individual dataset: s4

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