Tài liệu tham khảo:
openai_humaneval
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:openai_humaneval/openai_humaneval')
- Sự miêu tả :
The HumanEval dataset released by OpenAI contains 164 handcrafted programming challenges together with unittests to very the viability of a proposed solution.
- Giấy phép : MIT
- Phiên bản : 1.0.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 164 |
- Đặc trưng :
{
"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"
}
}