Align more metadata with other repo types (models,spaces) (#4607)
Browse files* language(s) and license(s) for consistency
* `licenses:` => `license:`
* `languages:` => `language:`
* backward-compat
* make style
* set default values for deprecated languages and licenses
Co-authored-by: Quentin Lhoest <lhoest.q@gmail.com>
Commit from https://github.com/huggingface/datasets/commit/a5192964dc4b76ee5c03593c11ee56f29bbd688d
README.md
CHANGED
@@ -3,7 +3,7 @@ annotations_creators:
|
|
3 |
- no-annotation
|
4 |
language_creators:
|
5 |
- found
|
6 |
-
|
7 |
- aa
|
8 |
- ab
|
9 |
- ace
|
@@ -458,7 +458,7 @@ languages:
|
|
458 |
- zro
|
459 |
- ztu
|
460 |
- zu
|
461 |
-
|
462 |
- unknown
|
463 |
multilinguality:
|
464 |
- multilingual
|
|
|
3 |
- no-annotation
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
- aa
|
8 |
- ab
|
9 |
- ace
|
|
|
458 |
- zro
|
459 |
- ztu
|
460 |
- zu
|
461 |
+
license:
|
462 |
- unknown
|
463 |
multilinguality:
|
464 |
- multilingual
|