system HF staff commited on
Commit
d755676
1 Parent(s): f3ffae3

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +245 -0
README.md ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "glue"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://nyu-mll.github.io/CoLA/](https://nyu-mll.github.io/CoLA/)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 955.33 MB
37
+ - **Size of the generated dataset:** 229.68 MB
38
+ - **Total amount of disk used:** 1185.01 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ GLUE, the General Language Understanding Evaluation benchmark
43
+ (https://gluebenchmark.com/) is a collection of resources for training,
44
+ evaluating, and analyzing natural language understanding systems.
45
+
46
+ ### [Supported Tasks](#supported-tasks)
47
+
48
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
49
+
50
+ ### [Languages](#languages)
51
+
52
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
+
54
+ ## [Dataset Structure](#dataset-structure)
55
+
56
+ We show detailed information for up to 5 configurations of the dataset.
57
+
58
+ ### [Data Instances](#data-instances)
59
+
60
+ #### ax
61
+
62
+ - **Size of downloaded dataset files:** 0.21 MB
63
+ - **Size of the generated dataset:** 0.23 MB
64
+ - **Total amount of disk used:** 0.44 MB
65
+
66
+ An example of 'test' looks as follows.
67
+ ```
68
+
69
+ ```
70
+
71
+ #### cola
72
+
73
+ - **Size of downloaded dataset files:** 0.36 MB
74
+ - **Size of the generated dataset:** 0.58 MB
75
+ - **Total amount of disk used:** 0.94 MB
76
+
77
+ An example of 'train' looks as follows.
78
+ ```
79
+
80
+ ```
81
+
82
+ #### mnli
83
+
84
+ - **Size of downloaded dataset files:** 298.29 MB
85
+ - **Size of the generated dataset:** 78.65 MB
86
+ - **Total amount of disk used:** 376.95 MB
87
+
88
+ An example of 'train' looks as follows.
89
+ ```
90
+
91
+ ```
92
+
93
+ #### mnli_matched
94
+
95
+ - **Size of downloaded dataset files:** 298.29 MB
96
+ - **Size of the generated dataset:** 3.52 MB
97
+ - **Total amount of disk used:** 301.82 MB
98
+
99
+ An example of 'validation' looks as follows.
100
+ ```
101
+
102
+ ```
103
+
104
+ #### mnli_mismatched
105
+
106
+ - **Size of downloaded dataset files:** 298.29 MB
107
+ - **Size of the generated dataset:** 3.73 MB
108
+ - **Total amount of disk used:** 302.02 MB
109
+
110
+ An example of 'validation' looks as follows.
111
+ ```
112
+
113
+ ```
114
+
115
+ ### [Data Fields](#data-fields)
116
+
117
+ The data fields are the same among all splits.
118
+
119
+ #### ax
120
+ - `premise`: a `string` feature.
121
+ - `hypothesis`: a `string` feature.
122
+ - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
123
+ - `idx`: a `int32` feature.
124
+
125
+ #### cola
126
+ - `sentence`: a `string` feature.
127
+ - `label`: a classification label, with possible values including `unacceptable` (0), `acceptable` (1).
128
+ - `idx`: a `int32` feature.
129
+
130
+ #### mnli
131
+ - `premise`: a `string` feature.
132
+ - `hypothesis`: a `string` feature.
133
+ - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
134
+ - `idx`: a `int32` feature.
135
+
136
+ #### mnli_matched
137
+ - `premise`: a `string` feature.
138
+ - `hypothesis`: a `string` feature.
139
+ - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
140
+ - `idx`: a `int32` feature.
141
+
142
+ #### mnli_mismatched
143
+ - `premise`: a `string` feature.
144
+ - `hypothesis`: a `string` feature.
145
+ - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
146
+ - `idx`: a `int32` feature.
147
+
148
+ ### [Data Splits Sample Size](#data-splits-sample-size)
149
+
150
+ #### ax
151
+
152
+ | |test|
153
+ |---|---:|
154
+ |ax |1104|
155
+
156
+ #### cola
157
+
158
+ | |train|validation|test|
159
+ |----|----:|---------:|---:|
160
+ |cola| 8551| 1043|1063|
161
+
162
+ #### mnli
163
+
164
+ | |train |validation_matched|validation_mismatched|test_matched|test_mismatched|
165
+ |----|-----:|-----------------:|--------------------:|-----------:|--------------:|
166
+ |mnli|392702| 9815| 9832| 9796| 9847|
167
+
168
+ #### mnli_matched
169
+
170
+ | |validation|test|
171
+ |------------|---------:|---:|
172
+ |mnli_matched| 9815|9796|
173
+
174
+ #### mnli_mismatched
175
+
176
+ | |validation|test|
177
+ |---------------|---------:|---:|
178
+ |mnli_mismatched| 9832|9847|
179
+
180
+ ## [Dataset Creation](#dataset-creation)
181
+
182
+ ### [Curation Rationale](#curation-rationale)
183
+
184
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
185
+
186
+ ### [Source Data](#source-data)
187
+
188
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
189
+
190
+ ### [Annotations](#annotations)
191
+
192
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
193
+
194
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
195
+
196
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
197
+
198
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
199
+
200
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
201
+
202
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
203
+
204
+ ### [Discussion of Biases](#discussion-of-biases)
205
+
206
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
207
+
208
+ ### [Other Known Limitations](#other-known-limitations)
209
+
210
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
211
+
212
+ ## [Additional Information](#additional-information)
213
+
214
+ ### [Dataset Curators](#dataset-curators)
215
+
216
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
217
+
218
+ ### [Licensing Information](#licensing-information)
219
+
220
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
221
+
222
+ ### [Citation Information](#citation-information)
223
+
224
+ ```
225
+ @article{warstadt2018neural,
226
+ title={Neural Network Acceptability Judgments},
227
+ author={Warstadt, Alex and Singh, Amanpreet and Bowman, Samuel R},
228
+ journal={arXiv preprint arXiv:1805.12471},
229
+ year={2018}
230
+ }
231
+ @inproceedings{wang2019glue,
232
+ title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},
233
+ author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},
234
+ note={In the Proceedings of ICLR.},
235
+ year={2019}
236
+ }
237
+
238
+ Note that each GLUE dataset has its own citation. Please see the source to see
239
+ the correct citation for each contained dataset.
240
+ ```
241
+
242
+
243
+ ### Contributions
244
+
245
+ Thanks to [@patpizio](https://github.com/patpizio), [@jeswan](https://github.com/jeswan), [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.