Datasets:
Update datasets task tags to align tags with models (#4067)
Browse files* update tasks list
* update tags in dataset cards
* more cards updates
* update dataset tags parser
* fix multi-choice-qa
* style
* small improvements in some dataset cards
* allow certain tag fields to be empty
* update vision datasets tags
* use multi-class-image-classification and remove other tags
Commit from https://github.com/huggingface/datasets/commit/edb4411d4e884690b8b328dba4360dbda6b3cbc8
README.md
CHANGED
@@ -9,10 +9,12 @@ licenses:
|
|
9 |
- cc-by-sa-3-0
|
10 |
- gfdl-1-3-or-later
|
11 |
task_categories:
|
12 |
-
-
|
|
|
13 |
- other-text-search
|
14 |
task_ids:
|
15 |
- language-modeling
|
|
|
16 |
- other-neural-search
|
17 |
source_datasets:
|
18 |
- original
|
|
|
9 |
- cc-by-sa-3-0
|
10 |
- gfdl-1-3-or-later
|
11 |
task_categories:
|
12 |
+
- text-generation
|
13 |
+
- fill-mask
|
14 |
- other-text-search
|
15 |
task_ids:
|
16 |
- language-modeling
|
17 |
+
- masked-language-modeling
|
18 |
- other-neural-search
|
19 |
source_datasets:
|
20 |
- original
|