loubnabnl HF staff commited on
Commit
aee5130
·
1 Parent(s): d835bb3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: text
31
+ dtype: string
32
+ - name: title
33
+ dtype: string
34
+ - name: type
35
+ dtype: string
36
+ - name: user_count
37
+ dtype: int64
38
+ - name: event_count
39
+ dtype: int64
40
+ - name: text_size
41
+ dtype: int64
42
+ - name: old_events
43
+ list:
44
+ - name: action
45
+ dtype: string
46
+ - name: author
47
+ dtype: string
48
+ - name: comment_id
49
+ dtype: float64
50
+ - name: datetime
51
+ dtype: int64
52
+ - name: text
53
+ dtype: string
54
+ - name: title
55
+ dtype: string
56
+ - name: type
57
+ dtype: string
58
+ - name: bot_issue
59
+ dtype: bool
60
+ - name: modified_by_bot
61
+ dtype: bool
62
+ - name: text_size_bots
63
+ dtype: int64
64
+ splits:
65
+ - name: train
66
+ num_bytes: 7767638
67
+ num_examples: 1155
68
+ download_size: 2267409
69
+ dataset_size: 7767638
70
+ ---
71
+ # Dataset Card for "bot_issues"
72
+
73
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)