Datasets:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "reddit"
|
@@ -6,12 +7,12 @@
|
|
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
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -46,7 +47,7 @@ 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
|
50 |
|
51 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
52 |
|
@@ -94,7 +95,7 @@ The data fields are the same among all splits.
|
|
94 |
- `content`: a `string` feature.
|
95 |
- `summary`: a `string` feature.
|
96 |
|
97 |
-
### Data Splits
|
98 |
|
99 |
| name | train |
|
100 |
|-------|------:|
|
@@ -108,10 +109,22 @@ The data fields are the same among all splits.
|
|
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
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: reddit
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "reddit"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
47 |
Features includes strings: author, body, normalizedBody, content, summary, subreddit, subreddit_id.
|
48 |
Content is used as document and summary is used as summary.
|
49 |
|
50 |
+
### Supported Tasks and Leaderboards
|
51 |
|
52 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
53 |
|
|
|
95 |
- `content`: a `string` feature.
|
96 |
- `summary`: a `string` feature.
|
97 |
|
98 |
+
### Data Splits
|
99 |
|
100 |
| name | train |
|
101 |
|-------|------:|
|
|
|
109 |
|
110 |
### Source Data
|
111 |
|
112 |
+
#### Initial Data Collection and Normalization
|
113 |
+
|
114 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
115 |
+
|
116 |
+
#### Who are the source language producers?
|
117 |
+
|
118 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
119 |
|
120 |
### Annotations
|
121 |
|
122 |
+
#### Annotation process
|
123 |
+
|
124 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
125 |
+
|
126 |
+
#### Who are the annotators?
|
127 |
+
|
128 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
129 |
|
130 |
### Personal and Sensitive Information
|