BeeGass commited on
Commit
80d4a91
·
verified ·
1 Parent(s): cf29536

Add individual dataset: q8

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