qiskit_humaneval / README.md
cbjuan's picture
Adding a header image for qiskit_humaneval
f37bc55 verified
---
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)