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
@@ -4,10 +4,10 @@ annotations_creators:
|
|
4 |
- other
|
5 |
language_creators:
|
6 |
- found
|
7 |
-
|
8 |
- en
|
9 |
- ja
|
10 |
-
|
11 |
- cc-by-4.0
|
12 |
multilinguality:
|
13 |
- translation
|
|
|
4 |
- other
|
5 |
language_creators:
|
6 |
- found
|
7 |
+
language:
|
8 |
- en
|
9 |
- ja
|
10 |
+
license:
|
11 |
- cc-by-4.0
|
12 |
multilinguality:
|
13 |
- translation
|