system HF staff commited on
Commit
8b89e3f
1 Parent(s): c4da2f9

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
@@ -55,7 +55,7 @@ task_ids:
55
  - [Citation Information](#citation-information)
56
  - [Contributions](#contributions)
57
 
58
- ## [Dataset Description](#dataset-description)
59
 
60
  - **Homepage:** []()
61
  - **Repository:** https://github.com/recitalAI/MLSUM
@@ -65,7 +65,7 @@ task_ids:
65
  - **Size of the generated dataset:** 4635.42 MB
66
  - **Total amount of disk used:** 6384.06 MB
67
 
68
- ### [Dataset Summary](#dataset-summary)
69
 
70
  We present MLSUM, the first large-scale MultiLingual SUMmarization dataset.
71
  Obtained from online newspapers, it contains 1.5M+ article/summary pairs in five different languages -- namely, French, German, Spanish, Russian, Turkish.
@@ -73,19 +73,19 @@ Together with English newspapers from the popular CNN/Daily mail dataset, the co
73
  We report cross-lingual comparative analyses based on state-of-the-art systems.
74
  These highlight existing biases which motivate the use of a multi-lingual dataset.
75
 
76
- ### [Supported Tasks](#supported-tasks)
77
 
78
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
79
 
80
- ### [Languages](#languages)
81
 
82
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
83
 
84
- ## [Dataset Structure](#dataset-structure)
85
 
86
  We show detailed information for up to 5 configurations of the dataset.
87
 
88
- ### [Data Instances](#data-instances)
89
 
90
  #### de
91
 
@@ -177,7 +177,7 @@ An example of 'train' looks as follows.
177
  }
178
  ```
179
 
180
- ### [Data Fields](#data-fields)
181
 
182
  The data fields are the same among all splits.
183
 
@@ -221,7 +221,7 @@ The data fields are the same among all splits.
221
  - `title`: a `string` feature.
222
  - `date`: a `string` feature.
223
 
224
- ### [Data Splits Sample Size](#data-splits-sample-size)
225
 
226
  |name|train |validation|test |
227
  |----|-----:|---------:|----:|
@@ -231,49 +231,49 @@ The data fields are the same among all splits.
231
  |ru | 25556| 750| 757|
232
  |tu |249277| 11565|12775|
233
 
234
- ## [Dataset Creation](#dataset-creation)
235
 
236
- ### [Curation Rationale](#curation-rationale)
237
 
238
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
239
 
240
- ### [Source Data](#source-data)
241
 
242
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
243
 
244
- ### [Annotations](#annotations)
245
 
246
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
247
 
248
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
249
 
250
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
251
 
252
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
253
 
254
- ### [Social Impact of Dataset](#social-impact-of-dataset)
255
 
256
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
257
 
258
- ### [Discussion of Biases](#discussion-of-biases)
259
 
260
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
261
 
262
- ### [Other Known Limitations](#other-known-limitations)
263
 
264
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
265
 
266
- ## [Additional Information](#additional-information)
267
 
268
- ### [Dataset Curators](#dataset-curators)
269
 
270
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
271
 
272
- ### [Licensing Information](#licensing-information)
273
 
274
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
275
 
276
- ### [Citation Information](#citation-information)
277
 
278
  ```
279
  @article{scialom2020mlsum,
 
55
  - [Citation Information](#citation-information)
56
  - [Contributions](#contributions)
57
 
58
+ ## Dataset Description
59
 
60
  - **Homepage:** []()
61
  - **Repository:** https://github.com/recitalAI/MLSUM
 
65
  - **Size of the generated dataset:** 4635.42 MB
66
  - **Total amount of disk used:** 6384.06 MB
67
 
68
+ ### Dataset Summary
69
 
70
  We present MLSUM, the first large-scale MultiLingual SUMmarization dataset.
71
  Obtained from online newspapers, it contains 1.5M+ article/summary pairs in five different languages -- namely, French, German, Spanish, Russian, Turkish.
 
73
  We report cross-lingual comparative analyses based on state-of-the-art systems.
74
  These highlight existing biases which motivate the use of a multi-lingual dataset.
75
 
76
+ ### Supported Tasks
77
 
78
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
79
 
80
+ ### Languages
81
 
82
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
83
 
84
+ ## Dataset Structure
85
 
86
  We show detailed information for up to 5 configurations of the dataset.
87
 
88
+ ### Data Instances
89
 
90
  #### de
91
 
 
177
  }
178
  ```
179
 
180
+ ### Data Fields
181
 
182
  The data fields are the same among all splits.
183
 
 
221
  - `title`: a `string` feature.
222
  - `date`: a `string` feature.
223
 
224
+ ### Data Splits Sample Size
225
 
226
  |name|train |validation|test |
227
  |----|-----:|---------:|----:|
 
231
  |ru | 25556| 750| 757|
232
  |tu |249277| 11565|12775|
233
 
234
+ ## Dataset Creation
235
 
236
+ ### Curation Rationale
237
 
238
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
239
 
240
+ ### Source Data
241
 
242
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
243
 
244
+ ### Annotations
245
 
246
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
247
 
248
+ ### Personal and Sensitive Information
249
 
250
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
251
 
252
+ ## Considerations for Using the Data
253
 
254
+ ### Social Impact of Dataset
255
 
256
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
257
 
258
+ ### Discussion of Biases
259
 
260
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
261
 
262
+ ### Other Known Limitations
263
 
264
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
265
 
266
+ ## Additional Information
267
 
268
+ ### Dataset Curators
269
 
270
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
271
 
272
+ ### Licensing Information
273
 
274
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
275
 
276
+ ### Citation Information
277
 
278
  ```
279
  @article{scialom2020mlsum,