system HF staff commited on
Commit
1b519f1
1 Parent(s): 1a5c71d

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://github.com/facebookresearch/MLQA](https://github.com/facebookresearch/MLQA)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,26 +37,26 @@
37
  - **Size of the generated dataset:** 867.85 MB
38
  - **Total amount of disk used:** 4826.43 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  MLQA (MultiLingual Question Answering) is a benchmark dataset for evaluating cross-lingual question answering performance.
43
  MLQA consists of over 5K extractive QA instances (12K in English) in SQuAD format in seven languages - English, Arabic,
44
  German, Spanish, Hindi, Vietnamese and Simplified Chinese. MLQA is highly parallel, with QA instances parallel between
45
  4 different languages on average.
46
 
47
- ### [Supported Tasks](#supported-tasks)
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
- ### [Languages](#languages)
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
- ## [Dataset Structure](#dataset-structure)
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
- ### [Data Instances](#data-instances)
60
 
61
  #### mlqa-translate-test.ar
62
 
@@ -113,7 +113,7 @@ An example of 'test' looks as follows.
113
 
114
  ```
115
 
116
- ### [Data Fields](#data-fields)
117
 
118
  The data fields are the same among all splits.
119
 
@@ -157,7 +157,7 @@ The data fields are the same among all splits.
157
  - `text`: a `string` feature.
158
  - `id`: a `string` feature.
159
 
160
- ### [Data Splits Sample Size](#data-splits-sample-size)
161
 
162
  | name |test|
163
  |----------------------|---:|
@@ -167,49 +167,49 @@ The data fields are the same among all splits.
167
  |mlqa-translate-test.hi|4918|
168
  |mlqa-translate-test.vi|5495|
169
 
170
- ## [Dataset Creation](#dataset-creation)
171
 
172
- ### [Curation Rationale](#curation-rationale)
173
 
174
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
175
 
176
- ### [Source Data](#source-data)
177
 
178
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
179
 
180
- ### [Annotations](#annotations)
181
 
182
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
183
 
184
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
185
 
186
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
187
 
188
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
189
 
190
- ### [Social Impact of Dataset](#social-impact-of-dataset)
191
 
192
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
193
 
194
- ### [Discussion of Biases](#discussion-of-biases)
195
 
196
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
197
 
198
- ### [Other Known Limitations](#other-known-limitations)
199
 
200
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
201
 
202
- ## [Additional Information](#additional-information)
203
 
204
- ### [Dataset Curators](#dataset-curators)
205
 
206
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
207
 
208
- ### [Licensing Information](#licensing-information)
209
 
210
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
211
 
212
- ### [Citation Information](#citation-information)
213
 
214
  ```
215
  @article{lewis2019mlqa,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/facebookresearch/MLQA](https://github.com/facebookresearch/MLQA)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 867.85 MB
38
  - **Total amount of disk used:** 4826.43 MB
39
 
40
+ ### Dataset Summary
41
 
42
  MLQA (MultiLingual Question Answering) is a benchmark dataset for evaluating cross-lingual question answering performance.
43
  MLQA consists of over 5K extractive QA instances (12K in English) in SQuAD format in seven languages - English, Arabic,
44
  German, Spanish, Hindi, Vietnamese and Simplified Chinese. MLQA is highly parallel, with QA instances parallel between
45
  4 different languages on average.
46
 
47
+ ### Supported Tasks
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
+ ### Languages
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
+ ## Dataset Structure
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
+ ### Data Instances
60
 
61
  #### mlqa-translate-test.ar
62
 
 
113
 
114
  ```
115
 
116
+ ### Data Fields
117
 
118
  The data fields are the same among all splits.
119
 
 
157
  - `text`: a `string` feature.
158
  - `id`: a `string` feature.
159
 
160
+ ### Data Splits Sample Size
161
 
162
  | name |test|
163
  |----------------------|---:|
 
167
  |mlqa-translate-test.hi|4918|
168
  |mlqa-translate-test.vi|5495|
169
 
170
+ ## Dataset Creation
171
 
172
+ ### Curation Rationale
173
 
174
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
175
 
176
+ ### Source Data
177
 
178
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
179
 
180
+ ### Annotations
181
 
182
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
183
 
184
+ ### Personal and Sensitive Information
185
 
186
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
187
 
188
+ ## Considerations for Using the Data
189
 
190
+ ### Social Impact of Dataset
191
 
192
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
193
 
194
+ ### Discussion of Biases
195
 
196
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
197
 
198
+ ### Other Known Limitations
199
 
200
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
201
 
202
+ ## Additional Information
203
 
204
+ ### Dataset Curators
205
 
206
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
207
 
208
+ ### Licensing Information
209
 
210
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
211
 
212
+ ### Citation Information
213
 
214
  ```
215
  @article{lewis2019mlqa,