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
@@ -29,7 +29,7 @@ languages:
|
|
29 |
- sl
|
30 |
- sv
|
31 |
licenses:
|
32 |
-
- cc0-1
|
33 |
multilinguality:
|
34 |
- translation
|
35 |
pretty_name: ParaCrawl
|
|
|
29 |
- sl
|
30 |
- sv
|
31 |
licenses:
|
32 |
+
- cc0-1.0
|
33 |
multilinguality:
|
34 |
- translation
|
35 |
pretty_name: ParaCrawl
|