Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,106 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
splits:
|
7 |
- name: train
|
8 |
-
num_bytes:
|
9 |
-
num_examples:
|
10 |
-
download_size:
|
11 |
-
dataset_size:
|
12 |
configs:
|
13 |
- config_name: default
|
14 |
data_files:
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: commit_sha
|
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: 9935038
|
101 |
+
num_examples: 28
|
102 |
+
download_size: 2156927
|
103 |
+
dataset_size: 9935038
|
104 |
configs:
|
105 |
- config_name: default
|
106 |
data_files:
|