مراجع:
openai_humaneval
برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:
ds = tfds.load('huggingface:openai_humaneval/openai_humaneval')
- توضیحات :
The HumanEval dataset released by OpenAI contains 164 handcrafted programming challenges together with unittests to very the viability of a proposed solution.
- مجوز : MIT
- نسخه : 1.0.0
- تقسیم ها :
تقسیم کنید | نمونه ها |
---|---|
'test' | 164 |
- ویژگی ها :
{
"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"
}
}