BeeGass commited on
Commit
8291d25
·
verified ·
1 Parent(s): d3add5c

Delete data/psl25_data

Browse files
data/psl25_data/README.md DELETED
@@ -1,50 +0,0 @@
1
- ---
2
- pretty_name: Permutation Composition Dataset (PSL25)
3
- size_categories:
4
- - small
5
- - medium
6
- - large
7
- tags:
8
- - mathematics
9
- - group-theory
10
- - permutations
11
- - sequence-to-sequence
12
- - benchmark
13
- task_categories:
14
- - text-generation
15
- - sequence-modeling
16
- ---
17
-
18
- # Permutation Composition Dataset for PSL25
19
-
20
- This dataset contains 30000 samples of permutation composition problems for the group PSL25.
21
-
22
- ## Group Information
23
- - **Group**: PSL25
24
- - **Order**: 10
25
- - **Degree**: 5
26
-
27
- ## Dataset Statistics
28
- - **Total samples**: 30000
29
- - **Train samples**: 24000
30
- - **Test samples**: 6000
31
- - **Min sequence length**: 3
32
- - **Max sequence length**: 1024
33
-
34
- ## Usage
35
-
36
- ```python
37
- from datasets import load_dataset
38
-
39
- # Load the dataset
40
- dataset = load_dataset("BeeGass/permutation-groups")
41
-
42
- # Load the permutation mapping
43
- metadata_path = hf_hub_download(repo_id="BeeGass/permutation-groups", filename="metadata.json")
44
- with open(metadata_path, "r") as f:
45
- id_to_perm_map = json.load(f)
46
- ```
47
-
48
- ## License
49
-
50
- This dataset is licensed under the MIT License.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/psl25_data/dataset_dict.json DELETED
@@ -1 +0,0 @@
1
- {"splits": ["train", "test"]}
 
 
data/psl25_data/metadata.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "0": "[0, 1, 2, 3, 4]",
3
- "1": "[1, 2, 3, 4, 0]",
4
- "2": "[2, 3, 4, 0, 1]",
5
- "3": "[3, 4, 0, 1, 2]",
6
- "4": "[4, 3, 2, 1, 0]",
7
- "5": "[0, 4, 3, 2, 1]",
8
- "6": "[1, 0, 4, 3, 2]",
9
- "7": "[2, 1, 0, 4, 3]",
10
- "8": "[3, 2, 1, 0, 4]",
11
- "9": "[4, 0, 1, 2, 3]"
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
data/psl25_data/test/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f97c26e90af7a5ed4bdc296d7c7fda21985d049f3cbe60de2cad3f753d0559ee
3
- size 6152512
 
 
 
 
data/psl25_data/test/dataset_info.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "input_sequence": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "target": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- }
13
- },
14
- "homepage": "",
15
- "license": ""
16
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/psl25_data/test/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "e42b77b8642971d8",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/psl25_data/train/data-00000-of-00001.arrow DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f88d22e5e6e8e697f37cae8064338056b66802e2ba0d31009ce13ecdc0189801
3
- size 24724880
 
 
 
 
data/psl25_data/train/dataset_info.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "citation": "",
3
- "description": "",
4
- "features": {
5
- "input_sequence": {
6
- "dtype": "string",
7
- "_type": "Value"
8
- },
9
- "target": {
10
- "dtype": "string",
11
- "_type": "Value"
12
- }
13
- },
14
- "homepage": "",
15
- "license": ""
16
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/psl25_data/train/state.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "_data_files": [
3
- {
4
- "filename": "data-00000-of-00001.arrow"
5
- }
6
- ],
7
- "_fingerprint": "dfa70e174f50b68f",
8
- "_format_columns": null,
9
- "_format_kwargs": {},
10
- "_format_type": null,
11
- "_output_all_columns": false,
12
- "_split": null
13
- }