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 <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/a5192964dc4b76ee5c03593c11ee56f29bbd688d
README.md
CHANGED
@@ -3,7 +3,7 @@ annotations_creators:
|
|
3 |
- crowdsourced
|
4 |
language_creators:
|
5 |
- found
|
6 |
-
|
7 |
- az
|
8 |
- ba
|
9 |
- en
|
@@ -14,7 +14,7 @@ languages:
|
|
14 |
- sah
|
15 |
- tr
|
16 |
- uz
|
17 |
-
|
18 |
- mit
|
19 |
multilinguality:
|
20 |
- translation
|
|
|
3 |
- crowdsourced
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
- az
|
8 |
- ba
|
9 |
- en
|
|
|
14 |
- sah
|
15 |
- tr
|
16 |
- uz
|
17 |
+
license:
|
18 |
- mit
|
19 |
multilinguality:
|
20 |
- translation
|