diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/TC0/README.md b/TC0/README.md deleted file mode 100644 index 2cdcc01891a94aff381849a605530a5d70d74d26..0000000000000000000000000000000000000000 --- a/TC0/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# TC⁰ Groups (Solvable) - -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. - -## Groups in this category: - -### Small Symmetric/Alternating (Solvable) -- S3 (order 6) -- S4 (order 24) -- A3 (order 3) -- A4 (order 12) - -### Cyclic Groups (All solvable abelian) -- C3 through C30 - -### Dihedral Groups (All solvable) -- D3 through D20 - -### Other Solvable Groups -- V4: Klein four-group (order 4) -- Q8, Q16, Q32: Quaternion groups -- Elementary abelian groups (Z_p^k) -- F20, F21: Frobenius groups - -## Key Property -All these groups have a composition series with abelian quotients, making them solvable and placing them in TC⁰. diff --git a/TC0/a3/dataset_dict.json b/TC0/a3/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/a3/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/a3/test/data-00000-of-00001.arrow b/TC0/a3/test/data-00000-of-00001.arrow deleted file mode 100644 index cbb334e229a44938967464d18358ed7eb0eb6e23..0000000000000000000000000000000000000000 Binary files a/TC0/a3/test/data-00000-of-00001.arrow and /dev/null differ diff --git a/TC0/a3/test/dataset_info.json b/TC0/a3/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/a3/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/a3/test/state.json b/TC0/a3/test/state.json deleted file mode 100644 index 9fe91bd49fca4881e91b15a9b5de5d2e00728b5b..0000000000000000000000000000000000000000 --- a/TC0/a3/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "e60dd9719903ad25", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/a3/train/data-00000-of-00001.arrow b/TC0/a3/train/data-00000-of-00001.arrow deleted file mode 100644 index 25b11c03d6d8fd92b2b3af29b05caa826a0d0437..0000000000000000000000000000000000000000 --- a/TC0/a3/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9440c417ac2ec37f87d4c3e5b5f7c7b87b73988a82e47dc36bae950b7edb8635 -size 309008 diff --git a/TC0/a3/train/dataset_info.json b/TC0/a3/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/a3/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/a3/train/state.json b/TC0/a3/train/state.json deleted file mode 100644 index 50b2272d0d4f8326d000fe624755cfc9fb91ce46..0000000000000000000000000000000000000000 --- a/TC0/a3/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "14d4d4609d48f884", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/a4/dataset_dict.json b/TC0/a4/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/a4/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/a4/test/data-00000-of-00001.arrow b/TC0/a4/test/data-00000-of-00001.arrow deleted file mode 100644 index efd0c32ddad080e27e7889c07bc1acba77bba4c3..0000000000000000000000000000000000000000 --- a/TC0/a4/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a126aa7ea09568b434a357d8120f96f47c039580b9ae259468ae75d62cff20c -size 163352 diff --git a/TC0/a4/test/dataset_info.json b/TC0/a4/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/a4/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/a4/test/state.json b/TC0/a4/test/state.json deleted file mode 100644 index 91dd3794b88eb9fae696dd5f994d4e0a699c207e..0000000000000000000000000000000000000000 --- a/TC0/a4/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "4477a45e756baec3", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/a4/train/data-00000-of-00001.arrow b/TC0/a4/train/data-00000-of-00001.arrow deleted file mode 100644 index 14f5e63c4cf345f2673b958a2aab218118c09ed7..0000000000000000000000000000000000000000 --- a/TC0/a4/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5974f65ac0fbcd4c376a38c066e8151467d4b463904f00e1d751cdf1de8429a -size 643080 diff --git a/TC0/a4/train/dataset_info.json b/TC0/a4/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/a4/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/a4/train/state.json b/TC0/a4/train/state.json deleted file mode 100644 index f23ccdc8173272de8686148f95ab2f7ad8ae99be..0000000000000000000000000000000000000000 --- a/TC0/a4/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "54a3d0450e41a416", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c10/dataset_dict.json b/TC0/c10/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c10/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c10/test/data-00000-of-00001.arrow b/TC0/c10/test/data-00000-of-00001.arrow deleted file mode 100644 index 5b120ce2af64688bfe15761a26d0147c2eb28e4c..0000000000000000000000000000000000000000 --- a/TC0/c10/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:628f33dd7a4c949e0019f3829530f3ba1d4e63d49cc08a1abfe9140997ac1497 -size 285864 diff --git a/TC0/c10/test/dataset_info.json b/TC0/c10/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c10/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c10/test/state.json b/TC0/c10/test/state.json deleted file mode 100644 index a56630c02b8ec9c00a61e1d82ce5171bd6a99ace..0000000000000000000000000000000000000000 --- a/TC0/c10/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "792693ee8a173d1c", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c10/train/data-00000-of-00001.arrow b/TC0/c10/train/data-00000-of-00001.arrow deleted file mode 100644 index 784deaa3557ea523bb8ee5cf2e1fdad0b2ff1d43..0000000000000000000000000000000000000000 --- a/TC0/c10/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:806dcdce5e012d394b022f80b2ab7770848d553257c459a8e0054276d2378d39 -size 1187256 diff --git a/TC0/c10/train/dataset_info.json b/TC0/c10/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c10/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c10/train/state.json b/TC0/c10/train/state.json deleted file mode 100644 index af5b23fe6066dcc56080c048aae1d8beeebb1f90..0000000000000000000000000000000000000000 --- a/TC0/c10/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "235350088d07b970", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c12/dataset_dict.json b/TC0/c12/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c12/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c12/test/data-00000-of-00001.arrow b/TC0/c12/test/data-00000-of-00001.arrow deleted file mode 100644 index 58d204d0ce84d6d93e8c44d85280212ef29c974b..0000000000000000000000000000000000000000 --- a/TC0/c12/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1d7e0e23acfdc59384824991bd2a3c2883b4916f044193da78f331bc3281976 -size 357096 diff --git a/TC0/c12/test/dataset_info.json b/TC0/c12/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c12/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c12/test/state.json b/TC0/c12/test/state.json deleted file mode 100644 index 2546bd29706c614fa8abf47bff1a5deb09bf5774..0000000000000000000000000000000000000000 --- a/TC0/c12/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "bf21d7b3e2801730", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c12/train/data-00000-of-00001.arrow b/TC0/c12/train/data-00000-of-00001.arrow deleted file mode 100644 index 5d3b1b1c68a5a959904dbdc23794c4e13c34015e..0000000000000000000000000000000000000000 --- a/TC0/c12/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0cd2cababc5ea47b931bb7d3bf634deac376215623e321d41589cebc8cd8ef0 -size 1432088 diff --git a/TC0/c12/train/dataset_info.json b/TC0/c12/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c12/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c12/train/state.json b/TC0/c12/train/state.json deleted file mode 100644 index f2c6f41b72a4532c481f49bcfd2b99af846f107d..0000000000000000000000000000000000000000 --- a/TC0/c12/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "f3c91830feadead4", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c15/dataset_dict.json b/TC0/c15/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c15/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c15/test/data-00000-of-00001.arrow b/TC0/c15/test/data-00000-of-00001.arrow deleted file mode 100644 index 2cabf9b2235087673334ecf38685ccf78e68f013..0000000000000000000000000000000000000000 --- a/TC0/c15/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce72bf36a5e771141527da773008aa76a9cb81190a305c8dba391c2c09f1794 -size 433144 diff --git a/TC0/c15/test/dataset_info.json b/TC0/c15/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c15/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c15/test/state.json b/TC0/c15/test/state.json deleted file mode 100644 index bbe9e91df25d95eca85cd63d042151c7e36bbcb9..0000000000000000000000000000000000000000 --- a/TC0/c15/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "790f50e55027d669", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c15/train/data-00000-of-00001.arrow b/TC0/c15/train/data-00000-of-00001.arrow deleted file mode 100644 index 2c9d1b112d1a95b10da0370ba5be4578c7a59249..0000000000000000000000000000000000000000 --- a/TC0/c15/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b909b215ee2a6b8f9d0e601dea04b58bc91a8024ef4522b8bb4bdafde18e4b45 -size 1724432 diff --git a/TC0/c15/train/dataset_info.json b/TC0/c15/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c15/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c15/train/state.json b/TC0/c15/train/state.json deleted file mode 100644 index 8201cb517c9dd53a2b9e648a3161661d2325291a..0000000000000000000000000000000000000000 --- a/TC0/c15/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "0e78fb75cadf758e", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c20/dataset_dict.json b/TC0/c20/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c20/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c20/test/data-00000-of-00001.arrow b/TC0/c20/test/data-00000-of-00001.arrow deleted file mode 100644 index 2cb3eef429caaa83585a75a15ac79830da216503..0000000000000000000000000000000000000000 --- a/TC0/c20/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:120cd54885d38eea10e6d2202876428c6b6c066dfa861e41efa8a5fcad8d37dd -size 510032 diff --git a/TC0/c20/test/dataset_info.json b/TC0/c20/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c20/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c20/test/state.json b/TC0/c20/test/state.json deleted file mode 100644 index 89bf2000aadb37dd3a47d223dabe00d751a55f8c..0000000000000000000000000000000000000000 --- a/TC0/c20/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "21210d84345b34d1", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c20/train/data-00000-of-00001.arrow b/TC0/c20/train/data-00000-of-00001.arrow deleted file mode 100644 index ff55d5077557e7ef11fc8830710e4700c03b1644..0000000000000000000000000000000000000000 --- a/TC0/c20/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c53c6b4be9265bf2e3b181fb723dba9a2ea7560e3f80b62487bf574945ec96 -size 2154800 diff --git a/TC0/c20/train/dataset_info.json b/TC0/c20/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c20/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c20/train/state.json b/TC0/c20/train/state.json deleted file mode 100644 index 1193b96cceb96aa3e59b503b12c057457fbaf779..0000000000000000000000000000000000000000 --- a/TC0/c20/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "e159a76e4e4626e6", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c25/dataset_dict.json b/TC0/c25/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c25/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c25/test/data-00000-of-00001.arrow b/TC0/c25/test/data-00000-of-00001.arrow deleted file mode 100644 index 7fade4ab47857bf661d174a1b4fae6d760abd2b2..0000000000000000000000000000000000000000 --- a/TC0/c25/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29155ba8c692e5ef4838eaf49d4b335e82be74ab852c002258849bde0698c49b -size 625152 diff --git a/TC0/c25/test/dataset_info.json b/TC0/c25/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c25/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c25/test/state.json b/TC0/c25/test/state.json deleted file mode 100644 index 8f9ae6f058999a9883710a7f209db1ce4201381e..0000000000000000000000000000000000000000 --- a/TC0/c25/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "f05ff6b7bf4fea6a", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c25/train/data-00000-of-00001.arrow b/TC0/c25/train/data-00000-of-00001.arrow deleted file mode 100644 index 4bda21e94950223b72e141084a95fc1337a7d905..0000000000000000000000000000000000000000 --- a/TC0/c25/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab07b59fcbd697fdfaa8297bc4e9f81262e9e96bf935216d517cc47adac8d4d6 -size 2435216 diff --git a/TC0/c25/train/dataset_info.json b/TC0/c25/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c25/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c25/train/state.json b/TC0/c25/train/state.json deleted file mode 100644 index 60680fb6281ab50dde3c21adf7edf59ce597cef4..0000000000000000000000000000000000000000 --- a/TC0/c25/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "f6b80bc0d706acf5", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c3/dataset_dict.json b/TC0/c3/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c3/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c3/test/data-00000-of-00001.arrow b/TC0/c3/test/data-00000-of-00001.arrow deleted file mode 100644 index 43f6985f4d80ab6543896a27b4a28eedb6534b2a..0000000000000000000000000000000000000000 --- a/TC0/c3/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3add950aa6deae1412e647e7de4e666e93d32a35eb1ec7eff08bb07726d248c -size 173040 diff --git a/TC0/c3/test/dataset_info.json b/TC0/c3/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c3/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c3/test/state.json b/TC0/c3/test/state.json deleted file mode 100644 index 23422ec58fe095d3603dee1357e1eae6aafec78c..0000000000000000000000000000000000000000 --- a/TC0/c3/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "5c7e9fda0da0cc04", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c3/train/data-00000-of-00001.arrow b/TC0/c3/train/data-00000-of-00001.arrow deleted file mode 100644 index 774dfebc810eb677fa68b308d4a07befd429979c..0000000000000000000000000000000000000000 --- a/TC0/c3/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48e636484d6e119956e827dd2e71d373ee945f0b2e35cbe0453a729e4a9bbbbc -size 638344 diff --git a/TC0/c3/train/dataset_info.json b/TC0/c3/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c3/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c3/train/state.json b/TC0/c3/train/state.json deleted file mode 100644 index 08c61e76c624bd71e68c6cae1833c3fb449da0e0..0000000000000000000000000000000000000000 --- a/TC0/c3/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "650f2a5776702aa2", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c30/dataset_dict.json b/TC0/c30/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c30/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c30/test/data-00000-of-00001.arrow b/TC0/c30/test/data-00000-of-00001.arrow deleted file mode 100644 index 80cb94f34971c519b74024b8e3763f12a6ec3e04..0000000000000000000000000000000000000000 --- a/TC0/c30/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d254457a01db6b0eba008bcbea9e41f7b9537e1c8d2afb8cbf5e18e295ba1f9 -size 699160 diff --git a/TC0/c30/test/dataset_info.json b/TC0/c30/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c30/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c30/test/state.json b/TC0/c30/test/state.json deleted file mode 100644 index f17f8089693547a810087a1b188dab41a7746649..0000000000000000000000000000000000000000 --- a/TC0/c30/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "10528283df8f03eb", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c30/train/data-00000-of-00001.arrow b/TC0/c30/train/data-00000-of-00001.arrow deleted file mode 100644 index 2a457b5c186f9ba5731cca4d8630925f4144e421..0000000000000000000000000000000000000000 --- a/TC0/c30/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2e8b8697192d6144afdb5adcadecfa3394bfbc2afb311ed301822a1c16c2120 -size 2750056 diff --git a/TC0/c30/train/dataset_info.json b/TC0/c30/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c30/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c30/train/state.json b/TC0/c30/train/state.json deleted file mode 100644 index 2e6cc24c7c9f44a9fc1cf1218b9da5793401fee4..0000000000000000000000000000000000000000 --- a/TC0/c30/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "62775195534be628", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c4/dataset_dict.json b/TC0/c4/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c4/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c4/test/data-00000-of-00001.arrow b/TC0/c4/test/data-00000-of-00001.arrow deleted file mode 100644 index 7408d5d63891b76c8e7253a1d60120de6bb538c6..0000000000000000000000000000000000000000 --- a/TC0/c4/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0818a0981169509ff429000b2bf9685b9287e5faf4d0a0e48b08e6a1a0bd9b7f -size 178560 diff --git a/TC0/c4/test/dataset_info.json b/TC0/c4/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c4/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c4/test/state.json b/TC0/c4/test/state.json deleted file mode 100644 index 149e1dc06c2379d19e292c3dec7b17d8e02a6143..0000000000000000000000000000000000000000 --- a/TC0/c4/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ee8d5e88d094ee3a", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c4/train/data-00000-of-00001.arrow b/TC0/c4/train/data-00000-of-00001.arrow deleted file mode 100644 index ff3a48a034c881549285045d47f2b314a5484943..0000000000000000000000000000000000000000 --- a/TC0/c4/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e656912105afd371eae9cbe72f807e36645d70587c260ddd9b58d20f832b24de -size 741280 diff --git a/TC0/c4/train/dataset_info.json b/TC0/c4/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c4/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c4/train/state.json b/TC0/c4/train/state.json deleted file mode 100644 index 3cd81be44d871873bca5226974066cf62858bb78..0000000000000000000000000000000000000000 --- a/TC0/c4/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "da202fbd052111db", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c5/dataset_dict.json b/TC0/c5/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c5/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c5/test/data-00000-of-00001.arrow b/TC0/c5/test/data-00000-of-00001.arrow deleted file mode 100644 index e0b970290569cfe3009286de737413acdbd95d53..0000000000000000000000000000000000000000 --- a/TC0/c5/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3796406127470126c306283c51974853359cf76a705011c1dcb02c0b41714fea -size 218776 diff --git a/TC0/c5/test/dataset_info.json b/TC0/c5/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c5/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c5/test/state.json b/TC0/c5/test/state.json deleted file mode 100644 index a2cc3f048ef1e0e3f426767d57afff0b23b97cd8..0000000000000000000000000000000000000000 --- a/TC0/c5/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "706079dab799bf67", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c5/train/data-00000-of-00001.arrow b/TC0/c5/train/data-00000-of-00001.arrow deleted file mode 100644 index 0c5d3c3d9e3700c0d2919b0fbd5638baca2291a6..0000000000000000000000000000000000000000 --- a/TC0/c5/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80a28c49851261baf1ea2b3113ede7a11adb6557f891a032e9dc36cf7f2b5199 -size 845648 diff --git a/TC0/c5/train/dataset_info.json b/TC0/c5/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c5/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c5/train/state.json b/TC0/c5/train/state.json deleted file mode 100644 index d6e2ffcc2574e208c7311b2cc4f9a06139266012..0000000000000000000000000000000000000000 --- a/TC0/c5/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "873bcf06266ac296", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c6/dataset_dict.json b/TC0/c6/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c6/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c6/test/data-00000-of-00001.arrow b/TC0/c6/test/data-00000-of-00001.arrow deleted file mode 100644 index 5df15579c177f151e2044133159b4f208a5b5b4b..0000000000000000000000000000000000000000 --- a/TC0/c6/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:230c6b619a99c38b03eca5ec8ccc4277cbf9fe0701ea46725f937b412ef83c7d -size 249928 diff --git a/TC0/c6/test/dataset_info.json b/TC0/c6/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c6/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c6/test/state.json b/TC0/c6/test/state.json deleted file mode 100644 index b2fbea76fb82392a25415db8a17eecf668acf30e..0000000000000000000000000000000000000000 --- a/TC0/c6/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "9dff0ca95ad90316", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c6/train/data-00000-of-00001.arrow b/TC0/c6/train/data-00000-of-00001.arrow deleted file mode 100644 index 618c75a89f625f93b1d1e96930faab4a61148d8c..0000000000000000000000000000000000000000 --- a/TC0/c6/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2acf66efbeb2f1a0c6b1c651475698543b41e358f15c74d81b64a8ec14d8e0d -size 886536 diff --git a/TC0/c6/train/dataset_info.json b/TC0/c6/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c6/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c6/train/state.json b/TC0/c6/train/state.json deleted file mode 100644 index dad376f44b6e84cb11c89895427fd7d2362c9f1c..0000000000000000000000000000000000000000 --- a/TC0/c6/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ca0332f1ef7e9d4f", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c7/dataset_dict.json b/TC0/c7/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c7/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c7/test/data-00000-of-00001.arrow b/TC0/c7/test/data-00000-of-00001.arrow deleted file mode 100644 index 2afaaeb3d5644e8b897e0bf6d73a468be869181f..0000000000000000000000000000000000000000 --- a/TC0/c7/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d7c5454f9f5a37977b6e86381c26c6bde2c177b6d3b8fa5f27cf395c61e0b92 -size 260304 diff --git a/TC0/c7/test/dataset_info.json b/TC0/c7/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c7/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c7/test/state.json b/TC0/c7/test/state.json deleted file mode 100644 index 92f25984e308028b2504055ffff5891debcafbd4..0000000000000000000000000000000000000000 --- a/TC0/c7/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "bda8d6353fa2a7e2", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c7/train/data-00000-of-00001.arrow b/TC0/c7/train/data-00000-of-00001.arrow deleted file mode 100644 index 5e83c73c9f4584594699ba6c622189199f56d12a..0000000000000000000000000000000000000000 --- a/TC0/c7/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c5caca08a919b03a70da06fcde089e0a2b3bcdef74e9a09d68d13860a9e9871 -size 994968 diff --git a/TC0/c7/train/dataset_info.json b/TC0/c7/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c7/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c7/train/state.json b/TC0/c7/train/state.json deleted file mode 100644 index 124ba28ed20ddc71c342c64d9238b734eab44405..0000000000000000000000000000000000000000 --- a/TC0/c7/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "f1a569d493153887", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c8/dataset_dict.json b/TC0/c8/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c8/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c8/test/data-00000-of-00001.arrow b/TC0/c8/test/data-00000-of-00001.arrow deleted file mode 100644 index 38129524745a50d1040035e0179947d5c86a1f0c..0000000000000000000000000000000000000000 --- a/TC0/c8/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a5cad8b166b50794c7551d8aee122b7b1aa3d93f60add494c4868536eebe48 -size 260824 diff --git a/TC0/c8/test/dataset_info.json b/TC0/c8/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c8/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c8/test/state.json b/TC0/c8/test/state.json deleted file mode 100644 index 98b7a814f8bddfef9da63cd58e786d420202ff4a..0000000000000000000000000000000000000000 --- a/TC0/c8/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "0ccd6d440f7f573c", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c8/train/data-00000-of-00001.arrow b/TC0/c8/train/data-00000-of-00001.arrow deleted file mode 100644 index f0259bbbe3e936de5d5c0257ad682f23670df4f0..0000000000000000000000000000000000000000 --- a/TC0/c8/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef1c9f4743863564a27add77e9015e3afa9aba44cb3c0acff19c7642a2e5a0a3 -size 1076432 diff --git a/TC0/c8/train/dataset_info.json b/TC0/c8/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c8/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c8/train/state.json b/TC0/c8/train/state.json deleted file mode 100644 index a156988c5dbf851edf1ac2efc1984fcf40e12289..0000000000000000000000000000000000000000 --- a/TC0/c8/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "28c8c3e9bc64322f", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c9/dataset_dict.json b/TC0/c9/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/c9/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/c9/test/data-00000-of-00001.arrow b/TC0/c9/test/data-00000-of-00001.arrow deleted file mode 100644 index 4adb4655e4c7099b07c1c27a2f61d3e85f0a3138..0000000000000000000000000000000000000000 --- a/TC0/c9/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b12b524ef25aa53e15d876a72c5b70f064fc3ca5b46ae5b50aabdb3a7f07fa9b -size 279408 diff --git a/TC0/c9/test/dataset_info.json b/TC0/c9/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c9/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c9/test/state.json b/TC0/c9/test/state.json deleted file mode 100644 index 195f0b26a2f3852f3887638c647df80cf046c63e..0000000000000000000000000000000000000000 --- a/TC0/c9/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "295c0adb77c1b2b6", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/c9/train/data-00000-of-00001.arrow b/TC0/c9/train/data-00000-of-00001.arrow deleted file mode 100644 index 67b05ff8bb0068376e63bbd15280f063d677827d..0000000000000000000000000000000000000000 --- a/TC0/c9/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc6ef7bf86b87f0c69f6a93b3577dea99e082985f89a5d8dfecb83903b88a288 -size 1129320 diff --git a/TC0/c9/train/dataset_info.json b/TC0/c9/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/c9/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/c9/train/state.json b/TC0/c9/train/state.json deleted file mode 100644 index cd9b9e2e7a40a405eaa8d314427f0f939b62cd69..0000000000000000000000000000000000000000 --- a/TC0/c9/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "490294efbbd30c94", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d10/dataset_dict.json b/TC0/d10/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d10/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d10/test/data-00000-of-00001.arrow b/TC0/d10/test/data-00000-of-00001.arrow deleted file mode 100644 index 8d379cd155452cec8b6713ce7452998fdc481a79..0000000000000000000000000000000000000000 --- a/TC0/d10/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09817ba1e24f8d7c959ab655a8b97a68c294eb11d6c82d235f4786acb58f44d6 -size 1035664 diff --git a/TC0/d10/test/dataset_info.json b/TC0/d10/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d10/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d10/test/state.json b/TC0/d10/test/state.json deleted file mode 100644 index d61b63c4bdcde05c558ec7d3c20adc2ebc0248ba..0000000000000000000000000000000000000000 --- a/TC0/d10/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "b94241ba1c60aff5", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d10/train/data-00000-of-00001.arrow b/TC0/d10/train/data-00000-of-00001.arrow deleted file mode 100644 index 04efd76fed1d6e89e40083cfdb686866bbb79dc9..0000000000000000000000000000000000000000 --- a/TC0/d10/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08ec65c850fe6952a604f98b43770f67ef2bde5f701c37eccae3dc30936532bc -size 4219960 diff --git a/TC0/d10/train/dataset_info.json b/TC0/d10/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d10/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d10/train/state.json b/TC0/d10/train/state.json deleted file mode 100644 index e9f1e348b513df47c5432afcf3838f8297afe6fc..0000000000000000000000000000000000000000 --- a/TC0/d10/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "dc118d22c77a10ac", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d12/dataset_dict.json b/TC0/d12/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d12/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d12/test/data-00000-of-00001.arrow b/TC0/d12/test/data-00000-of-00001.arrow deleted file mode 100644 index 9cd917d1355d98842a8ba1524db4f498a0c2425e..0000000000000000000000000000000000000000 --- a/TC0/d12/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:865adc40f21e5a3a500350218a7f41b7f23c23f08c08f8f1287ace3b60e0e9a1 -size 1179504 diff --git a/TC0/d12/test/dataset_info.json b/TC0/d12/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d12/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d12/test/state.json b/TC0/d12/test/state.json deleted file mode 100644 index 55677957f3e3eb606b6693dde821bac5560cbc32..0000000000000000000000000000000000000000 --- a/TC0/d12/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "639c591f53fbc6b4", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d12/train/data-00000-of-00001.arrow b/TC0/d12/train/data-00000-of-00001.arrow deleted file mode 100644 index d68f3928642ea72dbfe344ad59f0e3e81c760db0..0000000000000000000000000000000000000000 --- a/TC0/d12/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fedcd94b77332c9d0fefd0ad29ea9a161c98ea9933c3df566084e5d623c915f4 -size 4756792 diff --git a/TC0/d12/train/dataset_info.json b/TC0/d12/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d12/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d12/train/state.json b/TC0/d12/train/state.json deleted file mode 100644 index 0ae0fd5467f11975413c948e388a233bd1b794a4..0000000000000000000000000000000000000000 --- a/TC0/d12/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "490a0e9561f5ea77", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d15/dataset_dict.json b/TC0/d15/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d15/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d15/test/data-00000-of-00001.arrow b/TC0/d15/test/data-00000-of-00001.arrow deleted file mode 100644 index 1eb4d2238367a41f7de09905966001abd0409586..0000000000000000000000000000000000000000 --- a/TC0/d15/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94b18e10ae7f6e350ce9b3886e607138246fe9b347f52ed38ba72949666517fb -size 1404704 diff --git a/TC0/d15/test/dataset_info.json b/TC0/d15/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d15/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d15/test/state.json b/TC0/d15/test/state.json deleted file mode 100644 index c4e7d635e89bb4d84fe4a88fca817110042b0974..0000000000000000000000000000000000000000 --- a/TC0/d15/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "f2c160c5a7aea560", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d15/train/data-00000-of-00001.arrow b/TC0/d15/train/data-00000-of-00001.arrow deleted file mode 100644 index 320ff38fdde7fe138ffd3579d4b6f04a32c976e4..0000000000000000000000000000000000000000 --- a/TC0/d15/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fef0976e7697887935403a87444201fbf21a24361fdf14870211adf2cffbd0e7 -size 5389576 diff --git a/TC0/d15/train/dataset_info.json b/TC0/d15/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d15/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d15/train/state.json b/TC0/d15/train/state.json deleted file mode 100644 index 65add43749877eea0edc53cb2595aff55e186ce7..0000000000000000000000000000000000000000 --- a/TC0/d15/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "c7ace40fcd4d5470", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d20/dataset_dict.json b/TC0/d20/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d20/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d20/test/data-00000-of-00001.arrow b/TC0/d20/test/data-00000-of-00001.arrow deleted file mode 100644 index 19902c47113420e771df4d23114b4e5643e20d48..0000000000000000000000000000000000000000 --- a/TC0/d20/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe493c42e7aab35f42c6debb38f1602a636110343836f17d5f77ccda3d262f8a -size 1637384 diff --git a/TC0/d20/test/dataset_info.json b/TC0/d20/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d20/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d20/test/state.json b/TC0/d20/test/state.json deleted file mode 100644 index 7c7907f953d370036fa03a14f794a0a42279f7c5..0000000000000000000000000000000000000000 --- a/TC0/d20/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "1127a1b2ec2e0975", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d20/train/data-00000-of-00001.arrow b/TC0/d20/train/data-00000-of-00001.arrow deleted file mode 100644 index 049c5d332c987407dda9454d57589a97ab9367f4..0000000000000000000000000000000000000000 --- a/TC0/d20/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8be8c374aebc91d152a0f35f070376204334e4c0c04c1ec44ec59c7873166289 -size 6653496 diff --git a/TC0/d20/train/dataset_info.json b/TC0/d20/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d20/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d20/train/state.json b/TC0/d20/train/state.json deleted file mode 100644 index 29cd4cd4a9c2be7f21021b4b8b0efd1b2f3e870e..0000000000000000000000000000000000000000 --- a/TC0/d20/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "57731125fdc9088d", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d3/dataset_dict.json b/TC0/d3/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d3/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d3/test/data-00000-of-00001.arrow b/TC0/d3/test/data-00000-of-00001.arrow deleted file mode 100644 index 7b5db8c393076f61f7601e36b46197cb69f69ba3..0000000000000000000000000000000000000000 --- a/TC0/d3/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aceb37f4f869e4276433fee3af0040f0f3de5ab31c2e885924c6cb8a554b30a1 -size 496712 diff --git a/TC0/d3/test/dataset_info.json b/TC0/d3/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d3/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d3/test/state.json b/TC0/d3/test/state.json deleted file mode 100644 index 8144664d709aa607d1d2623995a1a7dcad0313b1..0000000000000000000000000000000000000000 --- a/TC0/d3/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "5447fe88b7bde899", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d3/train/data-00000-of-00001.arrow b/TC0/d3/train/data-00000-of-00001.arrow deleted file mode 100644 index 61dca07367459ba6c32b658a0cea6b03990eff15..0000000000000000000000000000000000000000 --- a/TC0/d3/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c280f7c13c28dba6225b88e05644d52ecf95c94a9484c8156fd34f7cebd44428 -size 1861328 diff --git a/TC0/d3/train/dataset_info.json b/TC0/d3/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d3/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d3/train/state.json b/TC0/d3/train/state.json deleted file mode 100644 index 14c9890eef880e4c4cd6447664876f4793301ded..0000000000000000000000000000000000000000 --- a/TC0/d3/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ca253b619848b2fc", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d4/dataset_dict.json b/TC0/d4/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d4/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d4/test/data-00000-of-00001.arrow b/TC0/d4/test/data-00000-of-00001.arrow deleted file mode 100644 index 9e3a93089816770b3f946efec22175eebfa33e41..0000000000000000000000000000000000000000 --- a/TC0/d4/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:130ae51a157897d544a6439dace68a9c55c82212b82ccf16864ced0584e32f1f -size 545944 diff --git a/TC0/d4/test/dataset_info.json b/TC0/d4/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d4/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d4/test/state.json b/TC0/d4/test/state.json deleted file mode 100644 index 67496c82657a0406b19a213c3255c41b4ac13014..0000000000000000000000000000000000000000 --- a/TC0/d4/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "7ce86c07a7019ef3", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d4/train/data-00000-of-00001.arrow b/TC0/d4/train/data-00000-of-00001.arrow deleted file mode 100644 index dd3a792a30729255af50d3662f7a7f09bcbb6e7b..0000000000000000000000000000000000000000 --- a/TC0/d4/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce88bb9e90cb860cbf613c4dd57da1434366737edfb721997200f9e8d4888a2 -size 2121792 diff --git a/TC0/d4/train/dataset_info.json b/TC0/d4/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d4/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d4/train/state.json b/TC0/d4/train/state.json deleted file mode 100644 index 3bf563b13b708ba51d552ad77d3d63fb7da3a09d..0000000000000000000000000000000000000000 --- a/TC0/d4/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "022f17be2d68d8be", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d5/dataset_dict.json b/TC0/d5/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d5/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d5/test/data-00000-of-00001.arrow b/TC0/d5/test/data-00000-of-00001.arrow deleted file mode 100644 index 43c3cbf24925cae29e2c012dd2d828a977e988f3..0000000000000000000000000000000000000000 --- a/TC0/d5/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e39c0d6cbbdb69bdcae2c492cb1d847d6fe1bc4c63d13399e2c0324e185ee70 -size 603680 diff --git a/TC0/d5/test/dataset_info.json b/TC0/d5/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d5/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d5/test/state.json b/TC0/d5/test/state.json deleted file mode 100644 index bee10393abcb47ecf24c22dea6e5dccf630cc8d1..0000000000000000000000000000000000000000 --- a/TC0/d5/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ef2e5eca8f8ccea3", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d5/train/data-00000-of-00001.arrow b/TC0/d5/train/data-00000-of-00001.arrow deleted file mode 100644 index 4e305a4e9160cf732d388649181fd2c90971c0da..0000000000000000000000000000000000000000 --- a/TC0/d5/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:484c664e71061d1ad10e2d467f459aa35a65f5da0bb50b121286056fbc1d9810 -size 2472392 diff --git a/TC0/d5/train/dataset_info.json b/TC0/d5/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d5/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d5/train/state.json b/TC0/d5/train/state.json deleted file mode 100644 index 8e1acf5ef0cae6f4fa8a612eba77d3cc8223dd39..0000000000000000000000000000000000000000 --- a/TC0/d5/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "b185988c7defe064", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d6/dataset_dict.json b/TC0/d6/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d6/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d6/test/data-00000-of-00001.arrow b/TC0/d6/test/data-00000-of-00001.arrow deleted file mode 100644 index 8bf333c10cc66340153f09009397223b47e5533f..0000000000000000000000000000000000000000 --- a/TC0/d6/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c1acecd73dfe0d362aaa8f0a0a03969b9ace8d3b91b2414bc696cb8ec9d7b10 -size 719384 diff --git a/TC0/d6/test/dataset_info.json b/TC0/d6/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d6/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d6/test/state.json b/TC0/d6/test/state.json deleted file mode 100644 index 965a13579c9439d233fd50869298d450ec8e1b30..0000000000000000000000000000000000000000 --- a/TC0/d6/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "919ab36485e1ede2", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d6/train/data-00000-of-00001.arrow b/TC0/d6/train/data-00000-of-00001.arrow deleted file mode 100644 index 2fa739cc7b24c1b0d79e6ef1515cb341894c0f12..0000000000000000000000000000000000000000 --- a/TC0/d6/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b851b33d21b71fcfa94fe99355f29715eaa71ad24178d39436c85c45cc92aa52 -size 2837160 diff --git a/TC0/d6/train/dataset_info.json b/TC0/d6/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d6/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d6/train/state.json b/TC0/d6/train/state.json deleted file mode 100644 index 7e5c7f910660b87b547685d04796442139c3c8a3..0000000000000000000000000000000000000000 --- a/TC0/d6/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "28ce2c3e0218fbb8", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d7/dataset_dict.json b/TC0/d7/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d7/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d7/test/data-00000-of-00001.arrow b/TC0/d7/test/data-00000-of-00001.arrow deleted file mode 100644 index fcdcce121fedeb3b09fc41d48348cc8394b6fa31..0000000000000000000000000000000000000000 --- a/TC0/d7/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57ce1c20dd7858fb861fa4910dccd84c5ff35d06c53eb479f3b0b32dff973e26 -size 828560 diff --git a/TC0/d7/test/dataset_info.json b/TC0/d7/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d7/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d7/test/state.json b/TC0/d7/test/state.json deleted file mode 100644 index 3f3388488fa095655833660b0f69802a74ca5057..0000000000000000000000000000000000000000 --- a/TC0/d7/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "5bdbe82c93f5fe6e", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d7/train/data-00000-of-00001.arrow b/TC0/d7/train/data-00000-of-00001.arrow deleted file mode 100644 index 758bfbc376454b53aeb1938684d14b3dc0e8e1b5..0000000000000000000000000000000000000000 --- a/TC0/d7/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2032a19feb5e4b964043f7c2457564eba18d032bc85edd22d829f435270a42c7 -size 3249264 diff --git a/TC0/d7/train/dataset_info.json b/TC0/d7/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d7/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d7/train/state.json b/TC0/d7/train/state.json deleted file mode 100644 index 98c6106b3257183389a255213c2a582921f8a078..0000000000000000000000000000000000000000 --- a/TC0/d7/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "85ff7374a1fdd261", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d8/dataset_dict.json b/TC0/d8/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d8/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d8/test/data-00000-of-00001.arrow b/TC0/d8/test/data-00000-of-00001.arrow deleted file mode 100644 index d29b5ee137bbd020d4bebba786dbdf8c6675a17c..0000000000000000000000000000000000000000 --- a/TC0/d8/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6052c64db995d226f8c6dd037b6f5fbae1778c90aac908a71cb19c9bc47ca8bc -size 897440 diff --git a/TC0/d8/test/dataset_info.json b/TC0/d8/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d8/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d8/test/state.json b/TC0/d8/test/state.json deleted file mode 100644 index 2d6241d816d21aa0be37e4104bb81ea9c970c95d..0000000000000000000000000000000000000000 --- a/TC0/d8/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "c3bc2b66fc2baffc", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d8/train/data-00000-of-00001.arrow b/TC0/d8/train/data-00000-of-00001.arrow deleted file mode 100644 index 8155ee81a856d9243646332ba535724e6ebc940e..0000000000000000000000000000000000000000 --- a/TC0/d8/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df4d56a61e066bb1c815d967e2775ef954ddd46652c30812630073e486f66826 -size 3567168 diff --git a/TC0/d8/train/dataset_info.json b/TC0/d8/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d8/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d8/train/state.json b/TC0/d8/train/state.json deleted file mode 100644 index b513a1ae56ecfa564b100b2683cec3331694e37a..0000000000000000000000000000000000000000 --- a/TC0/d8/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "9986c977efba4314", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d9/dataset_dict.json b/TC0/d9/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/d9/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/d9/test/data-00000-of-00001.arrow b/TC0/d9/test/data-00000-of-00001.arrow deleted file mode 100644 index 8259255d03ed1ace4984ca2b82e26ca547ef7548..0000000000000000000000000000000000000000 --- a/TC0/d9/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b40edea1362f3381536deb85e3d25f67422d48360f8960b4960beb6c86812307 -size 1042680 diff --git a/TC0/d9/test/dataset_info.json b/TC0/d9/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d9/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d9/test/state.json b/TC0/d9/test/state.json deleted file mode 100644 index cb75fb09cef2748057a20ec3a92f4f9109e98114..0000000000000000000000000000000000000000 --- a/TC0/d9/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "aaaafa0e6b57d550", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/d9/train/data-00000-of-00001.arrow b/TC0/d9/train/data-00000-of-00001.arrow deleted file mode 100644 index 974bde28dfa8072023d3ca21a68335587679dc96..0000000000000000000000000000000000000000 --- a/TC0/d9/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e323a4288d753750af6104ae5b579c4b3578c5a0118ddd24f3679ab00e7464c -size 3939536 diff --git a/TC0/d9/train/dataset_info.json b/TC0/d9/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/d9/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/d9/train/state.json b/TC0/d9/train/state.json deleted file mode 100644 index aed2d351ee518850a5ccff59e8400e36eac49af9..0000000000000000000000000000000000000000 --- a/TC0/d9/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "f550349c805e6c42", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/f20/dataset_dict.json b/TC0/f20/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/f20/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/f20/test/data-00000-of-00001.arrow b/TC0/f20/test/data-00000-of-00001.arrow deleted file mode 100644 index 63476575089f4ff9e96cf0e6f5989375d473a736..0000000000000000000000000000000000000000 --- a/TC0/f20/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d7c15b58ec39404b4a863454d4fc3b4dd2de175cc99bac1d2399870d50c7361 -size 10510504 diff --git a/TC0/f20/test/dataset_info.json b/TC0/f20/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/f20/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/f20/test/state.json b/TC0/f20/test/state.json deleted file mode 100644 index baf297f7132c689fa66cc25ac9e79a0750aeabb4..0000000000000000000000000000000000000000 --- a/TC0/f20/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ab0eb42cd9d54e14", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/f20/train/data-00000-of-00001.arrow b/TC0/f20/train/data-00000-of-00001.arrow deleted file mode 100644 index 2c27e37ec52bf19731cdfe633ec4f1088b7a78c6..0000000000000000000000000000000000000000 --- a/TC0/f20/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33fa616f4d4f2540ce346090bae098422ef6931077ac1d05c030707c1d3196c2 -size 41441240 diff --git a/TC0/f20/train/dataset_info.json b/TC0/f20/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/f20/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/f20/train/state.json b/TC0/f20/train/state.json deleted file mode 100644 index c2b8b5cbf776c5fa9a88bc7e5eae3048e2fdb9f4..0000000000000000000000000000000000000000 --- a/TC0/f20/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "8abac234cd6ca77e", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/f21/dataset_dict.json b/TC0/f21/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/f21/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/f21/test/data-00000-of-00001.arrow b/TC0/f21/test/data-00000-of-00001.arrow deleted file mode 100644 index 7e08fe858ad7ab45bcc60cb63067434373220e8d..0000000000000000000000000000000000000000 --- a/TC0/f21/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb67eb6070dabf24d702e4c1a51506e56617e2f538f4c199dcb89b0871e04db9 -size 10705936 diff --git a/TC0/f21/test/dataset_info.json b/TC0/f21/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/f21/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/f21/test/state.json b/TC0/f21/test/state.json deleted file mode 100644 index 5b2e93de9b8795fe2b5e6b65647af4c53a85c405..0000000000000000000000000000000000000000 --- a/TC0/f21/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "c7d0aa77aeeb5694", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/f21/train/data-00000-of-00001.arrow b/TC0/f21/train/data-00000-of-00001.arrow deleted file mode 100644 index 7b250a583ec2a802c457029c6e589137c368d8d3..0000000000000000000000000000000000000000 --- a/TC0/f21/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e42d667bf68131cac40fdb42e5ec08b11c6f72945ab03481d6cd4be326c945bf -size 43100232 diff --git a/TC0/f21/train/dataset_info.json b/TC0/f21/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/f21/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/f21/train/state.json b/TC0/f21/train/state.json deleted file mode 100644 index 762941504f3c577873d471319bbbae726042f10a..0000000000000000000000000000000000000000 --- a/TC0/f21/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "c3c05c592a812f66", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/q16/dataset_dict.json b/TC0/q16/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/q16/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/q16/test/data-00000-of-00001.arrow b/TC0/q16/test/data-00000-of-00001.arrow deleted file mode 100644 index 8b72e3a5cfe0b1c89ce8079f7bba49aa24cf4777..0000000000000000000000000000000000000000 --- a/TC0/q16/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27c76817f3a143f71709f2518bf56d6e1b0fc69e563e1ff8374af5c9d041b6a8 -size 8148104 diff --git a/TC0/q16/test/dataset_info.json b/TC0/q16/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/q16/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/q16/test/state.json b/TC0/q16/test/state.json deleted file mode 100644 index 03bfff24410502bdb2ff8c177f2df4bbd10fd01a..0000000000000000000000000000000000000000 --- a/TC0/q16/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "c576daef5e541456", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/q16/train/data-00000-of-00001.arrow b/TC0/q16/train/data-00000-of-00001.arrow deleted file mode 100644 index a62320a4ede683e57e33d1a1610249e0a9411ea1..0000000000000000000000000000000000000000 --- a/TC0/q16/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc43b78dd6650ece3cc4df33c04092f8a910232685bbf2d2b4fa1f1dcc8fc9dc -size 32134008 diff --git a/TC0/q16/train/dataset_info.json b/TC0/q16/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/q16/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/q16/train/state.json b/TC0/q16/train/state.json deleted file mode 100644 index 16ac421cd0c886ee8fb281c02cde921f23d90c19..0000000000000000000000000000000000000000 --- a/TC0/q16/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "0ad93a69fbd7e499", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/q32/dataset_dict.json b/TC0/q32/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/q32/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/q32/test/data-00000-of-00001.arrow b/TC0/q32/test/data-00000-of-00001.arrow deleted file mode 100644 index 70ecf7f383f2ddf529be9cec6b99ade7babdb407..0000000000000000000000000000000000000000 --- a/TC0/q32/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a74c7c1c0689a218398eee55c96efb0a9058f780624c6b6199932d291c1eb96 -size 12888880 diff --git a/TC0/q32/test/dataset_info.json b/TC0/q32/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/q32/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/q32/test/state.json b/TC0/q32/test/state.json deleted file mode 100644 index 001ac609c785fd50e84f40308a4db2992beefed2..0000000000000000000000000000000000000000 --- a/TC0/q32/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "77c1c80fb7d29708", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/q32/train/data-00000-of-00001.arrow b/TC0/q32/train/data-00000-of-00001.arrow deleted file mode 100644 index 88881a281d5e69a98357c689a1b1e9f039fa8c47..0000000000000000000000000000000000000000 --- a/TC0/q32/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b62e9aaceccc5ca668c41475543621a207a556d7b4cb0ce48fb19d43e666cc14 -size 51521936 diff --git a/TC0/q32/train/dataset_info.json b/TC0/q32/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/q32/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/q32/train/state.json b/TC0/q32/train/state.json deleted file mode 100644 index 743aa17072f793946c59bdaee9a16ac2bb7d8d80..0000000000000000000000000000000000000000 --- a/TC0/q32/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "939c5168ea2d787d", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/q8/dataset_dict.json b/TC0/q8/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/q8/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/q8/test/data-00000-of-00001.arrow b/TC0/q8/test/data-00000-of-00001.arrow deleted file mode 100644 index f6c1383ce5e9884312a5101c7c8c54919ef386bc..0000000000000000000000000000000000000000 --- a/TC0/q8/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bed975c1961d8733fb2ecff3147e363a2c136b83ad3a01db33a8e6a58dea8047 -size 5665128 diff --git a/TC0/q8/test/dataset_info.json b/TC0/q8/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/q8/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/q8/test/state.json b/TC0/q8/test/state.json deleted file mode 100644 index 23923b959bb5d560301bd78c76581c49ecc8b116..0000000000000000000000000000000000000000 --- a/TC0/q8/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "cd71385c4448887b", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/q8/train/data-00000-of-00001.arrow b/TC0/q8/train/data-00000-of-00001.arrow deleted file mode 100644 index 7a51b02dcbf47f42d51cd05a5cc720e514705e40..0000000000000000000000000000000000000000 --- a/TC0/q8/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e0476e532c5079057cfa4ac0a9bf6ef937490f7f823079c5766575ed41fc3a8 -size 22788776 diff --git a/TC0/q8/train/dataset_info.json b/TC0/q8/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/q8/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/q8/train/state.json b/TC0/q8/train/state.json deleted file mode 100644 index d02f928aca3a0517a68a68fd13e409a69a4daccd..0000000000000000000000000000000000000000 --- a/TC0/q8/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "4df9e4c11e98afde", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/s3/dataset_dict.json b/TC0/s3/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/s3/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/s3/test/data-00000-of-00001.arrow b/TC0/s3/test/data-00000-of-00001.arrow deleted file mode 100644 index 47bd52019dbdf223e07c11e3f72683824f88174b..0000000000000000000000000000000000000000 --- a/TC0/s3/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17126719123cb6946c80d63d8ba2ef90233de3daa30aa442dcd707200f02d1c5 -size 111376 diff --git a/TC0/s3/test/dataset_info.json b/TC0/s3/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/s3/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/s3/test/state.json b/TC0/s3/test/state.json deleted file mode 100644 index 5a9c5f6606038511a3c6c62a22a625172b908a9b..0000000000000000000000000000000000000000 --- a/TC0/s3/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ca5580ea39560d17", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/s3/train/data-00000-of-00001.arrow b/TC0/s3/train/data-00000-of-00001.arrow deleted file mode 100644 index 83d7f3fa467a6e63940c2f654d459f79ba81ac9f..0000000000000000000000000000000000000000 --- a/TC0/s3/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df9120109b0045dfe6a1fa070b35d7c8ad72b7bece09809e791086bc04ad53a -size 348328 diff --git a/TC0/s3/train/dataset_info.json b/TC0/s3/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/s3/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/s3/train/state.json b/TC0/s3/train/state.json deleted file mode 100644 index db951fd982dedf8b0533e497b52bf2d4161946cd..0000000000000000000000000000000000000000 --- a/TC0/s3/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "091237ef77923bbd", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/s4/dataset_dict.json b/TC0/s4/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/s4/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/s4/test/data-00000-of-00001.arrow b/TC0/s4/test/data-00000-of-00001.arrow deleted file mode 100644 index 56477d081cc3d25ab8a24289641e5c55b3e8d746..0000000000000000000000000000000000000000 --- a/TC0/s4/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85850392364ff42e7beeb62eaaf1cb174c2e0836793059361e9fcd3a7ad84632 -size 262272 diff --git a/TC0/s4/test/dataset_info.json b/TC0/s4/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/s4/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/s4/test/state.json b/TC0/s4/test/state.json deleted file mode 100644 index 86ece7eee54e99005bada6e3e144898843130698..0000000000000000000000000000000000000000 --- a/TC0/s4/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "0153cb5081e0104a", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/s4/train/data-00000-of-00001.arrow b/TC0/s4/train/data-00000-of-00001.arrow deleted file mode 100644 index 69bca6357219dc217a51c048dcfd1abd0000c72d..0000000000000000000000000000000000000000 --- a/TC0/s4/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23160a5318362981837bb29c418e6c33ea74418acb15ecef2908f1187493aaf2 -size 916144 diff --git a/TC0/s4/train/dataset_info.json b/TC0/s4/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/s4/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/s4/train/state.json b/TC0/s4/train/state.json deleted file mode 100644 index 8d7afe9f8ad2dceaf2ad9df7f69411a9128ae190..0000000000000000000000000000000000000000 --- a/TC0/s4/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "26bdac1d491afe1c", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/v4/dataset_dict.json b/TC0/v4/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/v4/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/v4/test/data-00000-of-00001.arrow b/TC0/v4/test/data-00000-of-00001.arrow deleted file mode 100644 index 022cf2da624874b7bd32bd3383901f7c7c28889d..0000000000000000000000000000000000000000 --- a/TC0/v4/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:961c0294f2b9225ae28ae1b8a7dc769bbf7af35aa51262a853a2f2002d1461f3 -size 8473784 diff --git a/TC0/v4/test/dataset_info.json b/TC0/v4/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/v4/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/v4/test/state.json b/TC0/v4/test/state.json deleted file mode 100644 index 12e8b8417dfc8101bf28fa9ab72f47b567ce8c71..0000000000000000000000000000000000000000 --- a/TC0/v4/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "f8c21a4fe3d0a0e3", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/v4/train/data-00000-of-00001.arrow b/TC0/v4/train/data-00000-of-00001.arrow deleted file mode 100644 index a2e4eea89c1709d21481d9c858de069d0a884bca..0000000000000000000000000000000000000000 --- a/TC0/v4/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b98281ca0000eb69dcfe63cf8502588136d0ce3da7c381ac7aef199cbdfdcda -size 33909832 diff --git a/TC0/v4/train/dataset_info.json b/TC0/v4/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/v4/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/v4/train/state.json b/TC0/v4/train/state.json deleted file mode 100644 index 06d6f1c6aa455fa80c62b5fc0cfc86c1aa144760..0000000000000000000000000000000000000000 --- a/TC0/v4/train/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "7ba4af67bbb1acf5", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_2/dataset_dict.json b/TC0/z2_2/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z2_2/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z2_2/test/data-00000-of-00001.arrow b/TC0/z2_2/test/data-00000-of-00001.arrow deleted file mode 100644 index ae2991682e06360378f7883694ec4c04b3988db9..0000000000000000000000000000000000000000 --- a/TC0/z2_2/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de1e1d2fec75ad6a7bacedcfdbac4d6d8cc0827997bf9122397eb399c86e7d35 -size 1736128 diff --git a/TC0/z2_2/test/dataset_info.json b/TC0/z2_2/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_2/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_2/test/state.json b/TC0/z2_2/test/state.json deleted file mode 100644 index 88ce289f854203d29af728858dd33367cb1ac40d..0000000000000000000000000000000000000000 --- a/TC0/z2_2/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "017b03c4e8ee819b", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_2/train/data-00000-of-00001.arrow b/TC0/z2_2/train/data-00000-of-00001.arrow deleted file mode 100644 index bf414e3f60d07ed6ff42f944034355b40a5af967..0000000000000000000000000000000000000000 --- a/TC0/z2_2/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f96a191b25d78b59f0072ef079c0e2d56eb503fe3c79b6dca52b8c23ae16f54c -size 7257208 diff --git a/TC0/z2_2/train/dataset_info.json b/TC0/z2_2/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_2/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_2/train/state.json b/TC0/z2_2/train/state.json deleted file mode 100644 index 746953e6d165263e45236dac1d8c1aecaa4469e6..0000000000000000000000000000000000000000 --- a/TC0/z2_2/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "586e3b27458ddde1", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_3/dataset_dict.json b/TC0/z2_3/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z2_3/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z2_3/test/data-00000-of-00001.arrow b/TC0/z2_3/test/data-00000-of-00001.arrow deleted file mode 100644 index 453d984c089d5174201b2a746a91a28bf6252555..0000000000000000000000000000000000000000 --- a/TC0/z2_3/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50ed7b9b38d3e28924c19744926b07bfa20b398d8e3224ad6b0bc1dafcb5b039 -size 2514656 diff --git a/TC0/z2_3/test/dataset_info.json b/TC0/z2_3/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_3/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_3/test/state.json b/TC0/z2_3/test/state.json deleted file mode 100644 index 99c3100a2941a989e46eb15d4e326fa40638cd71..0000000000000000000000000000000000000000 --- a/TC0/z2_3/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "0e4c493b2d9d41e7", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_3/train/data-00000-of-00001.arrow b/TC0/z2_3/train/data-00000-of-00001.arrow deleted file mode 100644 index 951002ba97bfd36f45dd54c7cba81bee2858260a..0000000000000000000000000000000000000000 --- a/TC0/z2_3/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d924351900bd118765a48d89cbe55ae1f0a6072212a6cb66921daaf0d4da0f7 -size 10189816 diff --git a/TC0/z2_3/train/dataset_info.json b/TC0/z2_3/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_3/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_3/train/state.json b/TC0/z2_3/train/state.json deleted file mode 100644 index 18f25c25ddd1b1520f356d71a69820156a7b8636..0000000000000000000000000000000000000000 --- a/TC0/z2_3/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "3e4f6435e1636c28", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_4/dataset_dict.json b/TC0/z2_4/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z2_4/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z2_4/test/data-00000-of-00001.arrow b/TC0/z2_4/test/data-00000-of-00001.arrow deleted file mode 100644 index 3cacc4d34080c7e160ef77958449793c0ae90508..0000000000000000000000000000000000000000 --- a/TC0/z2_4/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:164ef35aa79000ab5fb9e32930995c69b7ab6a51bfec4f38394758e5fe275665 -size 4264944 diff --git a/TC0/z2_4/test/dataset_info.json b/TC0/z2_4/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_4/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_4/test/state.json b/TC0/z2_4/test/state.json deleted file mode 100644 index 1606618fb008fcb0c27c3ae18e46cb51f228825a..0000000000000000000000000000000000000000 --- a/TC0/z2_4/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "85db29e6aba46d83", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_4/train/data-00000-of-00001.arrow b/TC0/z2_4/train/data-00000-of-00001.arrow deleted file mode 100644 index c86814ef47382cebdb61ef87d9cee302882be2a1..0000000000000000000000000000000000000000 --- a/TC0/z2_4/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08bd6280ede60b35aa1bf5f11d15a1f3d525bd84ce7b3291d502638fcb520fc8 -size 17095296 diff --git a/TC0/z2_4/train/dataset_info.json b/TC0/z2_4/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_4/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_4/train/state.json b/TC0/z2_4/train/state.json deleted file mode 100644 index 5b6bad3e327cf1459bcf123fc3f9414171a03578..0000000000000000000000000000000000000000 --- a/TC0/z2_4/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "1a5bdb34b9c7bb9f", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_5/dataset_dict.json b/TC0/z2_5/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z2_5/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z2_5/test/data-00000-of-00001.arrow b/TC0/z2_5/test/data-00000-of-00001.arrow deleted file mode 100644 index 081cc03923c0406e84fb415a239730d3ee1d0cde..0000000000000000000000000000000000000000 --- a/TC0/z2_5/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34f1b25e698125093a78d4cdab4dcf250194ad8937dd33e3429a3ec7687c7794 -size 6875248 diff --git a/TC0/z2_5/test/dataset_info.json b/TC0/z2_5/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_5/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_5/test/state.json b/TC0/z2_5/test/state.json deleted file mode 100644 index ac41de9154bdca3841cead692b687d81adaf9961..0000000000000000000000000000000000000000 --- a/TC0/z2_5/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "105f82a3821d341c", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z2_5/train/data-00000-of-00001.arrow b/TC0/z2_5/train/data-00000-of-00001.arrow deleted file mode 100644 index 1934ddd9c719ec2c447bcbcc9e4b8a7ce5d39dcd..0000000000000000000000000000000000000000 --- a/TC0/z2_5/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91015730d3e8b47e444b5d874b6abece3bb68f8dcee2de875a504624fbe06c41 -size 26953824 diff --git a/TC0/z2_5/train/dataset_info.json b/TC0/z2_5/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z2_5/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z2_5/train/state.json b/TC0/z2_5/train/state.json deleted file mode 100644 index ca39971e4c11eefade41ae38acb09504bb55d20e..0000000000000000000000000000000000000000 --- a/TC0/z2_5/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "0538587bb14226da", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z3_1/dataset_dict.json b/TC0/z3_1/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z3_1/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z3_1/test/data-00000-of-00001.arrow b/TC0/z3_1/test/data-00000-of-00001.arrow deleted file mode 100644 index 900021d2f79bb3cb1a58d98d8c6f770902b30629..0000000000000000000000000000000000000000 --- a/TC0/z3_1/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76e91b4fdc95bf55d99e0c3f88d965ebe97ef11bdb21d042e4d7d53df2c3a280 -size 1578008 diff --git a/TC0/z3_1/test/dataset_info.json b/TC0/z3_1/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z3_1/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z3_1/test/state.json b/TC0/z3_1/test/state.json deleted file mode 100644 index cc56f937ceed9fbfcd11f465ef4640f094ce760a..0000000000000000000000000000000000000000 --- a/TC0/z3_1/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ea52e79ad3713935", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z3_1/train/data-00000-of-00001.arrow b/TC0/z3_1/train/data-00000-of-00001.arrow deleted file mode 100644 index 724b0fe3a8a7da63d1faceef63e8c508837925b0..0000000000000000000000000000000000000000 --- a/TC0/z3_1/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70d2d9c94ef3c6b1024403082b45ea5afe67f88e1a4fe20779e926c5bffa69e2 -size 6193112 diff --git a/TC0/z3_1/train/dataset_info.json b/TC0/z3_1/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z3_1/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z3_1/train/state.json b/TC0/z3_1/train/state.json deleted file mode 100644 index bde46734510afd866b88c0bf2d55d4bfaa47ccb4..0000000000000000000000000000000000000000 --- a/TC0/z3_1/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "ba10784672cb4fc3", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z3_2/dataset_dict.json b/TC0/z3_2/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z3_2/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z3_2/test/data-00000-of-00001.arrow b/TC0/z3_2/test/data-00000-of-00001.arrow deleted file mode 100644 index e5ceb1e7f485f26d5c0349bd69fe44651a567870..0000000000000000000000000000000000000000 --- a/TC0/z3_2/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96317849ef394bdb31466b5c65c90dae9da0e679870f21d775282e4defe2ca33 -size 2695184 diff --git a/TC0/z3_2/test/dataset_info.json b/TC0/z3_2/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z3_2/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z3_2/test/state.json b/TC0/z3_2/test/state.json deleted file mode 100644 index 4ebbac4b1c7136024bb44951ec978086a46c1514..0000000000000000000000000000000000000000 --- a/TC0/z3_2/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "d707d3c56e4efab1", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z3_2/train/data-00000-of-00001.arrow b/TC0/z3_2/train/data-00000-of-00001.arrow deleted file mode 100644 index 846c96cc7ada5c0a9b7dfb0a1ce8b0832b992e64..0000000000000000000000000000000000000000 --- a/TC0/z3_2/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:686e70dbbe3042ca3c023784ad1bbbdea02df4e7fda55312a6d0c503286ebac2 -size 10728896 diff --git a/TC0/z3_2/train/dataset_info.json b/TC0/z3_2/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z3_2/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z3_2/train/state.json b/TC0/z3_2/train/state.json deleted file mode 100644 index 200924a98aed89f89ee349d7f4ba2a7f72cad1da..0000000000000000000000000000000000000000 --- a/TC0/z3_2/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "7ff3078c34770233", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z3_3/dataset_dict.json b/TC0/z3_3/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z3_3/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z3_3/test/data-00000-of-00001.arrow b/TC0/z3_3/test/data-00000-of-00001.arrow deleted file mode 100644 index 3dc8f7e87c6a64dbf932685e618d4d92d0efd212..0000000000000000000000000000000000000000 --- a/TC0/z3_3/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86218bcd9cc670e0e796390a549df50e973930497e4dd9aaee3b37e3913e60b9 -size 6152304 diff --git a/TC0/z3_3/test/dataset_info.json b/TC0/z3_3/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z3_3/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z3_3/test/state.json b/TC0/z3_3/test/state.json deleted file mode 100644 index fb80046d06ec6de8e36cbce529f364c3b12d96e7..0000000000000000000000000000000000000000 --- a/TC0/z3_3/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "12b586ac3274b10f", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z3_3/train/data-00000-of-00001.arrow b/TC0/z3_3/train/data-00000-of-00001.arrow deleted file mode 100644 index 3a79c36a91bdb84d41733404c1d6a34c6bd6ec39..0000000000000000000000000000000000000000 --- a/TC0/z3_3/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:759a132409d4b0347ca0319753ae6a00c4eff2b837da3ae9bd60b8dde4169f67 -size 24010672 diff --git a/TC0/z3_3/train/dataset_info.json b/TC0/z3_3/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z3_3/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z3_3/train/state.json b/TC0/z3_3/train/state.json deleted file mode 100644 index 49f8f594b599e0e7f11a6f36f134129ee84fdf8a..0000000000000000000000000000000000000000 --- a/TC0/z3_3/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "41bf63e04fd9feb3", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z5_1/dataset_dict.json b/TC0/z5_1/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z5_1/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z5_1/test/data-00000-of-00001.arrow b/TC0/z5_1/test/data-00000-of-00001.arrow deleted file mode 100644 index 8fdd92c69460a1793197dbfbd814dbe21aa766ab..0000000000000000000000000000000000000000 --- a/TC0/z5_1/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0f6708358b4dcd8238b71718df979a0fdccbdd86b430a46b9afbf1e76a2e952 -size 1986856 diff --git a/TC0/z5_1/test/dataset_info.json b/TC0/z5_1/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z5_1/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z5_1/test/state.json b/TC0/z5_1/test/state.json deleted file mode 100644 index cc62963b9c7ddc97f7125d5cfc05ed70d6aac1a0..0000000000000000000000000000000000000000 --- a/TC0/z5_1/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "b3355652784f9591", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z5_1/train/data-00000-of-00001.arrow b/TC0/z5_1/train/data-00000-of-00001.arrow deleted file mode 100644 index 2ab2c19fb9939b3a80dce981fdc9e5daacb296c4..0000000000000000000000000000000000000000 --- a/TC0/z5_1/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:736927faea14dcd4fd75f19d28f8b1eea60da467aebcea80f28387a8c3ced80d -size 8002544 diff --git a/TC0/z5_1/train/dataset_info.json b/TC0/z5_1/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z5_1/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z5_1/train/state.json b/TC0/z5_1/train/state.json deleted file mode 100644 index c27ee2f98ac23d91c7accce7eb82d2658996c13f..0000000000000000000000000000000000000000 --- a/TC0/z5_1/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "686508a909f60a23", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z5_2/dataset_dict.json b/TC0/z5_2/dataset_dict.json deleted file mode 100644 index 31145eaf92f08c428500ba08c6ee6e186851a3ac..0000000000000000000000000000000000000000 --- a/TC0/z5_2/dataset_dict.json +++ /dev/null @@ -1 +0,0 @@ -{"splits": ["train", "test"]} \ No newline at end of file diff --git a/TC0/z5_2/test/data-00000-of-00001.arrow b/TC0/z5_2/test/data-00000-of-00001.arrow deleted file mode 100644 index 9ae82af872e9eec85d1b5d11fdc6e14615c0c98d..0000000000000000000000000000000000000000 --- a/TC0/z5_2/test/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fa45ca535ada102a1b49515dedae63115e690052d14456b7e75f88d9db1a1b3 -size 5691536 diff --git a/TC0/z5_2/test/dataset_info.json b/TC0/z5_2/test/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z5_2/test/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z5_2/test/state.json b/TC0/z5_2/test/state.json deleted file mode 100644 index c8e8617e3ee7d3e044ec987f4b0ae86df03f4aa0..0000000000000000000000000000000000000000 --- a/TC0/z5_2/test/state.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "eb06197c1fd63c83", - "_format_columns": null, - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file diff --git a/TC0/z5_2/train/data-00000-of-00001.arrow b/TC0/z5_2/train/data-00000-of-00001.arrow deleted file mode 100644 index b0b147014af9e131faf303a8c63629aa5eff715c..0000000000000000000000000000000000000000 --- a/TC0/z5_2/train/data-00000-of-00001.arrow +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d202880d6452d7f7724b8a19a9b23c3acf528cda9b5c5368d46e62517ab92367 -size 23349808 diff --git a/TC0/z5_2/train/dataset_info.json b/TC0/z5_2/train/dataset_info.json deleted file mode 100644 index 5e78a241730d698e513c91c3de710fe59658b6fd..0000000000000000000000000000000000000000 --- a/TC0/z5_2/train/dataset_info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "citation": "", - "description": "", - "features": { - "input_sequence": { - "dtype": "string", - "_type": "Value" - }, - "target": { - "dtype": "string", - "_type": "Value" - }, - "group_type": { - "dtype": "string", - "_type": "Value" - }, - "group_degree": { - "dtype": "int32", - "_type": "Value" - }, - "group_order": { - "dtype": "int32", - "_type": "Value" - }, - "sequence_length": { - "dtype": "int32", - "_type": "Value" - } - }, - "homepage": "", - "license": "" -} \ No newline at end of file diff --git a/TC0/z5_2/train/state.json b/TC0/z5_2/train/state.json deleted file mode 100644 index 53e607a71bbc90fdac1aa40679359cc54801a322..0000000000000000000000000000000000000000 --- a/TC0/z5_2/train/state.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "_data_files": [ - { - "filename": "data-00000-of-00001.arrow" - } - ], - "_fingerprint": "8f03c79281c6767d", - "_format_columns": [ - "input_sequence", - "target", - "group_type", - "group_degree", - "group_order", - "sequence_length" - ], - "_format_kwargs": {}, - "_format_type": null, - "_output_all_columns": false, - "_split": null -} \ No newline at end of file