Java config
#9
by
arjunguha
- opened
- README.md +44 -0
- java/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -9,6 +9,50 @@ language:
|
|
9 |
- code
|
10 |
tags:
|
11 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |

|
|
|
9 |
- code
|
10 |
tags:
|
11 |
- code
|
12 |
+
dataset_info:
|
13 |
+
config_name: java
|
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: 589440
|
48 |
+
num_examples: 164
|
49 |
+
download_size: 210440
|
50 |
+
dataset_size: 589440
|
51 |
+
configs:
|
52 |
+
- config_name: java
|
53 |
+
data_files:
|
54 |
+
- split: test
|
55 |
+
path: java/test-*
|
56 |
---
|
57 |
|
58 |

|
java/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0be942d715894e3b350149f1cde6593e95eda495aa4bd1750f09428c0b3e3e9c
|
3 |
+
size 210440
|