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
@@ -4,12 +4,10 @@ annotations_creators:
|
|
4 |
language_creators:
|
5 |
- crowdsourced
|
6 |
languages:
|
7 |
-
|
8 |
-
|
9 |
-
en:
|
10 |
-
- en
|
11 |
licenses:
|
12 |
-
- cc-by-sa-4
|
13 |
multilinguality:
|
14 |
- monolingual
|
15 |
size_categories:
|
@@ -22,6 +20,9 @@ task_ids:
|
|
22 |
- rdf-to-text
|
23 |
paperswithcode_id: null
|
24 |
pretty_name: Enriched WebNLG
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for WebNLG
|
|
|
4 |
language_creators:
|
5 |
- crowdsourced
|
6 |
languages:
|
7 |
+
- de
|
8 |
+
- en
|
|
|
|
|
9 |
licenses:
|
10 |
+
- cc-by-sa-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
|
|
20 |
- rdf-to-text
|
21 |
paperswithcode_id: null
|
22 |
pretty_name: Enriched WebNLG
|
23 |
+
configs:
|
24 |
+
- de
|
25 |
+
- en
|
26 |
---
|
27 |
|
28 |
# Dataset Card for WebNLG
|