lhoestq HF staff commited on
Commit
80845b3
1 Parent(s): a38a1b1

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

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -136,7 +136,7 @@ task_categories:
136
  cweb:
137
  - text-retrieval
138
  eli5:
139
- - question-answering
140
  - text-retrieval
141
  fever:
142
  - text-classification
@@ -148,10 +148,12 @@ task_categories:
148
  - question-answering
149
  - text-retrieval
150
  structured_zeroshot:
151
- - sequence-modeling
 
152
  - text-retrieval
153
  trex:
154
- - sequence-modeling
 
155
  - text-retrieval
156
  triviaqa_support_only:
157
  - question-answering
@@ -159,7 +161,8 @@ task_categories:
159
  wned:
160
  - text-retrieval
161
  wow:
162
- - sequence-modeling
 
163
  - text-retrieval
164
  task_ids:
165
  aidayago2:
@@ -171,7 +174,7 @@ task_ids:
171
  eli5:
172
  - abstractive-qa
173
  - document-retrieval
174
- - open-domain-qa
175
  fever:
176
  - document-retrieval
177
  - fact-checking
 
136
  cweb:
137
  - text-retrieval
138
  eli5:
139
+ - text2text-generation
140
  - text-retrieval
141
  fever:
142
  - text-classification
 
148
  - question-answering
149
  - text-retrieval
150
  structured_zeroshot:
151
+ - text-generation
152
+ - fill-mask
153
  - text-retrieval
154
  trex:
155
+ - text-generation
156
+ - fill-mask
157
  - text-retrieval
158
  triviaqa_support_only:
159
  - question-answering
 
161
  wned:
162
  - text-retrieval
163
  wow:
164
+ - text-generation
165
+ - fill-mask
166
  - text-retrieval
167
  task_ids:
168
  aidayago2:
 
174
  eli5:
175
  - abstractive-qa
176
  - document-retrieval
177
+ - open-domain-abstractive-qa
178
  fever:
179
  - document-retrieval
180
  - fact-checking