Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code: ConfigNamesError Exception: ValueError Message: Feature type 'Dict' not found. Available feature types: ['Value', 'ClassLabel', 'Translation', 'TranslationVariableLanguages', 'LargeList', 'List', 'Array2D', 'Array3D', 'Array4D', 'Array5D', 'Audio', 'Image', 'Video', 'Pdf'] Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response config_names = get_dataset_config_names( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names dataset_module = dataset_module_factory( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1031, in dataset_module_factory raise e1 from None File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 996, in dataset_module_factory return HubDatasetModuleFactory( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 605, in get_module dataset_infos = DatasetInfosDict.from_dataset_card_data(dataset_card_data) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/info.py", line 386, in from_dataset_card_data dataset_info = DatasetInfo._from_yaml_dict(dataset_card_data["dataset_info"]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/info.py", line 317, in _from_yaml_dict yaml_data["features"] = Features._from_yaml_list(yaml_data["features"]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 2027, in _from_yaml_list return cls.from_dict(from_yaml_inner(yaml_data)) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1872, in from_dict obj = generate_from_dict(dic) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1459, in generate_from_dict return {key: generate_from_dict(value) for key, value in obj.items()} File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1459, in <dictcomp> return {key: generate_from_dict(value) for key, value in obj.items()} File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1465, in generate_from_dict raise ValueError(f"Feature type '{_type}' not found. Available feature types: {list(_FEATURE_TYPES.keys())}") ValueError: Feature type 'Dict' not found. Available feature types: ['Value', 'ClassLabel', 'Translation', 'TranslationVariableLanguages', 'LargeList', 'List', 'Array2D', 'Array3D', 'Array4D', 'Array5D', 'Audio', 'Image', 'Video', 'Pdf']
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Card for 'Minecraft Command Dataset'
Dataset Details
Dataset Description
The Minecraft Command Dataset is a JSONL dataset designed for training AI models to understand Minecraft Data Pack commands.
It contains various command types (scoreboard
, execute
, function
, give
, effect
, tp
, setblock
) with real and virtual users, items, effects, and blocks.
Each entry provides:
- Input: A natural language prompt including the command.
- Output: A non-overlapping natural language description of the command.
- Metadata: Additional structured information for AI understanding, including command type, difficulty, components, alternative descriptions, player type, coordinates type, dataset split, version, and timestamp.
This dataset is automatically generated based on randomized Minecraft commands, ensuring rich variation and coverage of gameplay mechanics.
- Curated by: Individual project
- Shared via: HuggingFace Hub
- Language(s): English, Korean
- License: CC0 1.0 Universal
Dataset Structure
- Format: JSONL (one JSON object per line)
- Fields:
{
"input": "Prompt with command or description",
"output": "Minecraft Commands or Command Descriptions",
"task_type": "nl_to_code/code_to_nl",
"metadata": {
"index": "number",
"command_type": "Minecraft command type, e.g., 'tp', 'scoreboard', 'execute', 'give', 'effect', 'function', 'setblock'",
"difficulty_code": "integer (1-5, code-based difficulty of command)",
"difficulty_nl": "integer (1-5, natural-language description difficulty)",
"components": "list of strings (command components, e.g., ['tp', 'COLISON', '94', '67', '15'])",
"alternative_descriptions": "list of strings (other natural language descriptions, e.g., ['Teleport COLISON to coordinates (94 67 15)', 'Moves the player COLISON instantly to the specified location'])",
"player_or_virtual_user": "string (Real player, e.g., '@p', 'Steve', or virtual user, e.g., '#Calc')",
"coordinates_type": "string ('absolute' or 'relative', based on ~ usage)",
"split": "string ('train', 'val', 'test')",
"version": "160k",
"timestamp": "string (ISO 8601 format, e.g., '2025-09-14T21:26:17.238102')"
}
}
- Downloads last month
- 63