Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
100K - 1M
ArXiv:
Tags:
language-identification
License:
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 <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/7e514c312fcc1d4b8f8e297df5549f669bfb30f8
README.md
CHANGED
@@ -3,7 +3,7 @@ annotations_creators:
|
|
3 |
- no-annotation
|
4 |
language_creators:
|
5 |
- found
|
6 |
-
|
7 |
- af
|
8 |
- am
|
9 |
- an
|
@@ -239,8 +239,8 @@ languages:
|
|
239 |
- other-map-bms
|
240 |
- other-nds-nl
|
241 |
- other-be-tarask
|
242 |
-
|
243 |
-
- odbl
|
244 |
multilinguality:
|
245 |
- multilingual
|
246 |
size_categories:
|
|
|
3 |
- no-annotation
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
- af
|
8 |
- am
|
9 |
- an
|
|
|
239 |
- other-map-bms
|
240 |
- other-nds-nl
|
241 |
- other-be-tarask
|
242 |
+
license:
|
243 |
+
- odbl
|
244 |
multilinguality:
|
245 |
- multilingual
|
246 |
size_categories:
|