loubnabnl HF Staff commited on
Commit
e9ee3e9
·
1 Parent(s): 78367d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo
5
+ dtype: string
6
+ - name: org
7
+ dtype: string
8
+ - name: issue_id
9
+ dtype: int64
10
+ - name: issue_number
11
+ dtype: int64
12
+ - name: pull_request
13
+ struct:
14
+ - name: number
15
+ dtype: int64
16
+ - name: repo
17
+ dtype: string
18
+ - name: user_login
19
+ dtype: string
20
+ - name: events
21
+ list:
22
+ - name: action
23
+ dtype: string
24
+ - name: author
25
+ dtype: string
26
+ - name: comment_id
27
+ dtype: float64
28
+ - name: datetime
29
+ dtype: int64
30
+ - name: masked_author
31
+ dtype: string
32
+ - name: text
33
+ dtype: string
34
+ - name: title
35
+ dtype: string
36
+ - name: type
37
+ dtype: string
38
+ - name: text_size
39
+ dtype: int64
40
+ - name: bot_issue
41
+ dtype: bool
42
+ - name: modified_by_bot
43
+ dtype: bool
44
+ - name: user_count
45
+ dtype: int64
46
+ - name: event_count
47
+ dtype: int64
48
+ - name: modified_usernames
49
+ dtype: bool
50
+ splits:
51
+ - name: train
52
+ num_bytes: 15607937
53
+ num_examples: 6759
54
+ download_size: 7397345
55
+ dataset_size: 15607937
56
+ ---
57
+ # Dataset Card for "pre-processed-issues"
58
+
59
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)