Upload dataset
Browse files- README.md +61 -0
- data/test-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: instance_id
|
5 |
+
dtype: string
|
6 |
+
- name: repo
|
7 |
+
dtype: string
|
8 |
+
- name: unittest_output
|
9 |
+
dtype: string
|
10 |
+
- name: files
|
11 |
+
sequence: string
|
12 |
+
- name: functions
|
13 |
+
sequence: string
|
14 |
+
- name: lines
|
15 |
+
sequence: int64
|
16 |
+
- name: file_function_line_map
|
17 |
+
dtype: string
|
18 |
+
- name: failed_tests
|
19 |
+
sequence: string
|
20 |
+
- name: test_outcome_summary
|
21 |
+
dtype: string
|
22 |
+
- name: bug_comments
|
23 |
+
dtype: string
|
24 |
+
- name: diff
|
25 |
+
dtype: string
|
26 |
+
- name: FAIL_TO_PASS
|
27 |
+
sequence: string
|
28 |
+
- name: PASS_TO_PASS
|
29 |
+
sequence: string
|
30 |
+
- name: problem_statement
|
31 |
+
dtype: string
|
32 |
+
- name: base_commit
|
33 |
+
dtype: string
|
34 |
+
- name: patch
|
35 |
+
dtype: string
|
36 |
+
- name: test_patch
|
37 |
+
dtype: string
|
38 |
+
- name: hints_text
|
39 |
+
dtype: string
|
40 |
+
- name: created_at
|
41 |
+
dtype: string
|
42 |
+
- name: version
|
43 |
+
dtype: string
|
44 |
+
- name: environment_setup_commit
|
45 |
+
dtype: string
|
46 |
+
- name: file
|
47 |
+
dtype: string
|
48 |
+
- name: line_number
|
49 |
+
sequence: string
|
50 |
+
splits:
|
51 |
+
- name: test
|
52 |
+
num_bytes: 222428773
|
53 |
+
num_examples: 200
|
54 |
+
download_size: 29568832
|
55 |
+
dataset_size: 222428773
|
56 |
+
configs:
|
57 |
+
- config_name: default
|
58 |
+
data_files:
|
59 |
+
- split: test
|
60 |
+
path: data/test-*
|
61 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a66e3675456d5d5a1d77cae65e0a2bf5b766a2ef698b20d1a6778e5cbba53cea
|
3 |
+
size 29568832
|