Update dataset card
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: task_id
|
5 |
+
dtype: string
|
6 |
+
- name: prompt
|
7 |
+
dtype: string
|
8 |
+
- name: canonical_solution
|
9 |
+
dtype: string
|
10 |
+
- name: test
|
11 |
+
dtype: string
|
12 |
+
- name: entry_point
|
13 |
+
dtype: string
|
14 |
+
- name: difficulty_scale
|
15 |
+
dtype: string
|
16 |
+
splits:
|
17 |
+
- name: test
|
18 |
+
num_bytes: 156939
|
19 |
+
num_examples: 151
|
20 |
+
download_size: 184021
|
21 |
+
dataset_size: 156939
|
22 |
+
---
|
23 |
+
|
24 |
+
# qiskit_humaneval
|
25 |
+
|
26 |
+
`qiskit_humaneval` is a dataset for evaluating LLM's at writing Qiskit code.
|
27 |
+
|
28 |
+
## Dataset
|
29 |
+
|
30 |
+
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.
|
31 |
+
|
32 |
+
## Terms of use
|
33 |
+
|
34 |
+
* Terms of use: [https://quantum.ibm.com/terms](https://quantum.ibm.com/terms)
|
35 |
+
* Privacy policy: [https://quantum.ibm.com/terms/privacy](https://quantum.ibm.com/terms/privacy)
|
36 |
+
|
37 |
+
## License
|
38 |
+
|
39 |
+
[Apache License 2.0](LICENSE)
|