Datasets:
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
|
@@ -14,7 +14,7 @@ languages:
|
|
| 14 |
- pt
|
| 15 |
- pl
|
| 16 |
licenses:
|
| 17 |
-
- cc-by-4
|
| 18 |
multilinguality:
|
| 19 |
- multilingual
|
| 20 |
paperswithcode_id: librispeech-1
|
|
|
|
| 14 |
- pt
|
| 15 |
- pl
|
| 16 |
licenses:
|
| 17 |
+
- cc-by-4.0
|
| 18 |
multilinguality:
|
| 19 |
- multilingual
|
| 20 |
paperswithcode_id: librispeech-1
|