system HF staff commited on
Commit
3e26ab6
1 Parent(s): 1ceed21

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/webis-de/webis-tldr-17-corpus](https://github.com/webis-de/webis-tldr-17-corpus)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 18063.11 MB
38
  - **Total amount of disk used:** 21059.41 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  This corpus contains preprocessed posts from the Reddit dataset.
43
  The dataset consists of 3,848,330 posts with an average length of 270 words for content,
@@ -46,19 +46,19 @@ and 28 words for the summary.
46
  Features includes strings: author, body, normalizedBody, content, summary, subreddit, subreddit_id.
47
  Content is used as document and summary is used as summary.
48
 
49
- ### [Supported Tasks](#supported-tasks)
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
- ### [Languages](#languages)
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
- ## [Dataset Structure](#dataset-structure)
58
 
59
  We show detailed information for up to 5 configurations of the dataset.
60
 
61
- ### [Data Instances](#data-instances)
62
 
63
  #### default
64
 
@@ -80,7 +80,7 @@ An example of 'train' looks as follows.
80
  }
81
  ```
82
 
83
- ### [Data Fields](#data-fields)
84
 
85
  The data fields are the same among all splits.
86
 
@@ -94,55 +94,55 @@ The data fields are the same among all splits.
94
  - `content`: a `string` feature.
95
  - `summary`: a `string` feature.
96
 
97
- ### [Data Splits Sample Size](#data-splits-sample-size)
98
 
99
  | name | train |
100
  |-------|------:|
101
  |default|3848330|
102
 
103
- ## [Dataset Creation](#dataset-creation)
104
 
105
- ### [Curation Rationale](#curation-rationale)
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
- ### [Source Data](#source-data)
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
- ### [Annotations](#annotations)
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
122
 
123
- ### [Social Impact of Dataset](#social-impact-of-dataset)
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
- ### [Discussion of Biases](#discussion-of-biases)
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
- ### [Other Known Limitations](#other-known-limitations)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ## [Additional Information](#additional-information)
136
 
137
- ### [Dataset Curators](#dataset-curators)
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
- ### [Licensing Information](#licensing-information)
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
- ### [Citation Information](#citation-information)
146
 
147
  ```
148
 
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/webis-de/webis-tldr-17-corpus](https://github.com/webis-de/webis-tldr-17-corpus)
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:** 18063.11 MB
38
  - **Total amount of disk used:** 21059.41 MB
39
 
40
+ ### Dataset Summary
41
 
42
  This corpus contains preprocessed posts from the Reddit dataset.
43
  The dataset consists of 3,848,330 posts with an average length of 270 words for content,
 
46
  Features includes strings: author, body, normalizedBody, content, summary, subreddit, subreddit_id.
47
  Content is used as document and summary is used as summary.
48
 
49
+ ### Supported Tasks
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
+ ### Languages
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
+ ## Dataset Structure
58
 
59
  We show detailed information for up to 5 configurations of the dataset.
60
 
61
+ ### Data Instances
62
 
63
  #### default
64
 
 
80
  }
81
  ```
82
 
83
+ ### Data Fields
84
 
85
  The data fields are the same among all splits.
86
 
 
94
  - `content`: a `string` feature.
95
  - `summary`: a `string` feature.
96
 
97
+ ### Data Splits Sample Size
98
 
99
  | name | train |
100
  |-------|------:|
101
  |default|3848330|
102
 
103
+ ## Dataset Creation
104
 
105
+ ### Curation Rationale
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
+ ### Source Data
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
+ ### Annotations
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
+ ### Personal and Sensitive Information
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
+ ## Considerations for Using the Data
122
 
123
+ ### Social Impact of Dataset
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
+ ### Discussion of Biases
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
+ ### Other Known Limitations
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ## Additional Information
136
 
137
+ ### Dataset Curators
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
+ ### Licensing Information
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
+ ### Citation Information
146
 
147
  ```
148