BeeGass commited on
Commit
9270cee
·
verified ·
1 Parent(s): c55b3ce

Add q32 to TC0/q32

Browse files
.gitattributes CHANGED
@@ -177,3 +177,5 @@ TC0/q8/test/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
177
  TC0/q8/train/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
178
  TC0/q16/test/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
179
  TC0/q16/train/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
 
 
 
177
  TC0/q8/train/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
178
  TC0/q16/test/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
179
  TC0/q16/train/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
180
+ TC0/q32/test/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
181
+ TC0/q32/train/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
TC0/q32/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train", "test"]}
TC0/q32/test/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a74c7c1c0689a218398eee55c96efb0a9058f780624c6b6199932d291c1eb96
3
+ size 12888880
TC0/q32/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
+ "group_type": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "group_degree": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "group_order": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "sequence_length": {
26
+ "dtype": "int32",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
TC0/q32/test/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "77c1c80fb7d29708",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
TC0/q32/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62e9aaceccc5ca668c41475543621a207a556d7b4cb0ce48fb19d43e666cc14
3
+ size 51521936
TC0/q32/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
+ "group_type": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "group_degree": {
18
+ "dtype": "int32",
19
+ "_type": "Value"
20
+ },
21
+ "group_order": {
22
+ "dtype": "int32",
23
+ "_type": "Value"
24
+ },
25
+ "sequence_length": {
26
+ "dtype": "int32",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
TC0/q32/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "939c5168ea2d787d",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }