openai_humaneval / dataset_infos.json
system's picture
system HF staff
Update files from the datasets library (from 1.13.0)
d009b64
raw
history blame
No virus
3.33 kB
{
"openai_humaneval": {
"description": "The HumanEval dataset released by OpenAI contains 164 handcrafted programming challenges together with unittests to very the viability of a proposed solution.\n",
"citation": "@misc{chen2021evaluating,\n title={Evaluating Large Language Models Trained on Code},\n author={Mark Chen and Jerry Tworek and Heewoo Jun and Qiming Yuan and Henrique Ponde de Oliveira Pinto and Jared Kaplan and Harri Edwards and Yuri Burda and Nicholas Joseph and Greg Brockman and Alex Ray and Raul Puri and Gretchen Krueger and Michael Petrov and Heidy Khlaaf and Girish Sastry and Pamela Mishkin and Brooke Chan and Scott Gray and Nick Ryder and Mikhail Pavlov and Alethea Power and Lukasz Kaiser and Mohammad Bavarian and Clemens Winter and Philippe Tillet and Felipe Petroski Such and Dave Cummings and Matthias Plappert and Fotios Chantzis and Elizabeth Barnes and Ariel Herbert-Voss and William Hebgen Guss and Alex Nichol and Alex Paino and Nikolas Tezak and Jie Tang and Igor Babuschkin and Suchir Balaji and Shantanu Jain and William Saunders and Christopher Hesse and Andrew N. Carr and Jan Leike and Josh Achiam and Vedant Misra and Evan Morikawa and Alec Radford and Matthew Knight and Miles Brundage and Mira Murati and Katie Mayer and Peter Welinder and Bob McGrew and Dario Amodei and Sam McCandlish and Ilya Sutskever and Wojciech Zaremba},\n year={2021},\n eprint={2107.03374},\n archivePrefix={arXiv},\n primaryClass={cs.LG}\n}",
"homepage": "https://github.com/openai/human-eval",
"license": "MIT",
"features": {
"task_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"prompt": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"canonical_solution": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"test": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"entry_point": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": "openai_humaneval",
"config_name": "openai_humaneval",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"test": {
"name": "test",
"num_bytes": 194414,
"num_examples": 164,
"dataset_name": "openai_humaneval"
}
},
"download_checksums": {
"https://raw.githubusercontent.com/openai/human-eval/master/data/HumanEval.jsonl.gz": {
"num_bytes": 44877,
"checksum": "b796127e635a67f93fb35c04f4cb03cf06f38c8072ee7cee8833d7bee06979ef"
}
},
"download_size": 44877,
"post_processing_size": null,
"dataset_size": 194414,
"size_in_bytes": 239291
}
}