Update README.md
Browse files
README.md
CHANGED
@@ -2,21 +2,21 @@
|
|
2 |
dataset_info:
|
3 |
- config_name: humaneval-cpp
|
4 |
features:
|
5 |
-
- name:
|
6 |
sequence: string
|
7 |
-
- name:
|
8 |
dtype: string
|
9 |
-
- name:
|
10 |
dtype: string
|
11 |
- name: doctests
|
12 |
dtype: string
|
13 |
-
- name:
|
14 |
dtype: string
|
15 |
-
- name:
|
16 |
dtype: string
|
17 |
-
- name:
|
18 |
dtype: string
|
19 |
-
- name:
|
20 |
dtype: string
|
21 |
splits:
|
22 |
- name: test
|
|
|
2 |
dataset_info:
|
3 |
- config_name: humaneval-cpp
|
4 |
features:
|
5 |
+
- name: name
|
6 |
sequence: string
|
7 |
+
- name: language
|
8 |
dtype: string
|
9 |
+
- name: prompt
|
10 |
dtype: string
|
11 |
- name: doctests
|
12 |
dtype: string
|
13 |
+
- name: original
|
14 |
dtype: string
|
15 |
+
- name: prompt_terminology
|
16 |
dtype: string
|
17 |
+
- name: tests
|
18 |
dtype: string
|
19 |
+
- name: stop_tokens
|
20 |
dtype: string
|
21 |
splits:
|
22 |
- name: test
|