BeeGass commited on
Commit
8ff0cc8
·
verified ·
1 Parent(s): 29d33a5

Add TC0 dataset: f20

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