참고자료:
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"
}
}