Partha117 commited on
Commit
d86e53f
1 Parent(s): 04db48f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: status
5
+ dtype: string
6
+ - name: repo_name
7
+ dtype: string
8
+ - name: repo_url
9
+ dtype: string
10
+ - name: issue_id
11
+ dtype: int64
12
+ - name: updated_files
13
+ dtype: string
14
+ - name: title
15
+ dtype: string
16
+ - name: body
17
+ dtype: string
18
+ - name: issue_url
19
+ dtype: string
20
+ - name: pull_url
21
+ dtype: string
22
+ - name: before_fix_sha
23
+ dtype: string
24
+ - name: after_fix_sha
25
+ dtype: string
26
+ - name: report_datetime
27
+ dtype: timestamp[ns, tz=UTC]
28
+ - name: commit_datetime
29
+ dtype: timestamp[us, tz=fixed]
30
+ - name: language
31
+ dtype: string
32
+ - name: __index_level_0__
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 44629125
37
+ num_examples: 14762
38
+ download_size: 15688869
39
+ dataset_size: 44629125
40
+ ---
41
+ # Dataset Card for "oss_bugs"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)