Datasets:
Create dataset_infos.json
Browse files- dataset_infos.json +47 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Minecraft-Command-Dataset",
|
| 3 |
+
"description": "A dataset of Minecraft commands with explanations, including scoreboard, execute, function, give, effect, tp, and setblock commands. Commands include metadata like command type, difficulty, components, alternative descriptions, and splits for train, validation, and test.",
|
| 4 |
+
"license": "cc0-1.0",
|
| 5 |
+
"homepage": null,
|
| 6 |
+
"languages": ["en", "ko"],
|
| 7 |
+
"size_categories": ["1K<n<100K"],
|
| 8 |
+
"task_categories": ["question-answering"],
|
| 9 |
+
"dataset_versions": {
|
| 10 |
+
"large_70k": {
|
| 11 |
+
"file": "minecraft_command_dataset_large_70k.jsonl",
|
| 12 |
+
"splits": {
|
| 13 |
+
"train": 56000,
|
| 14 |
+
"validation": 7000,
|
| 15 |
+
"test": 7000
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"medium_40k": {
|
| 19 |
+
"file": "minecraft_command_dataset_medium_40k.jsonl",
|
| 20 |
+
"splits": {
|
| 21 |
+
"train": 32000,
|
| 22 |
+
"validation": 4000,
|
| 23 |
+
"test": 4000
|
| 24 |
+
}
|
| 25 |
+
},
|
| 26 |
+
"small_10k": {
|
| 27 |
+
"file": "minecraft_command_dataset_small_10k.jsonl",
|
| 28 |
+
"splits": {
|
| 29 |
+
"train": 8000,
|
| 30 |
+
"validation": 1000,
|
| 31 |
+
"test": 1000
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"tiny_1k": {
|
| 35 |
+
"file": "minecraft_command_dataset_tiny_1k.jsonl",
|
| 36 |
+
"splits": {
|
| 37 |
+
"train": 800,
|
| 38 |
+
"validation": 100,
|
| 39 |
+
"test": 100
|
| 40 |
+
}
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"tags": ["code", "minecraft", "commands", "dataset"],
|
| 44 |
+
"formats": ["jsonl"],
|
| 45 |
+
"citation": null,
|
| 46 |
+
"authors": [Asterisk52187]
|
| 47 |
+
}
|