openai_humaneval

Riferimenti:

openai_humaneval

Utilizzare il comando seguente per caricare questo set di dati in TFDS:

ds = tfds.load('huggingface:openai_humaneval/openai_humaneval')
  • Descrizione :
The HumanEval dataset released by OpenAI contains 164 handcrafted programming challenges together with unittests to very the viability of a proposed solution.
  • Licenza : MIT
  • Versione : 1.0.0
  • Divide :
Diviso Esempi
'test' 164
  • Caratteristiche :
{
    "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"
    }
}