Datasets:

Formats:
parquet
Languages:
English
ArXiv:
Tags:
code
DOI:
Libraries:
Datasets
pandas
License:
tiginamaria commited on
Commit
4f94681
·
1 Parent(s): d19a588

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,12 +1,62 @@
1
  ---
 
 
2
  license: other
3
  task_categories:
4
  - text-generation
5
- language:
6
- - en
7
  tags:
8
  - code
9
- pretty_name: LCA (Bug Localization)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # LCA (Bug Localization)
12
  This is the data for **Bug Localization** benchmark as part of LCA.
 
1
  ---
2
+ language:
3
+ - en
4
  license: other
5
  task_categories:
6
  - text-generation
7
+ pretty_name: LCA (Bug Localization)
 
8
  tags:
9
  - code
10
+ dataset_info:
11
+ config_name: bug_localization_data
12
+ features:
13
+ - name: repo_owner
14
+ dtype: string
15
+ - name: repo_name
16
+ dtype: string
17
+ - name: issue_url
18
+ dtype: string
19
+ - name: pull_url
20
+ dtype: string
21
+ - name: comment_url
22
+ dtype: string
23
+ - name: issue_title
24
+ dtype: string
25
+ - name: issue_body
26
+ dtype: string
27
+ - name: base_sha
28
+ dtype: string
29
+ - name: head_sha
30
+ dtype: string
31
+ - name: diff_url
32
+ dtype: string
33
+ - name: changed_files
34
+ dtype: string
35
+ - name: changed_files_exts
36
+ dtype: string
37
+ - name: java_changed_files_count
38
+ dtype: int64
39
+ - name: kt_changed_files_count
40
+ dtype: int64
41
+ - name: py_changed_files_count
42
+ dtype: int64
43
+ - name: code_changed_files_count
44
+ dtype: int64
45
+ - name: pull_create_at
46
+ dtype: string
47
+ - name: stars
48
+ dtype: int64
49
+ splits:
50
+ - name: train
51
+ num_bytes: 8418065
52
+ num_examples: 2770
53
+ download_size: 3383657
54
+ dataset_size: 8418065
55
+ configs:
56
+ - config_name: bug_localization_data
57
+ data_files:
58
+ - split: train
59
+ path: bug_localization_data/train-*
60
  ---
61
  # LCA (Bug Localization)
62
  This is the data for **Bug Localization** benchmark as part of LCA.