BeeGass commited on
Commit
1959b19
·
verified ·
1 Parent(s): 3dcab73

Delete TC0 directory

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitkeep +0 -0
  2. TC0/README.md +0 -26
  3. TC0/a3/dataset_dict.json +0 -1
  4. TC0/a3/test/data-00000-of-00001.arrow +0 -0
  5. TC0/a3/test/dataset_info.json +0 -32
  6. TC0/a3/test/state.json +0 -13
  7. TC0/a3/train/data-00000-of-00001.arrow +0 -3
  8. TC0/a3/train/dataset_info.json +0 -32
  9. TC0/a3/train/state.json +0 -13
  10. TC0/a4/dataset_dict.json +0 -1
  11. TC0/a4/test/data-00000-of-00001.arrow +0 -3
  12. TC0/a4/test/dataset_info.json +0 -32
  13. TC0/a4/test/state.json +0 -13
  14. TC0/a4/train/data-00000-of-00001.arrow +0 -3
  15. TC0/a4/train/dataset_info.json +0 -32
  16. TC0/a4/train/state.json +0 -13
  17. TC0/c10/dataset_dict.json +0 -1
  18. TC0/c10/test/data-00000-of-00001.arrow +0 -3
  19. TC0/c10/test/dataset_info.json +0 -32
  20. TC0/c10/test/state.json +0 -13
  21. TC0/c10/train/data-00000-of-00001.arrow +0 -3
  22. TC0/c10/train/dataset_info.json +0 -32
  23. TC0/c10/train/state.json +0 -13
  24. TC0/c12/dataset_dict.json +0 -1
  25. TC0/c12/test/data-00000-of-00001.arrow +0 -3
  26. TC0/c12/test/dataset_info.json +0 -32
  27. TC0/c12/test/state.json +0 -13
  28. TC0/c12/train/data-00000-of-00001.arrow +0 -3
  29. TC0/c12/train/dataset_info.json +0 -32
  30. TC0/c12/train/state.json +0 -13
  31. TC0/c15/dataset_dict.json +0 -1
  32. TC0/c15/test/data-00000-of-00001.arrow +0 -3
  33. TC0/c15/test/dataset_info.json +0 -32
  34. TC0/c15/test/state.json +0 -13
  35. TC0/c15/train/data-00000-of-00001.arrow +0 -3
  36. TC0/c15/train/dataset_info.json +0 -32
  37. TC0/c15/train/state.json +0 -13
  38. TC0/c20/dataset_dict.json +0 -1
  39. TC0/c20/test/data-00000-of-00001.arrow +0 -3
  40. TC0/c20/test/dataset_info.json +0 -32
  41. TC0/c20/test/state.json +0 -13
  42. TC0/c20/train/data-00000-of-00001.arrow +0 -3
  43. TC0/c20/train/dataset_info.json +0 -32
  44. TC0/c20/train/state.json +0 -13
  45. TC0/c25/dataset_dict.json +0 -1
  46. TC0/c25/test/data-00000-of-00001.arrow +0 -3
  47. TC0/c25/test/dataset_info.json +0 -32
  48. TC0/c25/test/state.json +0 -13
  49. TC0/c25/train/data-00000-of-00001.arrow +0 -3
  50. TC0/c25/train/dataset_info.json +0 -32
.gitkeep ADDED
File without changes
TC0/README.md DELETED
@@ -1,26 +0,0 @@
1
- # TC⁰ Groups (Solvable)
2
-
3
- This directory contains all solvable permutation groups from our dataset. These groups can theoretically be solved by constant-depth threshold circuits (TC⁰), which means models like Transformers and standard SSMs should be able to learn them.
4
-
5
- ## Groups in this category:
6
-
7
- ### Small Symmetric/Alternating (Solvable)
8
- - S3 (order 6)
9
- - S4 (order 24)
10
- - A3 (order 3)
11
- - A4 (order 12)
12
-
13
- ### Cyclic Groups (All solvable abelian)
14
- - C3 through C30
15
-
16
- ### Dihedral Groups (All solvable)
17
- - D3 through D20
18
-
19
- ### Other Solvable Groups
20
- - V4: Klein four-group (order 4)
21
- - Q8, Q16, Q32: Quaternion groups
22
- - Elementary abelian groups (Z_p^k)
23
- - F20, F21: Frobenius groups
24
-
25
- ## Key Property
26
- All these groups have a composition series with abelian quotients, making them solvable and placing them in TC⁰.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/a3/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
TC0/a3/test/data-00000-of-00001.arrow DELETED
Binary file (68.1 kB)
 
