Datasets:
Tasks:
Text2Text Generation
Sub-tasks:
text-simplification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Remove config names as yaml keys (#4367)
Browse files* validate YAML part
* fix bad YAML keys
* don't have config names as yaml keys
* style
* Remove hacking license tags when mirroring datasets on the Hub
* fix test
* fix style
* more fixes
* remove dots in QA column mapping keys
Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80
README.md
CHANGED
@@ -1,21 +1,13 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
|
4 |
-
|
5 |
-
auto_acl:
|
6 |
-
- machine-generated
|
7 |
-
auto_full_no_split:
|
8 |
-
- machine-generated
|
9 |
-
auto_full_with_split:
|
10 |
-
- machine-generated
|
11 |
-
manual:
|
12 |
-
- crowdsourced
|
13 |
language_creators:
|
14 |
- found
|
15 |
languages:
|
16 |
- en
|
17 |
licenses:
|
18 |
-
- cc-by-sa-3
|
19 |
multilinguality:
|
20 |
- monolingual
|
21 |
size_categories:
|
@@ -28,6 +20,12 @@ task_ids:
|
|
28 |
- text-simplification
|
29 |
paperswithcode_id: null
|
30 |
pretty_name: WikiAuto
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
|
33 |
# Dataset Card for WikiAuto
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
+
- machine-generated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language_creators:
|
6 |
- found
|
7 |
languages:
|
8 |
- en
|
9 |
licenses:
|
10 |
+
- cc-by-sa-3.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
|
|
20 |
- text-simplification
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: WikiAuto
|
23 |
+
configs:
|
24 |
+
- auto
|
25 |
+
- auto_acl
|
26 |
+
- auto_full_no_split
|
27 |
+
- auto_full_with_split
|
28 |
+
- manual
|
29 |
---
|
30 |
|
31 |
# Dataset Card for WikiAuto
|