BeeGass commited on
Commit
1fa7542
·
verified ·
1 Parent(s): 8e80b16

Add TC0 dataset: psl2_3

Browse files
TC0/psl2_3/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
TC0/psl2_3/metadata.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "group_type": "psl",
3
+ "group_parameters": {
4
+ "dim": 2,
5
+ "p": 3,
6
+ "n": 1
7
+ },
8
+ "group_order": 12,
9
+ "group_degree": 4,
10
+ "num_train_samples": 100000,
11
+ "num_test_samples": 20000,
12
+ "min_seq_length": 3,
13
+ "max_seq_length": 1024,
14
+ "permutation_map": {
15
+ "0": [
16
+ 3,
17
+ 2,
18
+ 1,
19
+ 0
20
+ ],
21
+ "1": [
22
+ 3,
23
+ 1,
24
+ 0,
25
+ 2
26
+ ],
27
+ "2": [
28
+ 2,
29
+ 1,
30
+ 3,
31
+ 0
32
+ ],
33
+ "3": [
34
+ 3,
35
+ 0,
36
+ 2,
37
+ 1
38
+ ],
39
+ "4": [
40
+ 2,
41
+ 3,
42
+ 0,
43
+ 1
44
+ ],
45
+ "5": [
46
+ 0,
47
+ 3,
48
+ 1,
49
+ 2
50
+ ],
51
+ "6": [
52
+ 1,
53
+ 0,
54
+ 3,
55
+ 2
56
+ ],
57
+ "7": [
58
+ 0,
59
+ 2,
60
+ 3,
61
+ 1
62
+ ],
63
+ "8": [
64
+ 0,
65
+ 1,
66
+ 2,
67
+ 3
68
+ ],
69
+ "9": [
70
+ 1,
71
+ 3,
72
+ 2,
73
+ 0
74
+ ],
75
+ "10": [
76
+ 1,
77
+ 2,
78
+ 0,
79
+ 3
80
+ ],
81
+ "11": [
82
+ 2,
83
+ 0,
84
+ 1,
85
+ 3
86
+ ]
87
+ }
88
+ }
TC0/psl2_3/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d941c73d77bd34228814d34daa48490984fce3e74f31ada0be61dd9e8d4105d
3
+ size 23103152
TC0/psl2_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/psl2_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": "ee7f958a96f27cb6",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
TC0/psl2_3/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f54704b88c12220af249f1b7b478ebbd6453efff4beeb9c06bfd00d2691cb553
3
+ size 114994496
TC0/psl2_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/psl2_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": "f70c62c9f47bbe0e",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }