BeeGass commited on
Commit
c0ef7d0
·
verified ·
1 Parent(s): 9c49130

Add TC0 dataset: z2_3

Browse files
TC0/z2_3/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
TC0/z2_3/metadata.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_type": "elementary_abelian",
3
+ "group_parameters": {
4
+ "p": 2,
5
+ "k": 3
6
+ },
7
+ "group_order": 8,
8
+ "group_degree": 8,
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
+ ],
24
+ "1": [
25
+ 4,
26
+ 5,
27
+ 6,
28
+ 7,
29
+ 0,
30
+ 1,
31
+ 2,
32
+ 3
33
+ ],
34
+ "2": [
35
+ 2,
36
+ 3,
37
+ 0,
38
+ 1,
39
+ 6,
40
+ 7,
41
+ 4,
42
+ 5
43
+ ],
44
+ "3": [
45
+ 6,
46
+ 7,
47
+ 4,
48
+ 5,
49
+ 2,
50
+ 3,
51
+ 0,
52
+ 1
53
+ ],
54
+ "4": [
55
+ 1,
56
+ 0,
57
+ 3,
58
+ 2,
59
+ 5,
60
+ 4,
61
+ 7,
62
+ 6
63
+ ],
64
+ "5": [
65
+ 7,
66
+ 6,
67
+ 5,
68
+ 4,
69
+ 3,
70
+ 2,
71
+ 1,
72
+ 0
73
+ ],
74
+ "6": [
75
+ 5,
76
+ 4,
77
+ 7,
78
+ 6,
79
+ 1,
80
+ 0,
81
+ 3,
82
+ 2
83
+ ],
84
+ "7": [
85
+ 3,
86
+ 2,
87
+ 1,
88
+ 0,
89
+ 7,
90
+ 6,
91
+ 5,
92
+ 4
93
+ ]
94
+ }
95
+ }
TC0/z2_3/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d557b4853ea306f286eac1d64aef2619a7317afb2f1073c36a3b0fb73a4c7a6
3
+ size 21453008
TC0/z2_3/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/z2_3/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "833381452374ee37",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
TC0/z2_3/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e1b8cdf906f37f5b1eda1f506362db02217a995c465eeaef16e15d05fa4aa7
3
+ size 108224608
TC0/z2_3/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/z2_3/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "1ca5ec78cbc7d70a",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }