Add 'cpp' config data files
Browse files- README.md +42 -0
- cpp/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -10,6 +10,44 @@ language:
|
|
10 |
tags:
|
11 |
- code
|
12 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- config_name: go
|
14 |
features:
|
15 |
- name: task_id
|
@@ -163,6 +201,10 @@ dataset_info:
|
|
163 |
download_size: 191279
|
164 |
dataset_size: 423013
|
165 |
configs:
|
|
|
|
|
|
|
|
|
166 |
- config_name: go
|
167 |
data_files:
|
168 |
- split: test
|
|
|
10 |
tags:
|
11 |
- code
|
12 |
dataset_info:
|
13 |
+
- config_name: cpp
|
14 |
+
features:
|
15 |
+
- name: task_id
|
16 |
+
dtype: string
|
17 |
+
- name: prompt
|
18 |
+
dtype: string
|
19 |
+
- name: declaration
|
20 |
+
dtype: string
|
21 |
+
- name: canonical_solution
|
22 |
+
dtype: string
|
23 |
+
- name: buggy_solution
|
24 |
+
dtype: string
|
25 |
+
- name: bug_type
|
26 |
+
dtype: string
|
27 |
+
- name: failure_symptoms
|
28 |
+
dtype: string
|
29 |
+
- name: entry_point
|
30 |
+
dtype: string
|
31 |
+
- name: import
|
32 |
+
dtype: string
|
33 |
+
- name: test_setup
|
34 |
+
dtype: string
|
35 |
+
- name: test
|
36 |
+
dtype: string
|
37 |
+
- name: example_test
|
38 |
+
dtype: string
|
39 |
+
- name: signature
|
40 |
+
dtype: string
|
41 |
+
- name: docstring
|
42 |
+
dtype: string
|
43 |
+
- name: instruction
|
44 |
+
dtype: string
|
45 |
+
splits:
|
46 |
+
- name: test
|
47 |
+
num_bytes: 469111
|
48 |
+
num_examples: 164
|
49 |
+
download_size: 193981
|
50 |
+
dataset_size: 469111
|
51 |
- config_name: go
|
52 |
features:
|
53 |
- name: task_id
|
|
|
201 |
download_size: 191279
|
202 |
dataset_size: 423013
|
203 |
configs:
|
204 |
+
- config_name: cpp
|
205 |
+
data_files:
|
206 |
+
- split: test
|
207 |
+
path: cpp/test-*
|
208 |
- config_name: go
|
209 |
data_files:
|
210 |
- split: test
|
cpp/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd2eed15063bf883952fb3b0a23a372eeaa9b9e58932a496667a0c2595145779
|
3 |
+
size 193981
|