Datasets:
Tasks:
Text Generation
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
code
DOI:
License:
tiginamaria
commited on
Commit
•
e5bca67
1
Parent(s):
a354866
Upload dataset
Browse files- README.md +13 -19
- py/dev-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -204,6 +204,8 @@ dataset_info:
|
|
204 |
features:
|
205 |
- name: id
|
206 |
dtype: int64
|
|
|
|
|
207 |
- name: repo_owner
|
208 |
dtype: string
|
209 |
- name: repo_name
|
@@ -218,6 +220,8 @@ dataset_info:
|
|
218 |
dtype: int64
|
219 |
- name: issue_title
|
220 |
dtype: string
|
|
|
|
|
221 |
- name: issue_body
|
222 |
dtype: string
|
223 |
- name: base_sha
|
@@ -230,20 +234,20 @@ dataset_info:
|
|
230 |
dtype: string
|
231 |
- name: changed_files
|
232 |
dtype: string
|
233 |
-
- name: changed_files_exts
|
234 |
-
dtype: string
|
235 |
- name: changed_files_count
|
236 |
dtype: int64
|
237 |
- name: java_changed_files_count
|
238 |
dtype: int64
|
239 |
-
- name: kt_changed_files_count
|
240 |
-
dtype: int64
|
241 |
- name: py_changed_files_count
|
242 |
dtype: int64
|
|
|
|
|
243 |
- name: code_changed_files_count
|
244 |
dtype: int64
|
245 |
-
- name:
|
246 |
dtype: string
|
|
|
|
|
247 |
- name: stars
|
248 |
dtype: int64
|
249 |
- name: language
|
@@ -254,16 +258,10 @@ dataset_info:
|
|
254 |
dtype: string
|
255 |
splits:
|
256 |
- name: dev
|
257 |
-
num_bytes:
|
258 |
-
num_examples:
|
259 |
-
|
260 |
-
|
261 |
-
num_examples: 21
|
262 |
-
- name: train
|
263 |
-
num_bytes: 0.0
|
264 |
-
num_examples: 0
|
265 |
-
download_size: 12134391
|
266 |
-
dataset_size: 35709472.25969485
|
267 |
configs:
|
268 |
- config_name: java
|
269 |
data_files:
|
@@ -293,10 +291,6 @@ configs:
|
|
293 |
data_files:
|
294 |
- split: dev
|
295 |
path: py/dev-*
|
296 |
-
- split: test
|
297 |
-
path: py/test-*
|
298 |
-
- split: train
|
299 |
-
path: py/train-*
|
300 |
---
|
301 |
# LCA (Bug Localization)
|
302 |
This is the data for **Bug Localization** benchmark as part of LCA.
|
|
|
204 |
features:
|
205 |
- name: id
|
206 |
dtype: int64
|
207 |
+
- name: text_id
|
208 |
+
dtype: string
|
209 |
- name: repo_owner
|
210 |
dtype: string
|
211 |
- name: repo_name
|
|
|
220 |
dtype: int64
|
221 |
- name: issue_title
|
222 |
dtype: string
|
223 |
+
- name: link_keyword
|
224 |
+
dtype: string
|
225 |
- name: issue_body
|
226 |
dtype: string
|
227 |
- name: base_sha
|
|
|
234 |
dtype: string
|
235 |
- name: changed_files
|
236 |
dtype: string
|
|
|
|
|
237 |
- name: changed_files_count
|
238 |
dtype: int64
|
239 |
- name: java_changed_files_count
|
240 |
dtype: int64
|
|
|
|
|
241 |
- name: py_changed_files_count
|
242 |
dtype: int64
|
243 |
+
- name: kt_changed_files_count
|
244 |
+
dtype: int64
|
245 |
- name: code_changed_files_count
|
246 |
dtype: int64
|
247 |
+
- name: changed_files_exts
|
248 |
dtype: string
|
249 |
+
- name: pull_create_at
|
250 |
+
dtype: timestamp[s]
|
251 |
- name: stars
|
252 |
dtype: int64
|
253 |
- name: language
|
|
|
258 |
dtype: string
|
259 |
splits:
|
260 |
- name: dev
|
261 |
+
num_bytes: 30149649
|
262 |
+
num_examples: 4568
|
263 |
+
download_size: 10930678
|
264 |
+
dataset_size: 30149649
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
configs:
|
266 |
- config_name: java
|
267 |
data_files:
|
|
|
291 |
data_files:
|
292 |
- split: dev
|
293 |
path: py/dev-*
|
|
|
|
|
|
|
|
|
294 |
---
|
295 |
# LCA (Bug Localization)
|
296 |
This is the data for **Bug Localization** benchmark as part of LCA.
|
py/dev-00000-of-00001.parquet
CHANGED
@@ -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:0df55470442a01a3c36850f6de69ab4a5cbbb60908c2305a3ee03e4989a1d7ac
|
3 |
+
size 10930678
|