BeeGass commited on
Commit
0f2ba7a
·
verified ·
1 Parent(s): d8e8624

Add TC0 dataset: z3_2

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