Caplin43's picture
Create dataset_info.json
5d72a87 verified
raw
history blame contribute delete
584 Bytes
{
"description": "Humanoid robot motion command dataset for action prediction.",
"license": "Apache-2.0",
"features": {
"command": {
"dtype": "string",
"_type": "Value"
},
"label": {
"dtype": "int64",
"_type": "ClassLabel",
"names": [
"move_forward",
"move_backward",
"rotate_left",
"rotate_right",
"bend",
"grab",
"release",
"idle"
]
}
},
"splits": {
"train": {
"num_examples": 1000
},
"validation": {
"num_examples": 200
}
}
}