IO20157367 commited on
Commit
82258ba
·
verified ·
1 Parent(s): 4cefed8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +453 -10
README.md CHANGED
@@ -1,18 +1,374 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - name: number
5
  dtype: int64
6
  - name: title
7
  dtype: string
8
- - name: body
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - name: comments
11
  dtype: int64
12
- - name: comments_text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  dtype: string
14
- - name: state
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  - name: is_pull_request
17
  dtype: bool
18
  - name: title_length
@@ -23,17 +379,104 @@ dataset_info:
23
  dtype: int64
24
  - name: is_open
25
  dtype: bool
26
- - name: url
27
- dtype: string
28
  splits:
29
  - name: train
30
  num_bytes: 23369260
31
  num_examples: 5000
32
  download_size: 8335420
33
  dataset_size: 23369260
34
- configs:
35
- - config_name: default
36
- data_files:
37
- - split: train
38
- path: data/train-*
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ tags:
6
+ - github
7
+ - issues
8
+ - machine-learning
9
+ - nlp
10
+ task_categories:
11
+ - text-classification
12
+ pretty_name: GitHub Issues Augmented Dataset
13
+ configs:
14
+ - config_name: default
15
+ data_files:
16
+ - split: train
17
+ path: data/train-*
18
  dataset_info:
19
  features:
20
+ - name: url
21
+ dtype: string
22
+ - name: repository_url
23
+ dtype: string
24
+ - name: labels_url
25
+ dtype: string
26
+ - name: comments_url
27
+ dtype: string
28
+ - name: events_url
29
+ dtype: string
30
+ - name: html_url
31
+ dtype: string
32
+ - name: id
33
+ dtype: int64
34
+ - name: node_id
35
+ dtype: string
36
  - name: number
37
  dtype: int64
38
  - name: title
39
  dtype: string
40
+ - name: user
41
+ struct:
42
+ - name: login
43
+ dtype: string
44
+ - name: id
45
+ dtype: int64
46
+ - name: node_id
47
+ dtype: string
48
+ - name: avatar_url
49
+ dtype: string
50
+ - name: gravatar_id
51
+ dtype: string
52
+ - name: url
53
+ dtype: string
54
+ - name: html_url
55
+ dtype: string
56
+ - name: followers_url
57
+ dtype: string
58
+ - name: following_url
59
+ dtype: string
60
+ - name: gists_url
61
+ dtype: string
62
+ - name: starred_url
63
+ dtype: string
64
+ - name: subscriptions_url
65
+ dtype: string
66
+ - name: organizations_url
67
+ dtype: string
68
+ - name: repos_url
69
+ dtype: string
70
+ - name: events_url
71
+ dtype: string
72
+ - name: received_events_url
73
+ dtype: string
74
+ - name: type
75
+ dtype: string
76
+ - name: user_view_type
77
+ dtype: string
78
+ - name: site_admin
79
+ dtype: bool
80
+ - name: labels
81
+ list:
82
+ - name: id
83
+ dtype: int64
84
+ - name: node_id
85
+ dtype: string
86
+ - name: url
87
+ dtype: string
88
+ - name: name
89
+ dtype: string
90
+ - name: color
91
+ dtype: string
92
+ - name: default
93
+ dtype: bool
94
+ - name: description
95
+ dtype: string
96
+ - name: state
97
  dtype: string
