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
|
@@ -6,10 +6,8 @@ language_creators:
|
|
| 6 |
languages:
|
| 7 |
- en
|
| 8 |
licenses:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
locness:
|
| 12 |
-
- other-locness-license
|
| 13 |
multilinguality:
|
| 14 |
- monolingual
|
| 15 |
- other-language-learner
|
|
@@ -22,9 +20,10 @@ task_categories:
|
|
| 22 |
task_ids:
|
| 23 |
- text2text-generation-other-grammatical-error-correction
|
| 24 |
paperswithcode_id: locness-corpus
|
| 25 |
-
pretty_name:
|
| 26 |
-
|
| 27 |
-
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# Dataset Card for Cambridge English Write & Improve + LOCNESS Dataset
|
|
|
|
| 6 |
languages:
|
| 7 |
- en
|
| 8 |
licenses:
|
| 9 |
+
- other-locness-license
|
| 10 |
+
- other-wi-license
|
|
|
|
|
|
|
| 11 |
multilinguality:
|
| 12 |
- monolingual
|
| 13 |
- other-language-learner
|
|
|
|
| 20 |
task_ids:
|
| 21 |
- text2text-generation-other-grammatical-error-correction
|
| 22 |
paperswithcode_id: locness-corpus
|
| 23 |
+
pretty_name: Cambridge English Write & Improve + LOCNESS
|
| 24 |
+
configs:
|
| 25 |
+
- locness
|
| 26 |
+
- wi
|
| 27 |
---
|
| 28 |
|
| 29 |
# Dataset Card for Cambridge English Write & Improve + LOCNESS Dataset
|