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
@@ -49,37 +49,43 @@ source_datasets:
|
|
49 |
- original
|
50 |
task_categories:
|
51 |
raw_ca:
|
52 |
-
-
|
53 |
-
|
54 |
-
-
|
|
|
|
|
|
|
55 |
raw_es:
|
56 |
-
-
|
57 |
tagged_ca:
|
58 |
-
-
|
59 |
- text-classification
|
60 |
tagged_en:
|
61 |
-
-
|
62 |
- text-classification
|
63 |
tagged_es:
|
64 |
-
-
|
65 |
- text-classification
|
66 |
task_ids:
|
67 |
raw_ca:
|
68 |
- language-modeling
|
69 |
-
|
|
|
|
|
70 |
- language-modeling
|
|
|
71 |
raw_es:
|
72 |
- language-modeling
|
73 |
tagged_ca:
|
74 |
-
-
|
75 |
- part-of-speech-tagging
|
76 |
- text-classification-other-word-sense-disambiguation
|
77 |
tagged_en:
|
78 |
-
-
|
79 |
- part-of-speech-tagging
|
80 |
- text-classification-other-word-sense-disambiguation
|
81 |
tagged_es:
|
82 |
-
-
|
83 |
- part-of-speech-tagging
|
84 |
- text-classification-other-word-sense-disambiguation
|
85 |
paperswithcode_id: null
|
|
|
49 |
- original
|
50 |
task_categories:
|
51 |
raw_ca:
|
52 |
+
- text-generation
|
53 |
+
- fill-mask
|
54 |
+
- text-generation
|
55 |
+
- fill-mask
|
56 |
+
- text-generation
|
57 |
+
- fill-mask
|
58 |
raw_es:
|
59 |
+
- text-generation
|
60 |
tagged_ca:
|
61 |
+
- token-classification
|
62 |
- text-classification
|
63 |
tagged_en:
|
64 |
+
- token-classification
|
65 |
- text-classification
|
66 |
tagged_es:
|
67 |
+
- token-classification
|
68 |
- text-classification
|
69 |
task_ids:
|
70 |
raw_ca:
|
71 |
- language-modeling
|
72 |
+
- masked-language-modeling
|
73 |
+
- language-modeling
|
74 |
+
- masked-language-modeling
|
75 |
- language-modeling
|
76 |
+
- masked-language-modeling
|
77 |
raw_es:
|
78 |
- language-modeling
|
79 |
tagged_ca:
|
80 |
+
- token-classification-other-lemmatization
|
81 |
- part-of-speech-tagging
|
82 |
- text-classification-other-word-sense-disambiguation
|
83 |
tagged_en:
|
84 |
+
- token-classification-other-lemmatization
|
85 |
- part-of-speech-tagging
|
86 |
- text-classification-other-word-sense-disambiguation
|
87 |
tagged_es:
|
88 |
+
- token-classification-other-lemmatization
|
89 |
- part-of-speech-tagging
|
90 |
- text-classification-other-word-sense-disambiguation
|
91 |
paperswithcode_id: null
|