julien-c HF staff commited on
Commit
bd8d880
1 Parent(s): 862605c

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 -3
README.md CHANGED
@@ -3,7 +3,7 @@ annotations_creators:
3
  - found
4
  language_creators:
5
  - found
6
- languages:
7
  - af
8
  - ar
9
  - bg
@@ -45,13 +45,14 @@ languages:
45
  - vi
46
  - yo
47
  - zh
48
- licenses:
49
  - apache-2.0
50
  - cc-by-4.0
51
  - cc-by-2.0
52
  - cc-by-sa-4.0
53
- - other-Licence Universal Dependencies v2.5
54
  - cc-by-nc-4.0
 
55
  multilinguality:
56
  - multilingual
57
  - translation
 
3
  - found
4
  language_creators:
5
  - found
6
+ language:
7
  - af
8
  - ar
9
  - bg
 
45
  - vi
46
  - yo
47
  - zh
48
+ license:
49
  - apache-2.0
50
  - cc-by-4.0
51
  - cc-by-2.0
52
  - cc-by-sa-4.0
53
+ - other
54
  - cc-by-nc-4.0
55
+ license_details: "Licence Universal Dependencies v2.5"
56
  multilinguality:
57
  - multilingual
58
  - translation