Datasets:
Tasks:
Text2Text Generation
Sub-tasks:
text-simplification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Commit
·
9c1e182
1
Parent(s):
0c980ff
Fix typo in train split name (#3751)
Browse files* Fix typo in README guide
* Fix split naming and table alignment in README guide
* Fix split naming and table alignment in all datasets
* Fix previously malformed dataset cards
* Fix previously malformed dataset cards
Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27
README.md
CHANGED
@@ -156,10 +156,11 @@ The data has the following field:
|
|
156 |
In `auto`, the `part_2` split corresponds to the articles used in `manual`, and `part_1` has the rest of Wikipedia.
|
157 |
|
158 |
The `manual` config is provided with a `train`/`dev`/`test` split with the following amounts of data:
|
159 |
-
|
160 |
-
|
|
161 |
-
|
162 |
-
|
|
|
|
163 |
|
164 |
## Dataset Creation
|
165 |
|
|
|
156 |
In `auto`, the `part_2` split corresponds to the articles used in `manual`, and `part_1` has the rest of Wikipedia.
|
157 |
|
158 |
The `manual` config is provided with a `train`/`dev`/`test` split with the following amounts of data:
|
159 |
+
|
160 |
+
| | train | validation | test |
|
161 |
+
|------------------------|--------:|-----------:|--------:|
|
162 |
+
| Total sentence pairs | 373801 | 73249 | 118074 |
|
163 |
+
| Aligned sentence pairs | 1889 | 346 | 677 |
|
164 |
|
165 |
## Dataset Creation
|
166 |
|