marcelovidigal commited on
Commit
1f5ed93
1 Parent(s): de2ffa5

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +161 -299
README.md CHANGED
@@ -1,299 +1,161 @@
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: avatar_url
27
- dtype: string
28
- - name: events_url
29
- dtype: string
30
- - name: followers_url
31
- dtype: string
32
- - name: following_url
33
- dtype: string
34
- - name: gists_url
35
- dtype: string
36
- - name: gravatar_id
37
- dtype: string
38
- - name: html_url
39
- dtype: string
40
- - name: id
41
- dtype: int64
42
- - name: login
43
- dtype: string
44
- - name: node_id
45
- dtype: string
46
- - name: organizations_url
47
- dtype: string
48
- - name: received_events_url
49
- dtype: string
50
- - name: repos_url
51
- dtype: string
52
- - name: site_admin
53
- dtype: bool
54
- - name: starred_url
55
- dtype: string
56
- - name: subscriptions_url
57
- dtype: string
58
- - name: type
59
- dtype: string
60
- - name: url
61
- dtype: string
62
- - name: labels
63
- list:
64
- - name: color
65
- dtype: string
66
- - name: default
67
- dtype: bool
68
- - name: description
69
- dtype: string
70
- - name: id
71
- dtype: int64
72
- - name: name
73
- dtype: string
74
- - name: node_id
75
- dtype: string
76
- - name: url
77
- dtype: string
78
- - name: state
79
- dtype: string
80
- - name: locked
81
- dtype: bool
82
- - name: assignee
83
- struct:
84
- - name: avatar_url
85
- dtype: string
86
- - name: events_url
87
- dtype: string
88
- - name: followers_url
89
- dtype: string
90
- - name: following_url
91
- dtype: string
92
- - name: gists_url
93
- dtype: string
94
- - name: gravatar_id
95
- dtype: string
96
- - name: html_url
97
- dtype: string
98
- - name: id
99
- dtype: int64
100
- - name: login
101
- dtype: string
102
- - name: node_id
103
- dtype: string
104
- - name: organizations_url
105
- dtype: string
106
- - name: received_events_url
107
- dtype: string
108
- - name: repos_url
109
- dtype: string
110
- - name: site_admin
111
- dtype: bool
112
- - name: starred_url
113
- dtype: string
114
- - name: subscriptions_url
115
- dtype: string
116
- - name: type
117
- dtype: string
118
- - name: url
119
- dtype: string
120
- - name: assignees
121
- list:
122
- - name: avatar_url
123
- dtype: string
124
- - name: events_url
125
- dtype: string
126
- - name: followers_url
127
- dtype: string
128
- - name: following_url
129
- dtype: string
130
- - name: gists_url
131
- dtype: string
132
- - name: gravatar_id
133
- dtype: string
134
- - name: html_url
135
- dtype: string
136
- - name: id
137
- dtype: int64
138
- - name: login
139
- dtype: string
140
- - name: node_id
141
- dtype: string
142
- - name: organizations_url
143
- dtype: string
144
- - name: received_events_url
145
- dtype: string
146
- - name: repos_url
147
- dtype: string
148
- - name: site_admin
149
- dtype: bool
150
- - name: starred_url
151
- dtype: string
152
- - name: subscriptions_url
153
- dtype: string
154
- - name: type
155
- dtype: string
156
- - name: url
157
- dtype: string
158
- - name: milestone
159
- struct:
160
- - name: closed_at
161
- dtype: string
162
- - name: closed_issues
163
- dtype: int64
164
- - name: created_at
165
- dtype: string
166
- - name: creator
167
- struct:
168
- - name: avatar_url
169
- dtype: string
170
- - name: events_url
171
- dtype: string
172
- - name: followers_url
173
- dtype: string
174
- - name: following_url
175
- dtype: string
176
- - name: gists_url
177
- dtype: string
178
- - name: gravatar_id
179
- dtype: string
180
- - name: html_url
181
- dtype: string
182
- - name: id
183
- dtype: int64
184
- - name: login
185
- dtype: string
186
- - name: node_id
187
- dtype: string
188
- - name: organizations_url
189
- dtype: string
190
- - name: received_events_url
191
- dtype: string
192
- - name: repos_url
193
- dtype: string
194
- - name: site_admin
195
- dtype: bool
196
- - name: starred_url
197
- dtype: string
198
- - name: subscriptions_url
199
- dtype: string
200
- - name: type
201
- dtype: string
202
- - name: url
203
- dtype: string
204
- - name: description
205
- dtype: string
206
- - name: due_on
207
- dtype: string
208
- - name: html_url
209
- dtype: string
210
- - name: id
211
- dtype: int64
212
- - name: labels_url
213
- dtype: string
214
- - name: node_id
215
- dtype: string
216
- - name: number
217
- dtype: int64
218
- - name: open_issues
219
- dtype: int64
220
- - name: state
221
- dtype: string
222
- - name: title
223
- dtype: string
224
- - name: updated_at
225
- dtype: string
226
- - name: url
227
- dtype: string
228
- - name: comments
229
- dtype: int64
230
- - name: created_at
231
- dtype: timestamp[ns, tz=UTC]
232
- - name: updated_at
233
- dtype: timestamp[ns, tz=UTC]
234
- - name: closed_at
235
- dtype: timestamp[ns, tz=UTC]
236
- - name: author_association
237
- dtype: string
238
- - name: active_lock_reason
239
- dtype: float64
240
- - name: draft
241
- dtype: float64
242
- - name: pull_request
243
- struct:
244
- - name: diff_url
245
- dtype: string
246
- - name: html_url
247
- dtype: string
248
- - name: merged_at
249
- dtype: string
250
- - name: patch_url
251
- dtype: string
252
- - name: url
253
- dtype: string
254
- - name: body
255
- dtype: string
256
- - name: reactions
257
- struct:
258
- - name: '+1'
259
- dtype: int64
260
- - name: '-1'
261
- dtype: int64
262
- - name: confused
263
- dtype: int64
264
- - name: eyes
265
- dtype: int64
266
- - name: heart
267
- dtype: int64
268
- - name: hooray
269
- dtype: int64
270
- - name: laugh
271
- dtype: int64
272
- - name: rocket
273
- dtype: int64
274
- - name: total_count
275
- dtype: int64
276
- - name: url
277
- dtype: string
278
- - name: timeline_url
279
- dtype: string
280
- - name: performed_via_github_app
281
- dtype: float64
282
- - name: state_reason
283
- dtype: string
284
- - name: existe_pull_request
285
- dtype: bool
286
- - name: comentarios
287
- sequence: string
288
- splits:
289
- - name: train
290
- num_bytes: 39101297
291
- num_examples: 6932
292
- download_size: 11377675
293
- dataset_size: 39101297
294
- configs:
295
- - config_name: default
296
- data_files:
297
- - split: train
298
- path: data/train-*
299
- ---
 
