BeeGass commited on
Commit
1297d6b
·
verified ·
1 Parent(s): f3de526

Add individual dataset: c10

Browse files
data/c10/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
data/c10/metadata.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_type": "cyclic",
3
+ "group_parameters": {
4
+ "n": 10
5
+ },
6
+ "group_order": 10,
7
+ "group_degree": 10,
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
+ ],
25
+ "1": [
26
+ 1,
27
+ 2,
28
+ 3,
29
+ 4,
30
+ 5,
31
+ 6,
32
+ 7,
33
+ 8,
34
+ 9,
35
+ 0
36
+ ],
37
+ "2": [
38
+ 2,
39
+ 3,
40
+ 4,
41
+ 5,
42
+ 6,
43
+ 7,
44
+ 8,
45
+ 9,
46
+ 0,
47
+ 1
48
+ ],
49
+ "3": [
50
+ 3,
51
+ 4,
52
+ 5,
53
+ 6,
54
+ 7,
55
+ 8,
56
+ 9,
57
+ 0,
58
+ 1,
59
+ 2
60
+ ],
61
+ "4": [
62
+ 4,
63
+ 5,
64
+ 6,
65
+ 7,
66
+ 8,
67
+ 9,
68
+ 0,
69
+ 1,
70
+ 2,
71
+ 3
72
+ ],
73
+ "5": [
74
+ 5,
75
+ 6,
76
+ 7,
77
+ 8,
78
+ 9,
79
+ 0,
80
+ 1,
81
+ 2,
82
+ 3,
83
+ 4
84
+ ],
85
+ "6": [
86
+ 6,
87
+ 7,
88
+ 8,
89
+ 9,
90
+ 0,
91
+ 1,
92
+ 2,
93
+ 3,
94
+ 4,
95
+ 5
96
+ ],
97
+ "7": [
98
+ 7,
99
+ 8,
100
+ 9,
101
+ 0,
102
+ 1,
103
+ 2,
104
+ 3,
105
+ 4,
106
+ 5,
107
+ 6
108
+ ],
109
+ "8": [
110
+ 8,
111
+ 9,
112
+ 0,
113
+ 1,
114
+ 2,
115
+ 3,
116
+ 4,
117
+ 5,
118
+ 6,
119
+ 7
120
+ ],
121
+ "9": [
122
+ 9,
123
+ 0,
124
+ 1,
125
+ 2,
126
+ 3,
127
+ 4,
128
+ 5,
129
+ 6,
130
+ 7,
131
+ 8
132
+ ]
133
+ }
134
+ }
data/c10/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121a5aecce8b5cfa0687cc64b53ca188c35c04c267475e13c2adce94528be4a5
3
+ size 21448624
data/c10/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/c10/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "dfa7663ab3654bc4",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
data/c10/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:debe88baf77d48ed3e2a84138956e2bc19b600d6ce04c29148d8449815e6ba4f
3
+ size 107021952
data/c10/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/c10/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4cf53167710dd46a",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }