Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Source Datasets:
original
ArXiv:
Tags:
code-generation
License:
mbpp / dataset_infos.json
system's picture
system HF staff
Update files from the datasets library (from 1.13.0)
15f7549
raw history blame
No virus
6.06 kB
{
"full": {
"description": "The MBPP (Mostly Basic Python Problems) dataset consists of around 1,000 crowd-sourced Python\nprogramming problems, designed to be solvable by entry level programmers, covering programming\nfundamentals, standard library functionality, and so on. Each problem consists of a task\ndescription, code solution and 3 automated test cases.\n",
"citation": "@article{austin2021program,\n title={Program Synthesis with Large Language Models},\n author={Austin, Jacob and Odena, Augustus and Nye, Maxwell and Bosma, Maarten and Michalewski, Henryk and Dohan, David and Jiang, Ellen and Cai, Carrie and Terry, Michael and Le, Quoc and others},\n journal={arXiv preprint arXiv:2108.07732},\n year={2021}\n}",
"homepage": "https://github.com/google-research/google-research/tree/master/mbpp",
"license": "CC-BY-4.0",
"features": {
"task_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"code": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"test_list": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"test_setup_code": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"challenge_test_list": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": "mbpp",
"config_name": "full",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"test": {
"name": "test",
"num_bytes": 467780,
"num_examples": 974,
"dataset_name": "mbpp"
}
},
"download_checksums": {
"https://raw.githubusercontent.com/google-research/google-research/master/mbpp/mbpp.jsonl": {
"num_bytes": 563537,
"checksum": "0b7004a79cd62d9ec7ecdd5a6e5f0ef1210ff00b286df3c5d5b57bf38c58e19a"
}
},
"download_size": 563537,
"post_processing_size": null,
"dataset_size": 467780,
"size_in_bytes": 1031317
},
"sanitized": {
"description": "The MBPP (Mostly Basic Python Problems) dataset consists of around 1,000 crowd-sourced Python\nprogramming problems, designed to be solvable by entry level programmers, covering programming\nfundamentals, standard library functionality, and so on. Each problem consists of a task\ndescription, code solution and 3 automated test cases.\n",
"citation": "@article{austin2021program,\n title={Program Synthesis with Large Language Models},\n author={Austin, Jacob and Odena, Augustus and Nye, Maxwell and Bosma, Maarten and Michalewski, Henryk and Dohan, David and Jiang, Ellen and Cai, Carrie and Terry, Michael and Le, Quoc and others},\n journal={arXiv preprint arXiv:2108.07732},\n year={2021}\n}",
"homepage": "https://github.com/google-research/google-research/tree/master/mbpp",
"license": "CC-BY-4.0",
"features": {
"source_file": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"task_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"prompt": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"code": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"test_imports": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"test_list": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": "mbpp",
"config_name": "sanitized",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"test": {
"name": "test",
"num_bytes": 219504,
"num_examples": 427,
"dataset_name": "mbpp"
}
},
"download_checksums": {
"https://raw.githubusercontent.com/google-research/google-research/master/mbpp/sanitized-mbpp.json": {
"num_bytes": 254879,
"checksum": "45fca2bbec0d898702499193e593e9bf92092dd4560ebd7c652b9c84d6aed9f5"
}
},
"download_size": 254879,
"post_processing_size": null,
"dataset_size": 219504,
"size_in_bytes": 474383
}
}