| dataset_info: | |
| features: | |
| - name: task_id | |
| dtype: string | |
| - name: prompt | |
| dtype: string | |
| - name: canonical_solution | |
| dtype: string | |
| - name: test | |
| dtype: string | |
| - name: entry_point | |
| dtype: string | |
| - name: difficulty_scale | |
| dtype: string | |
| splits: | |
| - name: test | |
| num_bytes: 156939 | |
| num_examples: 151 | |
| download_size: 62547 | |
| dataset_size: 156939 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: test | |
| path: data/test-* | |
|  | |
| # qiskit_humaneval | |
| `qiskit_humaneval` is a dataset for evaluating LLM's at writing Qiskit code. | |
| ## Dataset | |
| The Qiskit HumanEval dataset is inspired by OpenAI's [HumanEval](https://github.com/openai/human-eval). It includes 151 Qiskit problems written by human Qiskit advocates. | |
| ## Terms of use | |
| * Terms of use: [https://quantum.ibm.com/terms](https://quantum.ibm.com/terms) | |
| * Privacy policy: [https://quantum.ibm.com/terms/privacy](https://quantum.ibm.com/terms/privacy) | |
| ## License | |
| [Apache License 2.0](LICENSE) | |