1
+ # Dataset Card for GitHub Issues
2
+
3
+ ## Dataset Description
4
+
5
+ - **Point of Contact:** [Lewis Tunstall](lewis@huggingface.co)
6
+
7
+ ### Dataset Summary
8
+
9
+ GitHub Issues is a dataset consisting of GitHub issues and pull requests associated with the 🤗 Datasets [repository](https://github.com/huggingface/datasets). It is intended for educational purposes and can be used for semantic search or multilabel text classification. The contents of each GitHub issue are in English and concern the domain of datasets for NLP, computer vision, and beyond.
10
+
11
+ ### Supported Tasks and Leaderboards
12
+
13
+ For each of the tasks tagged for this dataset, give a brief description of the tag, metrics, and suggested models (with a link to their HuggingFace implementation if available). Give a similar description of tasks that were not covered by the structured tag set (repace the `task-category-tag` with an appropriate `other:other-task-name`).
14
+
15
+ - `task-category-tag`: The dataset can be used to train a model for [TASK NAME], which consists in [TASK DESCRIPTION]. Success on this task is typically measured by achieving a *high/low* [metric name](https://huggingface.co/metrics/metric_name). The ([model name](https://huggingface.co/model_name) or [model class](https://huggingface.co/transformers/model_doc/model_class.html)) model currently achieves the following score. *[IF A LEADERBOARD IS AVAILABLE]:* This task has an active leaderboard which can be found at [leaderboard url]() and ranks models based on [metric name](https://huggingface.co/metrics/metric_name) while also reporting [other metric name](https://huggingface.co/metrics/other_metric_name).
16
+
17
+ ### Languages
18
+
19
+ Provide a brief overview of the languages represented in the dataset. Describe relevant details about specifics of the language such as whether it is social media text, African American English,...
20
+
21
+ When relevant, please provide [BCP-47 codes](https://tools.ietf.org/html/bcp47), which consist of a [primary language subtag](https://tools.ietf.org/html/bcp47#section-2.2.1), with a [script subtag](https://tools.ietf.org/html/bcp47#section-2.2.3) and/or [region subtag](https://tools.ietf.org/html/bcp47#section-2.2.4) if available.
22
+
23
+ ## Dataset Structure
24
+
25
+ ### Data Instances
26
+
27
+ Provide an JSON-formatted example and brief description of a typical instance in the dataset. If available, provide a link to further examples.
28
+
29
+ ```
30
+ {
31
+ 'example_field': ...,
32
+ ...
33
+ }
34
+ ```
35
+
36
+ Provide any additional information that is not covered in the other sections about the data here. In particular describe any relationships between data points and if these relationships are made explicit.
37
+
38
+ ### Data Fields
39
+
40
+ List and describe the fields present in the dataset. Mention their data type, and whether they are used as input or output in any of the tasks the dataset currently supports. If the data has span indices, describe their attributes, such as whether they are at the character level or word level, whether they are contiguous or not, etc. If the datasets contains example IDs, state whether they have an inherent meaning, such as a mapping to other datasets or pointing to relationships between data points.
41
+
42
+ - `example_field`: description of `example_field`
43
+
44
+ Note that the descriptions can be initialized with the **Show Markdown Data Fields** output of the [tagging app](https://github.com/huggingface/datasets-tagging), you will then only need to refine the generated descriptions.
45
+
46
+ ### Data Splits
47
+
48
+ Describe and name the splits in the dataset if there are more than one.
49
+
50
+ Describe any criteria for splitting the data, if used. If their are differences between the splits (e.g. if the training annotations are machine-generated and the dev and test ones are created by humans, or if different numbers of annotators contributed to each example), describe them here.
51
+
52
+ Provide the sizes of each split. As appropriate, provide any descriptive statistics for the features, such as average length. For example:
53
+
54
+ | | Tain | Valid | Test |
55
+ | ----- | ------ | ----- | ---- |
56
+ | Input Sentences | | | |
57
+ | Average Sentence Length | | | |
58
+
59
+ ## Dataset Creation
60
+
61
+ ### Curation Rationale
62
+
63
+ What need motivated the creation of this dataset? What are some of the reasons underlying the major choices involved in putting it together?
64
+
65
+ ### Source Data
66
+
67
+ This section describes the source data (e.g. news text and headlines, social media posts, translated sentences,...)
68
+
69
+ #### Initial Data Collection and Normalization
70
+
71
+ Describe the data collection process. Describe any criteria for data selection or filtering. List any key words or search terms used. If possible, include runtime information for the collection process.
72
+
73
+ If data was collected from other pre-existing datasets, link to source here and to their [Hugging Face version](https://huggingface.co/datasets/dataset_name).
74
+
75
+ If the data was modified or normalized after being collected (e.g. if the data is word-tokenized), describe the process and the tools used.
76
+
77
+ #### Who are the source language producers?
78
+
79
+ State whether the data was produced by humans or machine generated. Describe the people or systems who originally created the data.
80
+
81
+ If available, include self-reported demographic or identity information for the source data creators, but avoid inferring this information. Instead state that this information is unknown. See [Larson 2017](https://www.aclweb.org/anthology/W17-1601.pdf) for using identity categories as a variables, particularly gender.
82
+
83
+ Describe the conditions under which the data was created (for example, if the producers were crowdworkers, state what platform was used, or if the data was found, what website the data was found on). If compensation was provided, include that information here.
84
+
85
+ Describe other people represented or mentioned in the data. Where possible, link to references for the information.
86
+
87
+ ### Annotations
88
+
89
+ If the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs.
90
+
91
+ #### Annotation process
92
+
93
+ If applicable, describe the annotation process and any tools used, or state otherwise. Describe the amount of data annotated, if not all. Describe or reference annotation guidelines provided to the annotators. If available, provide interannotator statistics. Describe any annotation validation processes.
94
+
95
+ #### Who are the annotators?
96
+
97
+ If annotations were collected for the source data (such as class labels or syntactic parses), state whether the annotations were produced by humans or machine generated.
98
+
99
+ Describe the people or systems who originally created the annotations and their selection criteria if applicable.
100
+
101
+ If available, include self-reported demographic or identity information for the annotators, but avoid inferring this information. Instead state that this information is unknown. See [Larson 2017](https://www.aclweb.org/anthology/W17-1601.pdf) for using identity categories as a variables, particularly gender.
102
+
103
+ Describe the conditions under which the data was annotated (for example, if the annotators were crowdworkers, state what platform was used, or if the data was found, what website the data was found on). If compensation was provided, include that information here.
104
+
105
+ ### Personal and Sensitive Information
106
+
107
+ State whether the dataset uses identity categories and, if so, how the information is used. Describe where this information comes from (i.e. self-reporting, collecting from profiles, inferring, etc.). See [Larson 2017](https://www.aclweb.org/anthology/W17-1601.pdf) for using identity categories as a variables, particularly gender. State whether the data is linked to individuals and whether those individuals can be identified in the dataset, either directly or indirectly (i.e., in combination with other data).
108
+
109
+ State whether the dataset contains other data that might be considered sensitive (e.g., data that reveals racial or ethnic origins, sexual orientations, religious beliefs, political opinions or union memberships, or locations; financial or health data; biometric or genetic data; forms of government identification, such as social security numbers; criminal history).
110
+
111
+ If efforts were made to anonymize the data, describe the anonymization process.
112
+
113
+ ## Considerations for Using the Data
114
+
115
+ ### Social Impact of Dataset
116
+
117
+ Please discuss some of the ways you believe the use of this dataset will impact society.
118
+
119
+ The statement should include both positive outlooks, such as outlining how technologies developed through its use may improve people's lives, and discuss the accompanying risks. These risks may range from making important decisions more opaque to people who are affected by the technology, to reinforcing existing harmful biases (whose specifics should be discussed in the next section), among other considerations.
120
+
121
+ Also describe in this section if the proposed dataset contains a low-resource or under-represented language. If this is the case or if this task has any impact on underserved communities, please elaborate here.
122
+
123
+ ### Discussion of Biases
124
+
125
+ Provide descriptions of specific biases that are likely to be reflected in the data, and state whether any steps were taken to reduce their impact.
126
+
127
+ For Wikipedia text, see for example [Dinan et al 2020 on biases in Wikipedia (esp. Table 1)](https://arxiv.org/abs/2005.00614), or [Blodgett et al 2020](https://www.aclweb.org/anthology/2020.acl-main.485/) for a more general discussion of the topic.
128
+
129
+ If analyses have been run quantifying these biases, please add brief summaries and links to the studies here.
130
+
131
+ ### Other Known Limitations
132
+
133
+ If studies of the datasets have outlined other limitations of the dataset, such as annotation artifacts, please outline and cite them here.
134
+
135
+ ## Additional Information
136
+
137
+ ### Dataset Curators
138
+
139
+ List the people involved in collecting the dataset and their affiliation(s). If funding information is known, include it here.
140
+
141
+ ### Licensing Information
142
+
143
+ Provide the license and link to the license webpage if available.
144
+
145
+ ### Citation Information
146
+
147
+ Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example:
148
+ ```
149
+ @article{article_id,
150
+ author = {Author List},
151
+ title = {Dataset Paper Title},
152
+ journal = {Publication Venue},
153
+ year = {2525}
154
+ }
155
+ ```
156
+
157
+ If the dataset has a [DOI](https://www.doi.org/), please provide it here.
158
+
159
+ ### Contributions
160
+
161
+ Thanks to [@lewtun](https://github.com/lewtun) for adding this dataset.