Upload dataset
Browse files
README.md
CHANGED
@@ -1,106 +1,19 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
6 |
-
- name: modifications
|
7 |
-
list:
|
8 |
-
- name: name
|
9 |
-
dtype: string
|
10 |
-
- name: new_args
|
11 |
-
dtype: string
|
12 |
-
- name: new_implementation
|
13 |
-
dtype: string
|
14 |
-
- name: new_return_type
|
15 |
-
dtype: string
|
16 |
-
- name: new_signature
|
17 |
-
dtype: string
|
18 |
-
- name: old_args
|
19 |
-
dtype: string
|
20 |
-
- name: old_implementation
|
21 |
-
dtype: string
|
22 |
-
- name: old_return_type
|
23 |
-
dtype: string
|
24 |
-
- name: old_signature
|
25 |
-
dtype: string
|
26 |
-
- name: files
|
27 |
-
list:
|
28 |
-
- name: additions
|
29 |
-
dtype: int64
|
30 |
-
- name: blob_url
|
31 |
-
dtype: string
|
32 |
-
- name: changes
|
33 |
-
dtype: int64
|
34 |
-
- name: contents_url
|
35 |
-
dtype: string
|
36 |
-
- name: deletions
|
37 |
-
dtype: int64
|
38 |
-
- name: filename
|
39 |
-
dtype: string
|
40 |
-
- name: new_code
|
41 |
-
dtype: string
|
42 |
-
- name: new_methods
|
43 |
-
list:
|
44 |
-
- name: arguments
|
45 |
-
sequence: string
|
46 |
-
- name: filename
|
47 |
-
dtype: string
|
48 |
-
- name: implementation
|
49 |
-
dtype: string
|
50 |
-
- name: signature
|
51 |
-
dtype: string
|
52 |
-
- name: old_code
|
53 |
-
dtype: string
|
54 |
-
- name: old_methods
|
55 |
-
list:
|
56 |
-
- name: arguments
|
57 |
-
sequence: string
|
58 |
-
- name: filename
|
59 |
-
dtype: string
|
60 |
-
- name: implementation
|
61 |
-
dtype: string
|
62 |
-
- name: signature
|
63 |
-
dtype: string
|
64 |
-
- name: patch
|
65 |
-
dtype: string
|
66 |
-
- name: raw_url
|
67 |
-
dtype: string
|
68 |
-
- name: sha
|
69 |
-
dtype: string
|
70 |
-
- name: status
|
71 |
-
dtype: string
|
72 |
-
- name: file_patch_count
|
73 |
-
dtype: int64
|
74 |
-
- name: enhanced_diffs
|
75 |
-
list:
|
76 |
-
- name: name
|
77 |
-
dtype: string
|
78 |
-
- name: new_args
|
79 |
-
dtype: string
|
80 |
-
- name: new_implementation
|
81 |
-
dtype: string
|
82 |
-
- name: new_return_type
|
83 |
-
dtype: string
|
84 |
-
- name: new_signature
|
85 |
-
dtype: string
|
86 |
-
- name: old_args
|
87 |
-
dtype: string
|
88 |
-
- name: old_implementation
|
89 |
-
dtype: string
|
90 |
-
- name: old_return_type
|
91 |
-
dtype: string
|
92 |
-
- name: old_signature
|
93 |
-
dtype: string
|
94 |
-
- name: enhanced_diffs_count
|
95 |
-
dtype: int64
|
96 |
-
- name: diff_count
|
97 |
-
dtype: int64
|
98 |
splits:
|
99 |
- name: train
|
100 |
-
num_bytes:
|
101 |
-
num_examples:
|
102 |
-
download_size:
|
103 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
104 |
---
|
105 |
# Dataset Card for "java_renaming_patch"
|
106 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: method
|
5 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
splits:
|
7 |
- name: train
|
8 |
+
num_bytes: 367309
|
9 |
+
num_examples: 339
|
10 |
+
download_size: 102096
|
11 |
+
dataset_size: 367309
|
12 |
+
configs:
|
13 |
+
- config_name: default
|
14 |
+
data_files:
|
15 |
+
- split: train
|
16 |
+
path: data/train-*
|
17 |
---
|
18 |
# Dataset Card for "java_renaming_patch"
|
19 |
|
data/{train-00000-of-00001-2962bb6b10f5b3c5.parquet → train-00000-of-00001.parquet}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20c5544b1a53141581068aaf12b606397ea6720a2f346692557b209ba639ea29
|
3 |
+
size 102096
|