Rust-Coder / validation /dataset_info.json
Ill-Ness's picture
Upload Dataset
ca81dd6 verified
{
"builder_name": "Rust-Coder",
"dataset_name": "Rust-Coder",
"dataset_size": 12000,
"description": "A comprehensive text dataset for Rust programming language learning, featuring instructions, code snippets, and detailed explanations.",
"features": {
"id": {
"dtype": "string",
"_type": "Value"
},
"instruction": {
"dtype": "string",
"_type": "Value"
},
"code": {
"dtype": "string",
"_type": "Value"
},
"explanation": {
"dtype": "string",
"_type": "Value"
},
"category": {
"dtype": "string",
"_type": "Value"
},
"topic": {
"dtype": "string",
"_type": "Value"
},
"metadata": {
"adjective": {
"dtype": "string",
"_type": "Value"
},
"verb": {
"dtype": "string",
"_type": "Value"
},
"context": {
"dtype": "string",
"_type": "Value"
},
"length": {
"dtype": "int64",
"_type": "Value"
}
}
},
"splits": {
"train": {
"name": "train",
"num_examples": 10800
},
"validation": {
"name": "validation",
"num_examples": 1200
}
},
"license": "apache-2.0",
"task_categories": [
"text-generation",
"question-answering"
],
"language": [
"en"
]
}