TC0/a3/test/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/a3/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "e60dd9719903ad25",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/a3/train/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9440c417ac2ec37f87d4c3e5b5f7c7b87b73988a82e47dc36bae950b7edb8635
3
- size 309008
 
 
 
 
TC0/a3/train/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/a3/train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "14d4d4609d48f884",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/a4/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
TC0/a4/test/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a126aa7ea09568b434a357d8120f96f47c039580b9ae259468ae75d62cff20c
3
- size 163352
 
 
 
 
TC0/a4/test/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/a4/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "4477a45e756baec3",
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 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5974f65ac0fbcd4c376a38c066e8151467d4b463904f00e1d751cdf1de8429a
3
- size 643080
 
 
 
 
TC0/a4/train/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/a4/train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "54a3d0450e41a416",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c10/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
TC0/c10/test/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:628f33dd7a4c949e0019f3829530f3ba1d4e63d49cc08a1abfe9140997ac1497
3
- size 285864
 
 
 
 
TC0/c10/test/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c10/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "792693ee8a173d1c",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c10/train/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:806dcdce5e012d394b022f80b2ab7770848d553257c459a8e0054276d2378d39
3
- size 1187256
 
 
 
 
TC0/c10/train/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c10/train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "235350088d07b970",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c12/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
TC0/c12/test/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1d7e0e23acfdc59384824991bd2a3c2883b4916f044193da78f331bc3281976
3
- size 357096
 
 
 
 
TC0/c12/test/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c12/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "bf21d7b3e2801730",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c12/train/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0cd2cababc5ea47b931bb7d3bf634deac376215623e321d41589cebc8cd8ef0
3
- size 1432088
 
 
 
 
TC0/c12/train/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c12/train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "f3c91830feadead4",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c15/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
TC0/c15/test/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bce72bf36a5e771141527da773008aa76a9cb81190a305c8dba391c2c09f1794
3
- size 433144
 
 
 
 
TC0/c15/test/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c15/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "790f50e55027d669",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c15/train/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b909b215ee2a6b8f9d0e601dea04b58bc91a8024ef4522b8bb4bdafde18e4b45
3
- size 1724432
 
 
 
 
TC0/c15/train/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c15/train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "0e78fb75cadf758e",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c20/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
TC0/c20/test/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:120cd54885d38eea10e6d2202876428c6b6c066dfa861e41efa8a5fcad8d37dd
3
- size 510032
 
 
 
 
TC0/c20/test/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c20/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "21210d84345b34d1",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c20/train/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:65c53c6b4be9265bf2e3b181fb723dba9a2ea7560e3f80b62487bf574945ec96
3
- size 2154800
 
 
 
 
TC0/c20/train/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c20/train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "e159a76e4e4626e6",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c25/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
TC0/c25/test/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:29155ba8c692e5ef4838eaf49d4b335e82be74ab852c002258849bde0698c49b
3
- size 625152
 
 
 
 
TC0/c25/test/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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/c25/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "f05ff6b7bf4fea6a",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TC0/c25/train/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab07b59fcbd697fdfaa8297bc4e9f81262e9e96bf935216d517cc47adac8d4d6
3
- size 2435216
 
 
 
 
TC0/c25/train/dataset_info.json DELETED
@@ -1,32 +0,0 @@
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
- }