loubnabnl HF staff commited on
Commit
9329931
1 Parent(s): ac0eae1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: user_count
39
+ dtype: int64
40
+ - name: event_count
41
+ dtype: int64
42
+ - name: text_size
43
+ dtype: int64
44
+ - name: bot_issue
45
+ dtype: bool
46
+ - name: modified_by_bot
47
+ dtype: bool
48
+ - name: text_size_no_bots
49
+ dtype: int64
50
+ - name: modified_usernames
51
+ dtype: bool
52
+ splits:
53
+ - name: train
54
+ num_bytes: 15868077
55
+ num_examples: 7351
56
+ download_size: 7504145
57
+ dataset_size: 15868077
58
+ ---
59
+ # Dataset Card for "preprocessed-issues"
60
+
61
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)