MarouaneSanhaji commited on
Commit
5776871
·
verified ·
1 Parent(s): 106645f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +514 -365
README.md CHANGED
@@ -1,365 +1,514 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: url
5
- dtype: string
6
- - name: repository_url
7
- dtype: string
8
- - name: labels_url
9
- dtype: string
10
- - name: comments_url
11
- dtype: string
12
- - name: events_url
13
- dtype: string
14
- - name: html_url
15
- dtype: string
16
- - name: id
17
- dtype: int64
18
- - name: node_id
19
- dtype: string
20
- - name: number
21
- dtype: int64
22
- - name: title
23
- dtype: string
24
- - name: user
25
- struct:
26
- - name: login
27
- dtype: string
28
- - name: id
29
- dtype: int64
30
- - name: node_id
31
- dtype: string
32
- - name: avatar_url
33
- dtype: string
34
- - name: gravatar_id
35
- dtype: string
36
- - name: url
37
- dtype: string
38
- - name: html_url
39
- dtype: string
40
- - name: followers_url
41
- dtype: string
42
- - name: following_url
43
- dtype: string
44
- - name: gists_url
45
- dtype: string
46
- - name: starred_url
47
- dtype: string
48
- - name: subscriptions_url
49
- dtype: string
50
- - name: organizations_url
51
- dtype: string
52
- - name: repos_url
53
- dtype: string
54
- - name: events_url
55
- dtype: string
56
- - name: received_events_url
57
- dtype: string
58
- - name: type
59
- dtype: string
60
- - name: user_view_type
61
- dtype: string
62
- - name: site_admin
63
- dtype: bool
64
- - name: labels
65
- list:
66
- - name: id
67
- dtype: int64
68
- - name: node_id
69
- dtype: string
70
- - name: url
71
- dtype: string
72
- - name: name
73
- dtype: string
74
- - name: color
75
- dtype: string
76
- - name: default
77
- dtype: bool
78
- - name: description
79
- dtype: string
80
- - name: state
81
- dtype: string
82
- - name: locked
83
- dtype: bool
84
- - name: assignee
85
- struct:
86
- - name: login
87
- dtype: string
88
- - name: id
89
- dtype: int64
90
- - name: node_id
91
- dtype: string
92
- - name: avatar_url
93
- dtype: string
94
- - name: gravatar_id
95
- dtype: string
96
- - name: url
97
- dtype: string
98
- - name: html_url
99
- dtype: string
100
- - name: followers_url
101
- dtype: string
102
- - name: following_url
103
- dtype: string
104
- - name: gists_url
105
- dtype: string
106
- - name: starred_url
107
- dtype: string
108
- - name: subscriptions_url
109
- dtype: string
110
- - name: organizations_url
111
- dtype: string
112
- - name: repos_url
113
- dtype: string
114
- - name: events_url
115
- dtype: string
116
- - name: received_events_url
117
- dtype: string
118
- - name: type
119
- dtype: string
120
- - name: user_view_type
121
- dtype: string
122
- - name: site_admin
123
- dtype: bool
124
- - name: assignees
125
- list:
126
- - name: login
127
- dtype: string
128
- - name: id
129
- dtype: int64
130
- - name: node_id
131
- dtype: string
132
- - name: avatar_url
133
- dtype: string
134
- - name: gravatar_id
135
- dtype: string
136
- - name: url
137
- dtype: string
138
- - name: html_url
139
- dtype: string
140
- - name: followers_url
141
- dtype: string
142
- - name: following_url
143
- dtype: string
144
- - name: gists_url
145
- dtype: string
146
- - name: starred_url
147
- dtype: string
148
- - name: subscriptions_url
149
- dtype: string
150
- - name: organizations_url
151
- dtype: string
152
- - name: repos_url
153
- dtype: string
154
- - name: events_url
155
- dtype: string
156
- - name: received_events_url
157
- dtype: string
158
- - name: type
159
- dtype: string
160
- - name: user_view_type
161
- dtype: string
162
- - name: site_admin
163
- dtype: bool
164
- - name: milestone
165
- struct:
166
- - name: url
167
- dtype: string
168
- - name: html_url
169
- dtype: string
170
- - name: labels_url
171
- dtype: string
172
- - name: id
173
- dtype: int64
174
- - name: node_id
175
- dtype: string
176
- - name: number
177
- dtype: int64
178
- - name: title
179
- dtype: string
180
- - name: description
181
- dtype: string
182
- - name: creator
183
- struct:
184
- - name: login
185
- dtype: string
186
- - name: id
187
- dtype: int64
188
- - name: node_id
189
- dtype: string
190
- - name: avatar_url
191
- dtype: string
192
- - name: gravatar_id
193
- dtype: string
194
- - name: url
195
- dtype: string
196
- - name: html_url
197
- dtype: string
198
- - name: followers_url
199
- dtype: string
200
- - name: following_url
201
- dtype: string
202
- - name: gists_url
203
- dtype: string
204
- - name: starred_url
205
- dtype: string
206
- - name: subscriptions_url
207
- dtype: string
208
- - name: organizations_url
209
- dtype: string
210
- - name: repos_url
211
- dtype: string
212
- - name: events_url
213
- dtype: string
214
- - name: received_events_url
215
- dtype: string
216
- - name: type
217
- dtype: string
218
- - name: user_view_type
219
- dtype: string
220
- - name: site_admin
221
- dtype: bool
222
- - name: open_issues
223
- dtype: int64
224
- - name: closed_issues
225
- dtype: int64
226
- - name: state
227
- dtype: string
228
- - name: created_at
229
- dtype: timestamp[s]
230
- - name: updated_at
231
- dtype: timestamp[s]
232
- - name: due_on
233
- dtype: 'null'
234
- - name: closed_at
235
- dtype: 'null'
236
- - name: comments
237
- list: string
238
- - name: created_at
239
- dtype: timestamp[s]
240
- - name: updated_at
241
- dtype: timestamp[s]
242
- - name: closed_at
243
- dtype: timestamp[s]
244
- - name: author_association
245
- dtype: string
246
- - name: type
247
- dtype: 'null'
248
- - name: active_lock_reason
249
- dtype: 'null'
250
- - name: draft
251
- dtype: bool
252
- - name: pull_request
253
- struct:
254
- - name: url
255
- dtype: string
256
- - name: html_url
257
- dtype: string
258
- - name: diff_url
259
- dtype: string
260
- - name: patch_url
261
- dtype: string
262
- - name: merged_at
263
- dtype: timestamp[s]
264
- - name: body
265
- dtype: string
266
- - name: closed_by
267
- struct:
268
- - name: login
269
- dtype: string
270
- - name: id
271
- dtype: int64
272
- - name: node_id
273
- dtype: string
274
- - name: avatar_url
275
- dtype: string
276
- - name: gravatar_id
277
- dtype: string
278
- - name: url
279
- dtype: string
280
- - name: html_url
281
- dtype: string
282
- - name: followers_url
283
- dtype: string
284
- - name: following_url
285
- dtype: string
286
- - name: gists_url
287
- dtype: string
288
- - name: starred_url
289
- dtype: string
290
- - name: subscriptions_url
291
- dtype: string
292
- - name: organizations_url
293
- dtype: string
294
- - name: repos_url
295
- dtype: string
296
- - name: events_url
297
- dtype: string
298
- - name: received_events_url
299
- dtype: string
300
- - name: type
301
- dtype: string
302
- - name: user_view_type
303
- dtype: string
304
- - name: site_admin
305
- dtype: bool
306
- - name: reactions
307
- struct:
308
- - name: url
309
- dtype: string
310
- - name: total_count
311
- dtype: int64
312
- - name: '+1'
313
- dtype: int64
314
- - name: '-1'
315
- dtype: int64
316
- - name: laugh
317
- dtype: int64
318
- - name: hooray
319
- dtype: int64
320
- - name: confused
321
- dtype: int64
322
- - name: heart
323
- dtype: int64
324
- - name: rocket
325
- dtype: int64
326
- - name: eyes
327
- dtype: int64
328
- - name: timeline_url
329
- dtype: string
330
- - name: performed_via_github_app
331
- dtype: 'null'
332
- - name: state_reason
333
- dtype: string
334
- - name: sub_issues_summary
335
- struct:
336
- - name: total
337
- dtype: int64
338
- - name: completed
339
- dtype: int64
340
- - name: percent_completed
341
- dtype: int64
342
- - name: issue_dependencies_summary
343
- struct:
344
- - name: blocked_by
345
- dtype: int64
346
- - name: total_blocked_by
347
- dtype: int64
348
- - name: blocking
349
- dtype: int64
350
- - name: total_blocking
351
- dtype: int64
352
- - name: is_pull_request
353
- dtype: bool
354
- splits:
355
- - name: train
356
- num_bytes: 26938563
357
- num_examples: 3019
358
- download_size: 7749469
359
- dataset_size: 26938563
360
- configs:
361
- - config_name: default
362
- data_files:
363
- - split: train
364
- path: data/train-*
365
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: url
5
+ dtype: string
6
+ - name: repository_url
7
+ dtype: string
8
+ - name: labels_url
9
+ dtype: string
10
+ - name: comments_url
11
+ dtype: string
12
+ - name: events_url
13
+ dtype: string
14
+ - name: html_url
15
+ dtype: string
16
+ - name: id
17
+ dtype: int64
18
+ - name: node_id
19
+ dtype: string
20
+ - name: number
21
+ dtype: int64
22
+ - name: title
23
+ dtype: string
24
+ - name: user
25
+ struct:
26
+ - name: login
27
+ dtype: string
28
+ - name: id
29
+ dtype: int64
30
+ - name: node_id
31
+ dtype: string
32
+ - name: avatar_url
33
+ dtype: string
34
+ - name: gravatar_id
35
+ dtype: string
36
+ - name: url
37
+ dtype: string
38
+ - name: html_url
39
+ dtype: string
40
+ - name: followers_url
41
+ dtype: string
42
+ - name: following_url
43
+ dtype: string
44
+ - name: gists_url
45
+ dtype: string
46
+ - name: starred_url
47
+ dtype: string
48
+ - name: subscriptions_url
49
+ dtype: string
50
+ - name: organizations_url
51
+ dtype: string
52
+ - name: repos_url
53
+ dtype: string
54
+ - name: events_url
55
+ dtype: string
56
+ - name: received_events_url
57
+ dtype: string
58
+ - name: type
59
+ dtype: string
60
+ - name: user_view_type
61
+ dtype: string
62
+ - name: site_admin
63
+ dtype: bool
64
+ - name: labels
65
+ list:
66
+ - name: id
67
+ dtype: int64
68
+ - name: node_id
69
+ dtype: string
70
+ - name: url
71
+ dtype: string
72
+ - name: name
73
+ dtype: string
74
+ - name: color
75
+ dtype: string
76
+ - name: default
77
+ dtype: bool
78
+ - name: description
79
+ dtype: string
80
+ - name: state
81
+ dtype: string
82
+ - name: locked
83
+ dtype: bool
84
+ - name: assignee
85
+ struct:
86
+ - name: login
87
+ dtype: string
88
+ - name: id
89
+ dtype: int64
90
+ - name: node_id
91
+ dtype: string
92
+ - name: avatar_url
93
+ dtype: string
94
+ - name: gravatar_id
95
+ dtype: string
96
+ - name: url
97
+ dtype: string
98
+ - name: html_url
99
+ dtype: string
100
+ - name: followers_url
101
+ dtype: string
102
+ - name: following_url
103
+ dtype: string
104
+ - name: gists_url
105
+ dtype: string
106
+ - name: starred_url
107
+ dtype: string
108
+ - name: subscriptions_url
109
+ dtype: string
110
+ - name: organizations_url
111
+ dtype: string
112
+ - name: repos_url
113
+ dtype: string
114
+ - name: events_url
115
+ dtype: string
116
+ - name: received_events_url
117
+ dtype: string
118
+ - name: type
119
+ dtype: string
120
+ - name: user_view_type
121
+ dtype: string
122
+ - name: site_admin
123
+ dtype: bool
124
+ - name: assignees
125
+ list:
126
+ - name: login
127
+ dtype: string
128
+ - name: id
129
+ dtype: int64
130
+ - name: node_id
131
+ dtype: string
132
+ - name: avatar_url
133
+ dtype: string
134
+ - name: gravatar_id
135
+ dtype: string
136
+ - name: url
137
+ dtype: string
138
+ - name: html_url
139
+ dtype: string
140
+ - name: followers_url
141
+ dtype: string
142
+ - name: following_url
143
+ dtype: string
144
+ - name: gists_url
145
+ dtype: string
146
+ - name: starred_url
147
+ dtype: string
148
+ - name: subscriptions_url
149
+ dtype: string
150
+ - name: organizations_url
151
+ dtype: string
152
+ - name: repos_url
153
+ dtype: string
154
+ - name: events_url
155
+ dtype: string
156
+ - name: received_events_url
157
+ dtype: string
158
+ - name: type
159
+ dtype: string
160
+ - name: user_view_type
161
+ dtype: string
162
+ - name: site_admin
163
+ dtype: bool
164
+ - name: milestone
165
+ struct:
166
+ - name: url
167
+ dtype: string
168
+ - name: html_url
169
+ dtype: string
170
+ - name: labels_url
171
+ dtype: string
172
+ - name: id
173
+ dtype: int64
174
+ - name: node_id
175
+ dtype: string
176
+ - name: number
177
+ dtype: int64
178
+ - name: title
179
+ dtype: string
180
+ - name: description
181
+ dtype: string
182
+ - name: creator
183
+ struct:
184
+ - name: login
185
+ dtype: string
186
+ - name: id
187
+ dtype: int64
188
+ - name: node_id
189
+ dtype: string
190
+ - name: avatar_url
191
+ dtype: string
192
+ - name: gravatar_id
193
+ dtype: string
194
+ - name: url
195
+ dtype: string
196
+ - name: html_url
197
+ dtype: string
198
+ - name: followers_url
199
+ dtype: string
200
+ - name: following_url
201
+ dtype: string
202
+ - name: gists_url
203
+ dtype: string
204
+ - name: starred_url
205
+ dtype: string
206
+ - name: subscriptions_url
207
+ dtype: string
208
+ - name: organizations_url
209
+ dtype: string
210
+ - name: repos_url
211
+ dtype: string
212
+ - name: events_url
213
+ dtype: string
214
+ - name: received_events_url
215
+ dtype: string
216
+ - name: type
217
+ dtype: string
218
+ - name: user_view_type
219
+ dtype: string
220
+ - name: site_admin
221
+ dtype: bool
222
+ - name: open_issues
223
+ dtype: int64
224
+ - name: closed_issues
225
+ dtype: int64
226
+ - name: state
227
+ dtype: string
228
+ - name: created_at
229
+ dtype: timestamp[s]
230
+ - name: updated_at
231
+ dtype: timestamp[s]
232
+ - name: due_on
233
+ dtype: 'null'
234
+ - name: closed_at
235
+ dtype: 'null'
236
+ - name: comments
237
+ list: string
238
+ - name: created_at
239
+ dtype: timestamp[s]
240
+ - name: updated_at
241
+ dtype: timestamp[s]
242
+ - name: closed_at
243
+ dtype: timestamp[s]
244
+ - name: author_association
245
+ dtype: string
246
+ - name: type
247
+ dtype: 'null'
248
+ - name: active_lock_reason
249
+ dtype: 'null'
250
+ - name: draft
251
+ dtype: bool
252
+ - name: pull_request
253
+ struct:
254
+ - name: url
255
+ dtype: string
256
+ - name: html_url
257
+ dtype: string
258
+ - name: diff_url
259
+ dtype: string
260
+ - name: patch_url
261
+ dtype: string
262
+ - name: merged_at
263
+ dtype: timestamp[s]
264
+ - name: body
265
+ dtype: string
266
+ - name: closed_by
267
+ struct:
268
+ - name: login
269
+ dtype: string
270
+ - name: id
271
+ dtype: int64
272
+ - name: node_id
273
+ dtype: string
274
+ - name: avatar_url
275
+ dtype: string
276
+ - name: gravatar_id
277
+ dtype: string
278
+ - name: url
279
+ dtype: string
280
+ - name: html_url
281
+ dtype: string
282
+ - name: followers_url
283
+ dtype: string
284
+ - name: following_url
285
+ dtype: string
286
+ - name: gists_url
287
+ dtype: string
288
+ - name: starred_url
289
+ dtype: string
290
+ - name: subscriptions_url
291
+ dtype: string
292
+ - name: organizations_url
293
+ dtype: string
294
+ - name: repos_url
295
+ dtype: string
296
+ - name: events_url
297
+ dtype: string
298
+ - name: received_events_url
299
+ dtype: string
300
+ - name: type
301
+ dtype: string
302
+ - name: user_view_type
303
+ dtype: string
304
+ - name: site_admin
305
+ dtype: bool
306
+ - name: reactions
307
+ struct:
308
+ - name: url
309
+ dtype: string
310
+ - name: total_count
311
+ dtype: int64
312
+ - name: '+1'
313
+ dtype: int64
314
+ - name: '-1'
315
+ dtype: int64
316
+ - name: laugh
317
+ dtype: int64
318
+ - name: hooray
319
+ dtype: int64
320
+ - name: confused
321
+ dtype: int64
322
+ - name: heart
323
+ dtype: int64
324
+ - name: rocket
325
+ dtype: int64
326
+ - name: eyes
327
+ dtype: int64
328
+ - name: timeline_url
329
+ dtype: string
330
+ - name: performed_via_github_app
331
+ dtype: 'null'
332
+ - name: state_reason
333
+ dtype: string
334
+ - name: sub_issues_summary
335
+ struct:
336
+ - name: total
337
+ dtype: int64
338
+ - name: completed
339
+ dtype: int64
340
+ - name: percent_completed
341
+ dtype: int64
342
+ - name: issue_dependencies_summary
343
+ struct:
344
+ - name: blocked_by
345
+ dtype: int64
346
+ - name: total_blocked_by
347
+ dtype: int64
348
+ - name: blocking
349
+ dtype: int64
350
+ - name: total_blocking
351
+ dtype: int64
352
+ - name: is_pull_request
353
+ dtype: bool
354
+ splits:
355
+ - name: train
356
+ num_bytes: 26938563
357
+ num_examples: 3019
358
+ download_size: 7749469
359
+ dataset_size: 26938563
360
+ configs:
361
+ - config_name: default
362
+ data_files:
363
+ - split: train
364
+ path: data/train-*
365
+ license: apache-2.0
366
+ task_categories:
367
+ - text-classification
368
+ - text-retrieval
369
+ language:
370
+ - en
371
+ tags:
372
+ - HuggingFace
373
+ - github issues
374
+ size_categories:
375
+ - 10K<n<100K
376
+ ---
377
+
378
+ # Dataset Card for Dataset Name
379
+
380
+ <!-- Provide a quick summary of the dataset. -->
381
+
382
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
383
+
384
+ ## Dataset Details
385
+
386
+ ### Dataset Description
387
+
388
+ <!-- Provide a longer summary of what this dataset is. -->
389
+
390
+
391
+
392
+ - **Curated by:** [More Information Needed]
393
+ - **Funded by [optional]:** [More Information Needed]
394
+ - **Shared by [optional]:** [More Information Needed]
395
+ - **Language(s) (NLP):** [More Information Needed]
396
+ - **License:** [More Information Needed]
397
+
398
+ ### Dataset Sources [optional]
399
+
400
+ <!-- Provide the basic links for the dataset. -->
401
+
402
+ - **Repository:** [More Information Needed]
403
+ - **Paper [optional]:** [More Information Needed]
404
+ - **Demo [optional]:** [More Information Needed]
405
+
406
+ ## Uses
407
+
408
+ <!-- Address questions around how the dataset is intended to be used. -->
409
+
410
+ ### Direct Use
411
+
412
+ <!-- This section describes suitable use cases for the dataset. -->
413
+
414
+ [More Information Needed]
415
+
416
+ ### Out-of-Scope Use
417
+
418
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
419
+
420
+ [More Information Needed]
421
+
422
+ ## Dataset Structure
423
+
424
+ <!-- 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. -->
425
+
426
+ [More Information Needed]
427
+
428
+ ## Dataset Creation
429
+
430
+ ### Curation Rationale
431
+
432
+ <!-- Motivation for the creation of this dataset. -->
433
+
434
+ [More Information Needed]
435
+
436
+ ### Source Data
437
+
438
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
439
+
440
+ #### Data Collection and Processing
441
+
442
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
443
+
444
+ [More Information Needed]
445
+
446
+ #### Who are the source data producers?
447
+
448
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
449
+
450
+ [More Information Needed]
451
+
452
+ ### Annotations [optional]
453
+
454
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
455
+
456
+ #### Annotation process
457
+
458
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
459
+
460
+ [More Information Needed]
461
+
462
+ #### Who are the annotators?
463
+
464
+ <!-- This section describes the people or systems who created the annotations. -->
465
+
466
+ [More Information Needed]
467
+
468
+ #### Personal and Sensitive Information
469
+
470
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
471
+
472
+ [More Information Needed]
473
+
474
+ ## Bias, Risks, and Limitations
475
+
476
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
477
+
478
+ [More Information Needed]
479
+
480
+ ### Recommendations
481
+
482
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
483
+
484
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
485
+
486
+ ## Citation [optional]
487
+
488
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
489
+
490
+ **BibTeX:**
491
+
492
+ [More Information Needed]
493
+
494
+ **APA:**
495
+
496
+ [More Information Needed]
497
+
498
+ ## Glossary [optional]
499
+
500
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
501
+
502
+ [More Information Needed]
503
+
504
+ ## More Information [optional]
505
+
506
+ [More Information Needed]
507
+
508
+ ## Dataset Card Authors [optional]
509
+
510
+ [More Information Needed]
511
+
512
+ ## Dataset Card Contact
513
+
514
+ [More Information Needed]