98
+ - name: locked
99
+ dtype: bool
100
+ - name: assignees
101
+ list:
102
+ - name: login
103
+ dtype: string
104
+ - name: id
105
+ dtype: int64
106
+ - name: node_id
107
+ dtype: string
108
+ - name: avatar_url
109
+ dtype: string
110
+ - name: gravatar_id
111
+ dtype: string
112
+ - name: url
113
+ dtype: string
114
+ - name: html_url
115
+ dtype: string
116
+ - name: followers_url
117
+ dtype: string
118
+ - name: following_url
119
+ dtype: string
120
+ - name: gists_url
121
+ dtype: string
122
+ - name: starred_url
123
+ dtype: string
124
+ - name: subscriptions_url
125
+ dtype: string
126
+ - name: organizations_url
127
+ dtype: string
128
+ - name: repos_url
129
+ dtype: string
130
+ - name: events_url
131
+ dtype: string
132
+ - name: received_events_url
133
+ dtype: string
134
+ - name: type
135
+ dtype: string
136
+ - name: user_view_type
137
+ dtype: string
138
+ - name: site_admin
139
+ dtype: bool
140
+ - name: milestone
141
+ struct:
142
+ - name: url
143
+ dtype: string
144
+ - name: html_url
145
+ dtype: string
146
+ - name: labels_url
147
+ dtype: string
148
+ - name: id
149
+ dtype: int64
150
+ - name: node_id
151
+ dtype: string
152
+ - name: number
153
+ dtype: int64
154
+ - name: title
155
+ dtype: string
156
+ - name: description
157
+ dtype: string
158
+ - name: creator
159
+ struct:
160
+ - name: login
161
+ dtype: string
162
+ - name: id
163
+ dtype: int64
164
+ - name: node_id
165
+ dtype: string
166
+ - name: avatar_url
167
+ dtype: string
168
+ - name: gravatar_id
169
+ dtype: string
170
+ - name: url
171
+ dtype: string
172
+ - name: html_url
173
+ dtype: string
174
+ - name: followers_url
175
+ dtype: string
176
+ - name: following_url
177
+ dtype: string
178
+ - name: gists_url
179
+ dtype: string
180
+ - name: starred_url
181
+ dtype: string
182
+ - name: subscriptions_url
183
+ dtype: string
184
+ - name: organizations_url
185
+ dtype: string
186
+ - name: repos_url
187
+ dtype: string
188
+ - name: events_url
189
+ dtype: string
190
+ - name: received_events_url
191
+ dtype: string
192
+ - name: type
193
+ dtype: string
194
+ - name: user_view_type
195
+ dtype: string
196
+ - name: site_admin
197
+ dtype: bool
198
+ - name: open_issues
199
+ dtype: int64
200
+ - name: closed_issues
201
+ dtype: int64
202
+ - name: state
203
+ dtype: string
204
+ - name: created_at
205
+ dtype: timestamp[s]
206
+ - name: updated_at
207
+ dtype: timestamp[s]
208
+ - name: due_on
209
+ dtype: 'null'
210
+ - name: closed_at
211
+ dtype: 'null'
212
  - name: comments
213
  dtype: int64
214
+ - name: created_at
215
+ dtype: timestamp[s]
216
+ - name: updated_at
217
+ dtype: timestamp[s]
218
+ - name: closed_at
219
+ dtype: timestamp[s]
220
+ - name: assignee
221
+ struct:
222
+ - name: login
223
+ dtype: string
224
+ - name: id
225
+ dtype: int64
226
+ - name: node_id
227
+ dtype: string
228
+ - name: avatar_url
229
+ dtype: string
230
+ - name: gravatar_id
231
+ dtype: string
232
+ - name: url
233
+ dtype: string
234
+ - name: html_url
235
+ dtype: string
236
+ - name: followers_url
237
+ dtype: string
238
+ - name: following_url
239
+ dtype: string
240
+ - name: gists_url
241
+ dtype: string
242
+ - name: starred_url
243
+ dtype: string
244
+ - name: subscriptions_url
245
+ dtype: string
246
+ - name: organizations_url
247
+ dtype: string
248
+ - name: repos_url
249
+ dtype: string
250
+ - name: events_url
251
+ dtype: string
252
+ - name: received_events_url
253
+ dtype: string
254
+ - name: type
255
+ dtype: string
256
+ - name: user_view_type
257
+ dtype: string
258
+ - name: site_admin
259
+ dtype: bool
260
+ - name: author_association
261
  dtype: string
262
+ - name: issue_field_values
263
+ list: 'null'
264
+ - name: type
265
+ dtype: 'null'
266
+ - name: active_lock_reason
267
+ dtype: 'null'
268
+ - name: draft
269
+ dtype: bool
270
+ - name: pull_request
271
+ struct:
272
+ - name: url
273
+ dtype: string
274
+ - name: html_url
275
+ dtype: string
276
+ - name: diff_url
277
+ dtype: string
278
+ - name: patch_url
279
+ dtype: string
280
+ - name: merged_at
281
+ dtype: timestamp[s]
282
+ - name: body
283
+ dtype: string
284
+ - name: closed_by
285
+ struct:
286
+ - name: login
287
+ dtype: string
288
+ - name: id
289
+ dtype: int64
290
+ - name: node_id
291
+ dtype: string
292
+ - name: avatar_url
293
+ dtype: string
294
+ - name: gravatar_id
295
+ dtype: string
296
+ - name: url
297
+ dtype: string
298
+ - name: html_url
299
+ dtype: string
300
+ - name: followers_url
301
+ dtype: string
302
+ - name: following_url
303
+ dtype: string
304
+ - name: gists_url
305
+ dtype: string
306
+ - name: starred_url
307
+ dtype: string
308
+ - name: subscriptions_url
309
+ dtype: string
310
+ - name: organizations_url
311
+ dtype: string
312
+ - name: repos_url
313
+ dtype: string
314
+ - name: events_url
315
+ dtype: string
316
+ - name: received_events_url
317
+ dtype: string
318
+ - name: type
319
+ dtype: string
320
+ - name: user_view_type
321
+ dtype: string
322
+ - name: site_admin
323
+ dtype: bool
324
+ - name: reactions
325
+ struct:
326
+ - name: url
327
+ dtype: string
328
+ - name: total_count
329
+ dtype: int64
330
+ - name: '+1'
331
+ dtype: int64
332
+ - name: '-1'
333
+ dtype: int64
334
+ - name: laugh
335
+ dtype: int64
336
+ - name: hooray
337
+ dtype: int64
338
+ - name: confused
339
+ dtype: int64
340
+ - name: heart
341
+ dtype: int64
342
+ - name: rocket
343
+ dtype: int64
344
+ - name: eyes
345
+ dtype: int64
346
+ - name: timeline_url
347
+ dtype: string
348
+ - name: performed_via_github_app
349
+ dtype: 'null'
350
+ - name: state_reason
351
  dtype: string
