julien-c HF staff commited on
Commit
7b55466
1 Parent(s): 9b7c23b

Align/fix license metadata info (#4613)

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

* Creative Commons Attribution 2.5 South Africa License

* Do a first batch

* progress

* moar progress

* moar

* moar

* Handle other `other`

* moaaaar

* Yay!!! should be done

* licenses: use the same standard list as elsewhere

* js -> python

* style

* only allow "other" and not "other-*"

* add license_details to DatasetMetadata

* fix test

* add tsv to package_data

Co-authored-by: Quentin Lhoest <lhoest.q@gmail.com>

Commit from https://github.com/huggingface/datasets/commit/7e514c312fcc1d4b8f8e297df5549f669bfb30f8

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -9,7 +9,7 @@ language_creators:
9
  - expert-generated
10
  - found
11
  - machine-generated
12
- languages:
13
  - ar
14
  - bg
15
  - de
@@ -29,11 +29,11 @@ languages:
29
  - ur
30
  - vi
31
  - zh
32
- licenses:
33
  - cc-by-nc-4.0
34
  - cc-by-sa-4.0
35
- - other-Licence Universal Dependencies v2.5
36
- - unknown
37
  multilinguality:
38
  - multilingual
39
  - translation
9
  - expert-generated
10
  - found
11
  - machine-generated
12
+ language:
13
  - ar
14
  - bg
15
  - de
29
  - ur
30
  - vi
31
  - zh
32
+ license:
33
  - cc-by-nc-4.0
34
  - cc-by-sa-4.0
35
+ - other
36
+ license_details: "Licence Universal Dependencies v2.5"
37
  multilinguality:
38
  - multilingual
39
  - translation