Skip to content

Commit ba36cb0

Browse files
committed
Update tasks.json
1 parent b7d99ad commit ba36cb0

1 file changed

Lines changed: 54 additions & 55 deletions

File tree

src/datasets/utils/resources/tasks.json

Lines changed: 54 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"subtasks": [
55
"keyword-spotting",
66
"speaker-identification",
7-
"audio-intent-classification",
8-
"audio-emotion-recognition",
9-
"audio-language-identification"
7+
"speaker-intent-classification",
8+
"emotion-recognition",
9+
"speaker-language-identification"
1010
]
1111
},
1212
"audio-to-audio": {
@@ -16,7 +16,7 @@
1616
"type": "multimodal"
1717
},
1818
"conversational": {
19-
"type": "text",
19+
"type": "nlp",
2020
"subtasks": [
2121
"dialogue-generation"
2222
]
@@ -25,90 +25,99 @@
2525
"type": "multimodal"
2626
},
2727
"fill-mask": {
28-
"type": "text",
28+
"type": "nlp",
2929
"subtasks": [
3030
"slot-filling",
3131
"masked-language-modeling"
3232
]
3333
},
3434
"image-classification": {
35-
"type": "image",
35+
"type": "cv",
3636
"subtasks": [
3737
"multi-label-image-classification",
3838
"multi-class-image-classification"
3939
]
4040
},
4141
"image-segmentation": {
42-
"type": "image",
42+
"type": "cv",
4343
"subtasks": [
4444
"instance-segmentation",
4545
"semantic-segmentation",
4646
"panoptic-segmentation"
4747
]
4848
},
49+
"image-to-image": {
50+
"type": "cv"
51+
},
4952
"image-to-text": {
5053
"type": "multimodal",
5154
"subtasks": [
5255
"image-captioning"
5356
]
5457
},
5558
"multiple-choice": {
56-
"type": "text",
59+
"type": "nlp",
5760
"subtasks": [
5861
"multiple-choice-qa",
5962
"multiple-choice-coreference-resolution"
6063
]
6164
},
6265
"object-detection": {
63-
"type": "image",
66+
"type": "cv",
6467
"subtasks": [
6568
"face-detection",
6669
"vehicle-detection"
6770
]
6871
},
72+
"other": {
73+
"type": "other"
74+
},
6975
"question-answering": {
70-
"type": "text",
71-
"aliases": [
72-
"extractive-question-answering"
73-
],
76+
"type": "nlp",
7477
"subtasks": [
7578
"extractive-qa",
7679
"open-domain-qa",
7780
"closed-domain-qa"
7881
]
7982
},
83+
"reinforcement-learning": {
84+
"type": "rl"
85+
},
8086
"sentence-similarity": {
81-
"type": "text"
87+
"type": "nlp"
88+
},
89+
"summarization": {
90+
"type": "nlp",
91+
"subtasks": [
92+
"news-articles-summarization",
93+
"news-articles-headline-generation"
94+
]
95+
},
96+
"table-question-answering": {
97+
"type": "nlp"
98+
},
99+
"table-to-text": {
100+
"type": "nlp",
101+
"subtasks": [
102+
"rdf-to-text"
103+
]
82104
},
83105
"tabular-classification": {
84-
"type": "text",
106+
"type": "nlp",
85107
"subtasks": [
86108
"tabular-multi-class-classification",
87109
"tabular-multi-label-classification",
88110
"tabular-single-column-regression"
89111
]
90112
},
91113
"tabular-to-text": {
92-
"type": "text",
114+
"type": "nlp",
93115
"subtasks": [
94116
"rdf-to-text"
95117
]
96118
},
97-
"summarization": {
98-
"type": "text",
99-
"subtasks": [
100-
"news-articles-summarization",
101-
"news-articles-headline-generation"
102-
]
103-
},
104-
"table-to-text": {
105-
"type": "text"
106-
},
107-
"table-question-answering": {
108-
"type": "text"
109-
},
110119
"text-classification": {
111-
"type": "text",
120+
"type": "nlp",
112121
"subtasks": [
113122
"acceptability-classification",
114123
"entity-linking-classification",
@@ -128,14 +137,14 @@
128137
]
129138
},
130139
"text-generation": {
131-
"type": "text",
140+
"type": "nlp",
132141
"subtasks": [
133142
"dialogue-modeling",
134143
"language-modeling"
135144
]
136145
},
137146
"text-retrieval": {
138-
"type": "text",
147+
"type": "nlp",
139148
"subtasks": [
140149
"document-retrieval",
141150
"utterance-retrieval",
@@ -146,18 +155,11 @@
146155
"text-to-image": {
147156
"type": "multimodal"
148157
},
149-
"text-to-tabular": {
150-
"type": "text",
151-
"subtasks": [
152-
"relation-extraction",
153-
"semantic-role-labeling"
154-
]
155-
},
156158
"text-to-speech": {
157159
"type": "multimodal"
158160
},
159161
"text2text-generation": {
160-
"type": "text",
162+
"type": "nlp",
161163
"subtasks": [
162164
"text-simplification",
163165
"explanation-generation",
@@ -169,45 +171,42 @@
169171
]
170172
},
171173
"time-series-forecasting": {
172-
"type": "time series",
174+
"type": "time_series",
173175
"subtasks": [
174176
"univariate-time-series-forecasting",
175177
"multivariate-time-series-forecasting"
176178
]
177179
},
178180
"token-classification": {
179-
"type": "text",
180-
"aliases": [
181-
"structure-prediction"
182-
],
181+
"type": "nlp",
183182
"subtasks": [
184183
"named-entity-recognition",
185-
"part-of-speech-tagging",
184+
"part-of-speech",
186185
"parsing",
187186
"lemmatization",
188187
"word-sense-disambiguation",
189188
"coreference-resolution"
190189
]
191190
},
192191
"translation": {
193-
"type": "text"
192+
"type": "nlp"
193+
},
194+
"unconditional-image-generation": {
195+
"type": "cv"
194196
},
195197
"visual-question-answering": {
196-
"type": "multimodal"
198+
"type": "multimodal",
199+
"subtasks": [
200+
"visual-question-answering"
201+
]
197202
},
198203
"voice-activity-detection": {
199204
"type": "audio"
200205
},
201206
"zero-shot-classification": {
202-
"type": "text"
207+
"type": "nlp"
203208
},
204209
"zero-shot-image-classification": {
205210
"type": "multimodal"
206-
},
207-
"reinforcement-learning": {
208-
"type": "other"
209-
},
210-
"other": {
211-
"type": "other"
212211
}
213212
}

0 commit comments

Comments
 (0)