BeeGass commited on
Commit
aaa3ddd
·
verified ·
1 Parent(s): 4d9f238

Add TC0 dataset: d6

Browse files
TC0/d6/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
TC0/d6/metadata.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_type": "dihedral",
3
+ "group_parameters": {
4
+ "n": 6
5
+ },
6
+ "group_order": 12,
7
+ "group_degree": 6,
8
+ "num_train_samples": 80000,
9
+ "num_test_samples": 20000,
10
+ "min_seq_length": 1024,
11
+ "max_seq_length": 1024,
12
+ "permutation_map": {
13
+ "0": [
14
+ 0,
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4,
19
+ 5
20
+ ],
21
+ "1": [
22
+ 1,
23
+ 2,
24
+ 3,
25
+ 4,
26
+ 5,
27
+ 0
28
+ ],
29
+ "2": [
30
+ 2,
31
+ 3,
32
+ 4,
33
+ 5,
34
+ 0,
35
+ 1
36
+ ],
37
+ "3": [
38
+ 3,
39
+ 4,
40
+ 5,
41
+ 0,
42
+ 1,
43
+ 2
44
+ ],
45
+ "4": [
46
+ 4,
47
+ 5,
48
+ 0,
49
+ 1,
50
+ 2,
51
+ 3
52
+ ],
53
+ "5": [
54
+ 5,
55
+ 0,
56
+ 1,
57
+ 2,
58
+ 3,
59
+ 4
60
+ ],
61
+ "6": [
62
+ 0,
63
+ 5,
64
+ 4,
65
+ 3,
66
+ 2,
67
+ 1
68
+ ],
69
+ "7": [
70
+ 1,
71
+ 0,
72
+ 5,
73
+ 4,
74
+ 3,
75
+ 2
76
+ ],
77
+ "8": [
78
+ 2,
79
+ 1,
80
+ 0,
81
+ 5,
82
+ 4,
83
+ 3
84
+ ],
85
+ "9": [
86
+ 3,
87
+ 2,
88
+ 1,
89
+ 0,
90
+ 5,
91
+ 4
92
+ ],
93
+ "10": [
94
+ 4,
95
+ 3,
96
+ 2,
97
+ 1,
98
+ 0,
99
+ 5
100
+ ],
101
+ "11": [
102
+ 5,
103
+ 4,
104
+ 3,
105
+ 2,
106
+ 1,
107
+ 0
108
+ ]
109
+ }
110
+ }
TC0/d6/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:993f29257b4d9a21f40fe3db063fce2a59be6af982509f41c54136f0017ead30
3
+ size 45267632
TC0/d6/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/d6/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "80d52645d92b93f3",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
TC0/d6/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3875e79d22403c8fc10033d252fa20ec22f5869915c635771e31f4391c1d2047
3
+ size 181063824
TC0/d6/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/d6/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0f04c0bd72f58d28",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }