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
@@ -33,49 +33,69 @@ size_categories:
|
|
33 |
source_datasets:
|
34 |
- original
|
35 |
task_categories:
|
36 |
-
-
|
|
|
37 |
- text-classification
|
38 |
-
- text-scoring
|
39 |
task_ids:
|
40 |
dyda_da:
|
|
|
41 |
- dialogue-modeling
|
42 |
- language-modeling
|
|
|
43 |
- text-classification-other-dialogue-act-classification
|
44 |
dyda_e:
|
|
|
45 |
- dialogue-modeling
|
46 |
- language-modeling
|
|
|
47 |
- text-classification-other-emotion-classification
|
48 |
iemocap:
|
|
|
49 |
- dialogue-modeling
|
50 |
- language-modeling
|
|
|
51 |
- text-classification-other-emotion-classification
|
52 |
maptask:
|
|
|
53 |
- dialogue-modeling
|
54 |
- language-modeling
|
|
|
55 |
- text-classification-other-dialogue-act-classification
|
56 |
meld_e:
|
|
|
57 |
- dialogue-modeling
|
58 |
- language-modeling
|
|
|
59 |
- text-classification-other-emotion-classification
|
60 |
meld_s:
|
|
|
61 |
- dialogue-modeling
|
62 |
- language-modeling
|
|
|
63 |
- sentiment-classification
|
64 |
mrda:
|
|
|
65 |
- dialogue-modeling
|
66 |
- language-modeling
|
|
|
67 |
- text-classification-other-dialogue-act-classification
|
68 |
oasis:
|
|
|
69 |
- dialogue-modeling
|
70 |
- language-modeling
|
|
|
71 |
- text-classification-other-dialogue-act-classification
|
72 |
sem:
|
|
|
73 |
- dialogue-modeling
|
74 |
- language-modeling
|
|
|
75 |
- sentiment-classification
|
76 |
swda:
|
|
|
77 |
- dialogue-modeling
|
78 |
- language-modeling
|
|
|
79 |
- text-classification-other-dialogue-act-classification
|
80 |
paperswithcode_id: null
|
81 |
pretty_name: SILICONE Benchmark
|
|
|
33 |
source_datasets:
|
34 |
- original
|
35 |
task_categories:
|
36 |
+
- text-generation
|
37 |
+
- fill-mask
|
38 |
- text-classification
|
|
|
39 |
task_ids:
|
40 |
dyda_da:
|
41 |
+
- text-scoring
|
42 |
- dialogue-modeling
|
43 |
- language-modeling
|
44 |
+
- masked-language-modeling
|
45 |
- text-classification-other-dialogue-act-classification
|
46 |
dyda_e:
|
47 |
+
- text-scoring
|
48 |
- dialogue-modeling
|
49 |
- language-modeling
|
50 |
+
- masked-language-modeling
|
51 |
- text-classification-other-emotion-classification
|
52 |
iemocap:
|
53 |
+
- text-scoring
|
54 |
- dialogue-modeling
|
55 |
- language-modeling
|
56 |
+
- masked-language-modeling
|
57 |
- text-classification-other-emotion-classification
|
58 |
maptask:
|
59 |
+
- text-scoring
|
60 |
- dialogue-modeling
|
61 |
- language-modeling
|
62 |
+
- masked-language-modeling
|
63 |
- text-classification-other-dialogue-act-classification
|
64 |
meld_e:
|
65 |
+
- text-scoring
|
66 |
- dialogue-modeling
|
67 |
- language-modeling
|
68 |
+
- masked-language-modeling
|
69 |
- text-classification-other-emotion-classification
|
70 |
meld_s:
|
71 |
+
- text-scoring
|
72 |
- dialogue-modeling
|
73 |
- language-modeling
|
74 |
+
- masked-language-modeling
|
75 |
- sentiment-classification
|
76 |
mrda:
|
77 |
+
- text-scoring
|
78 |
- dialogue-modeling
|
79 |
- language-modeling
|
80 |
+
- masked-language-modeling
|
81 |
- text-classification-other-dialogue-act-classification
|
82 |
oasis:
|
83 |
+
- text-scoring
|
84 |
- dialogue-modeling
|
85 |
- language-modeling
|
86 |
+
- masked-language-modeling
|
87 |
- text-classification-other-dialogue-act-classification
|
88 |
sem:
|
89 |
+
- text-scoring
|
90 |
- dialogue-modeling
|
91 |
- language-modeling
|
92 |
+
- masked-language-modeling
|
93 |
- sentiment-classification
|
94 |
swda:
|
95 |
+
- text-scoring
|
96 |
- dialogue-modeling
|
97 |
- language-modeling
|
98 |
+
- masked-language-modeling
|
99 |
- text-classification-other-dialogue-act-classification
|
100 |
paperswithcode_id: null
|
101 |
pretty_name: SILICONE Benchmark
|