Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,42 +1,44 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
configs:
|
4 |
-
- config_name: default
|
5 |
-
data_files:
|
6 |
-
- split: test
|
7 |
-
path: data/test-*
|
8 |
-
dataset_info:
|
9 |
-
features:
|
10 |
-
- name: repo
|
11 |
-
dtype: string
|
12 |
-
- name: instance_id
|
13 |
-
dtype: string
|
14 |
-
- name: base_commit
|
15 |
-
dtype: string
|
16 |
-
- name: patch
|
17 |
-
dtype: string
|
18 |
-
- name: test_patch
|
19 |
-
dtype: string
|
20 |
-
- name: problem_statement
|
21 |
-
dtype: string
|
22 |
-
- name: hints_text
|
23 |
-
dtype: string
|
24 |
-
- name: created_at
|
25 |
-
dtype: int64
|
26 |
-
- name: labels
|
27 |
-
sequence: string
|
28 |
-
- name: category
|
29 |
-
dtype: string
|
30 |
-
- name: edit_functions
|
31 |
-
sequence: string
|
32 |
-
- name: added_functions
|
33 |
-
sequence: string
|
34 |
-
- name: edit_functions_length
|
35 |
-
dtype: int64
|
36 |
-
splits:
|
37 |
-
- name: test
|
38 |
-
num_bytes: 11007786
|
39 |
-
num_examples: 660
|
40 |
-
download_size: 3913633
|
41 |
-
dataset_size: 11007786
|
42 |
-
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: test
|
7 |
+
path: data/test-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: repo
|
11 |
+
dtype: string
|
12 |
+
- name: instance_id
|
13 |
+
dtype: string
|
14 |
+
- name: base_commit
|
15 |
+
dtype: string
|
16 |
+
- name: patch
|
17 |
+
dtype: string
|
18 |
+
- name: test_patch
|
19 |
+
dtype: string
|
20 |
+
- name: problem_statement
|
21 |
+
dtype: string
|
22 |
+
- name: hints_text
|
23 |
+
dtype: string
|
24 |
+
- name: created_at
|
25 |
+
dtype: int64
|
26 |
+
- name: labels
|
27 |
+
sequence: string
|
28 |
+
- name: category
|
29 |
+
dtype: string
|
30 |
+
- name: edit_functions
|
31 |
+
sequence: string
|
32 |
+
- name: added_functions
|
33 |
+
sequence: string
|
34 |
+
- name: edit_functions_length
|
35 |
+
dtype: int64
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 11007786
|
39 |
+
num_examples: 660
|
40 |
+
download_size: 3913633
|
41 |
+
dataset_size: 11007786
|
42 |
+
tags:
|
43 |
+
- arxiv:2503.09089
|
44 |
+
---
|