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
|
@@ -5,14 +5,11 @@ annotations_creators:
|
|
| 5 |
language_creators:
|
| 6 |
- found
|
| 7 |
languages:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
sien:
|
| 12 |
-
- en
|
| 13 |
-
- si
|
| 14 |
licenses:
|
| 15 |
-
- cc-by-4
|
| 16 |
multilinguality:
|
| 17 |
- translation
|
| 18 |
size_categories:
|
|
@@ -31,6 +28,9 @@ task_categories:
|
|
| 31 |
- translation
|
| 32 |
task_ids: []
|
| 33 |
paperswithcode_id: flores
|
|
|
|
|
|
|
|
|
|
| 34 |
---
|
| 35 |
|
| 36 |
# Dataset Card for "flores"
|
|
|
|
| 5 |
language_creators:
|
| 6 |
- found
|
| 7 |
languages:
|
| 8 |
+
- en
|
| 9 |
+
- ne
|
| 10 |
+
- si
|
|
|
|
|
|
|
|
|
|
| 11 |
licenses:
|
| 12 |
+
- cc-by-4.0
|
| 13 |
multilinguality:
|
| 14 |
- translation
|
| 15 |
size_categories:
|
|
|
|
| 28 |
- translation
|
| 29 |
task_ids: []
|
| 30 |
paperswithcode_id: flores
|
| 31 |
+
configs:
|
| 32 |
+
- neen
|
| 33 |
+
- sien
|
| 34 |
---
|
| 35 |
|
| 36 |
# Dataset Card for "flores"
|