natural_language_to_linux / dataset_info.json
prabhanshubhowal's picture
Upload 6 files
4b28009 verified
raw
history blame contribute delete
331 Bytes
{
"description": "A dataset for natural language to bash code generation.",
"features": {
"srno": {
"dtype": "int64",
"_type": "Value"
},
"nl_command": {
"dtype": "string",
"_type": "Value"
},
"bash_code": {
"dtype": "string",
"_type": "Value"
}
}
}