Datasets:
Add TC0 dataset: s3
Browse files- TC0/s3/dataset_dict.json +1 -0
- TC0/s3/metadata.json +44 -0
- TC0/s3/test/data-00000-of-00001.arrow +3 -0
- TC0/s3/test/dataset_info.json +32 -0
- TC0/s3/test/state.json +13 -0
- TC0/s3/train/cache-0177add5102fc301.arrow +3 -0
- TC0/s3/train/cache-41045aed9b1b1cdc.arrow +0 -0
- TC0/s3/train/cache-4ad95fe7ec167b10.arrow +3 -0
- TC0/s3/train/cache-661841149ce287e4.arrow +0 -0
- TC0/s3/train/cache-cb2dcf7f22d44d75.arrow +0 -0
- TC0/s3/train/cache-dc3dc99e21dac06e.arrow +3 -0
- TC0/s3/train/cache-ed7eca7d595c7ad3.arrow +0 -0
- TC0/s3/train/cache-fd6fb4a99962d686.arrow +3 -0
- TC0/s3/train/data-00000-of-00001.arrow +3 -0
- TC0/s3/train/dataset_info.json +32 -0
- TC0/s3/train/state.json +13 -0
TC0/s3/dataset_dict.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"splits": ["train", "test"]}
|
TC0/s3/metadata.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"group_type": "symmetric",
|
| 3 |
+
"group_parameters": {
|
| 4 |
+
"n": 3
|
| 5 |
+
},
|
| 6 |
+
"group_order": 6,
|
| 7 |
+
"group_degree": 3,
|
| 8 |
+
"num_train_samples": 100000,
|
| 9 |
+
"num_test_samples": 20000,
|
| 10 |
+
"min_seq_length": 3,
|
| 11 |
+
"max_seq_length": 1024,
|
| 12 |
+
"permutation_map": {
|
| 13 |
+
"0": [
|
| 14 |
+
0,
|
| 15 |
+
1,
|
| 16 |
+
2
|
| 17 |
+
],
|
| 18 |
+
"1": [
|
| 19 |
+
0,
|
| 20 |
+
2,
|
| 21 |
+
1
|
| 22 |
+
],
|
| 23 |
+
"2": [
|
| 24 |
+
1,
|
| 25 |
+
0,
|
| 26 |
+
2
|
| 27 |
+
],
|
| 28 |
+
"3": [
|
| 29 |
+
1,
|
| 30 |
+
2,
|
| 31 |
+
0
|
| 32 |
+
],
|
| 33 |
+
"4": [
|
| 34 |
+
2,
|
| 35 |
+
0,
|
| 36 |
+
1
|
| 37 |
+
],
|
| 38 |
+
"5": [
|
| 39 |
+
2,
|
| 40 |
+
1,
|
| 41 |
+
0
|
| 42 |
+
]
|
| 43 |
+
}
|
| 44 |
+
}
|
TC0/s3/test/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:731e74d5774d5019b24f17fc3f8783ebd5512c8ebd1b41fc58743ae1f61b9737
|
| 3 |
+
size 21408504
|
TC0/s3/test/dataset_info.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"input_sequence": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"target": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"sequence_length": {
|
| 14 |
+
"dtype": "int64",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"group_degree": {
|
| 18 |
+
"dtype": "int64",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"group_order": {
|
| 22 |
+
"dtype": "int64",
|
| 23 |
+
"_type": "Value"
|
| 24 |
+
},
|
| 25 |
+
"group_type": {
|
| 26 |
+
"dtype": "string",
|
| 27 |
+
"_type": "Value"
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"homepage": "",
|
| 31 |
+
"license": ""
|
| 32 |
+
}
|
TC0/s3/test/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "26e1c7ebe2d1a05a",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|
TC0/s3/train/cache-0177add5102fc301.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c15b94ec314271559d7fbba9848d1e266c72bab87493d57b2c2bbdf2ebac067a
|
| 3 |
+
size 412512
|
TC0/s3/train/cache-41045aed9b1b1cdc.arrow
ADDED
|
Binary file (25.5 kB). View file
|
|
|
TC0/s3/train/cache-4ad95fe7ec167b10.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74ca99686ed3697ac24c3d2cef67236c9bc2a12106252e1aebad0a0446fc6a8b
|
| 3 |
+
size 211680
|
TC0/s3/train/cache-661841149ce287e4.arrow
ADDED
|
Binary file (37.6 kB). View file
|
|
|
TC0/s3/train/cache-cb2dcf7f22d44d75.arrow
ADDED
|
Binary file (61.8 kB). View file
|
|
|
TC0/s3/train/cache-dc3dc99e21dac06e.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:620117fa00bcd43a4d063e089ec91174f6c5061563fe51be6852c3fd876bf36b
|
| 3 |
+
size 814704
|
TC0/s3/train/cache-ed7eca7d595c7ad3.arrow
ADDED
|
Binary file (19.6 kB). View file
|
|
|
TC0/s3/train/cache-fd6fb4a99962d686.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c68e43a88e707a124598b449d561b34d676202d3edf44ade61d12425d90d9e5b
|
| 3 |
+
size 111848
|
TC0/s3/train/data-00000-of-00001.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6970958e4e19e9fcc3f0013044fccf318fedae26eabff6239137c8c47439b390
|
| 3 |
+
size 107540792
|
TC0/s3/train/dataset_info.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "",
|
| 4 |
+
"features": {
|
| 5 |
+
"input_sequence": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"target": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"sequence_length": {
|
| 14 |
+
"dtype": "int64",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"group_degree": {
|
| 18 |
+
"dtype": "int64",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"group_order": {
|
| 22 |
+
"dtype": "int64",
|
| 23 |
+
"_type": "Value"
|
| 24 |
+
},
|
| 25 |
+
"group_type": {
|
| 26 |
+
"dtype": "string",
|
| 27 |
+
"_type": "Value"
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"homepage": "",
|
| 31 |
+
"license": ""
|
| 32 |
+
}
|
TC0/s3/train/state.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "data-00000-of-00001.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "f6f3e7924e71adb5",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_output_all_columns": false,
|
| 12 |
+
"_split": null
|
| 13 |
+
}
|