BeeGass commited on
Commit
a6b23d6
·
verified ·
1 Parent(s): 3b574b3

Add TC0 dataset: a4

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