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"
    }
}