File size: 1,108 Bytes
20e552c 025a2fb 20e552c 025a2fb 20e552c f37bc55 20e552c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
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-*
---
![image/png](https://cdn-uploads.huggingface.co/production/uploads/5e6f94a5d4cd9779932a7610/jMnTECxRuHrqdvRgh_2Vk.png)
# 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)
|