352
+ - name: sub_issues_summary
353
+ struct:
354
+ - name: total
355
+ dtype: int64
356
+ - name: completed
357
+ dtype: int64
358
+ - name: percent_completed
359
+ dtype: int64
360
+ - name: issue_dependencies_summary
361
+ struct:
362
+ - name: blocked_by
363
+ dtype: int64
364
+ - name: total_blocked_by
365
+ dtype: int64
366
+ - name: blocking
367
+ dtype: int64
368
+ - name: total_blocking
369
+ dtype: int64
370
+ - name: pinned_comment
371
+ dtype: 'null'
372
  - name: is_pull_request
373
  dtype: bool
374
  - name: title_length
 
379
  dtype: int64
380
  - name: is_open
381
  dtype: bool
 
 
382
  splits:
383
  - name: train
384
  num_bytes: 23369260
385
  num_examples: 5000
386
  download_size: 8335420
387
  dataset_size: 23369260
 
 
 
 
 
388
  ---
389
+ # Dataset Card for github-issues-augmented
390
+
391
+
392
+ ## Dataset Details
393
+
394
+ ### Dataset Description
395
+
396
+ This dataset created and contains GitHub issue data including titles, descriptions, labels, states, and pull request information.
397
+
398
+ - **Curated by:** 20157367, Ogwu
399
+ - **License:** mit
400
+
401
+ ### Dataset Tags
402
+ - github
403
+ - issues
404
+ - data-engineering
405
+ - text-classification
406
+ - nlp
407
+ - machine-learning
408
+
409
+ ### Dataset Sources
410
+
411
+ - **Repository:** https://huggingface.co/datasets/IO20157367/github-issues-augmented
412
+
413
+ ## Uses
414
+
415
+ This dataset is intended to be used for text-classification, sentiment-analysis and FAISS indexing.
416
+
417
+
418
+ ## Dataset Structure
419
+
420
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
421
+
422
+ Each row represents a single GitHub issue
423
+ Key fields include:
424
+ - url
425
+ - -repository_url
426
+ - id
427
+ - number
428
+ - title
429
+ - state
430
+ - is_open
431
+ - is_pull_request
432
+ - title_length
433
+ - num_labels
434
+
435
+ ## Dataset Creation
436
+
437
+ ### Curation Rationale
438
+
439
+ <!-- Motivation for the creation of this dataset. -->
440
+ This dataset was created to satisfy requirements of an assessed task for NMTAFE Data Science and AI.
441
+
442
+ ### Source Data
443
+
444
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
445
+ The source data consists of publicly available GitHub issues and pull requests.
446
+
447
+ #### Data Collection and Processing
448
+
449
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
450
+
451
+ Data was collected using the GitHub REST API and Python requests. The JSON responses were converted into a structured dataset using the Hugging Face Datasets library. Additional derived features were generated, including issue status indicators, text length measurements, and label counts. The resulting dataset was converted into tabular format and uploaded to the Hugging Face Hub.
452
+
453
+ ## Compliance and Considerations
454
+
455
+ ### Privacy
456
+ Dataset contains information obtained from publicly availble GitHub issues. Usernames, issue content, timestamps, and other metadata may be included because they are publicly accessible through the GitHub API. No additional personal information was collected beyond the publicly available source data.
457
+
458
+ ### Atribution
459
+ Orifinal data sources should be acknowledged when using or redistributing the dataset:
460
+ - GitHub REST API
461
+ - HuggingFace Datasets
462
+
463
+ ### Storage
464
+ The dataset should be securely stored. Extra care should be taken to ensure the information isn't transformed or engineered in a manner that creates privacy concerns or unintended profiling of individuals.
465
+
466
+ ## Bias, Risks, and Limitations
467
+
468
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
469
+ The dataset is sourced from a single open-source software repository and may not represent software projects from different domains, organisations, or programming communities. Issue content may reflect the priorities, terminology, and workflows of the Hugging Face development community. The dataset may contain incomplete, outdated, or subjective information submitted by contributors.
470
+
471
+ ### Recommendations
472
+
473
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
474
+ Users should consider the limited scope of the dataset when drawing conclusions or training models.
475
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
476
+
477
+ ## Dataset Card Authors
478
+
479
+ 20157367, Ogwu
480
+
481
+ ## Dataset Card Contact
482
+ 20157367@tafe.wa.edu.au