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 "wikipedia"
|
@@ -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)
|
@@ -45,7 +46,7 @@ The datasets are built from the Wikipedia dump
|
|
45 |
contains the content of one full Wikipedia article with cleaning to strip
|
46 |
markdown and unwanted sections (references, etc.).
|
47 |
|
48 |
-
### Supported Tasks
|
49 |
|
50 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
51 |
|
@@ -138,7 +139,7 @@ The data fields are the same among all splits.
|
|
138 |
- `title`: a `string` feature.
|
139 |
- `text`: a `string` feature.
|
140 |
|
141 |
-
### Data Splits
|
142 |
|
143 |
| name | train |
|
144 |
|------------|------:|
|
@@ -156,10 +157,22 @@ The data fields are the same among all splits.
|
|
156 |
|
157 |
### Source Data
|
158 |
|
|
|
|
|
|
|
|
|
|
|
|
|
159 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
160 |
|
161 |
### Annotations
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
164 |
|
165 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: null
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "wikipedia"
|
|
|
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)
|
|
|
46 |
contains the content of one full Wikipedia article with cleaning to strip
|
47 |
markdown and unwanted sections (references, etc.).
|
48 |
|
49 |
+
### Supported Tasks and Leaderboards
|
50 |
|
51 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
52 |
|
|
|
139 |
- `title`: a `string` feature.
|
140 |
- `text`: a `string` feature.
|
141 |
|
142 |
+
### Data Splits
|
143 |
|
144 |
| name | train |
|
145 |
|------------|------:|
|
|
|
157 |
|
158 |
### Source Data
|
159 |
|
160 |
+
#### Initial Data Collection and Normalization
|
161 |
+
|
162 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
163 |
+
|
164 |
+
#### Who are the source language producers?
|
165 |
+
|
166 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
167 |
|
168 |
### Annotations
|
169 |
|
170 |
+
#### Annotation process
|
171 |
+
|
172 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
173 |
+
|
174 |
+
#### Who are the annotators?
|
175 |
+
|
176 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
177 |
|
178 |
### Personal and Sensitive Information
|