openai_humaneval

อ้างอิง:

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.
  • ใบอนุญาต : เอ็มไอที
  • เวอร์ชัน : 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"
    }
}