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
@@ -16,10 +16,10 @@ size_categories:
|
|
16 |
source_datasets:
|
17 |
- extended|eli5
|
18 |
task_categories:
|
19 |
-
-
|
20 |
task_ids:
|
21 |
- abstractive-qa
|
22 |
-
- open-domain-qa
|
23 |
---
|
24 |
|
25 |
# Dataset Card for ELI5-Category
|
@@ -61,7 +61,7 @@ The ELI5-Category dataset is a smaller but newer and categorized version of the
|
|
61 |
|
62 |
### Supported Tasks and Leaderboards
|
63 |
|
64 |
-
- `abstractive-qa`, `open-domain-qa`: The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as [Wikipedia](https://www.wikipedia.org/)), then use it to generate a multi-sentence answer.
|
65 |
|
66 |
### Languages
|
67 |
|
|
|
16 |
source_datasets:
|
17 |
- extended|eli5
|
18 |
task_categories:
|
19 |
+
- text2text-generation
|
20 |
task_ids:
|
21 |
- abstractive-qa
|
22 |
+
- open-domain-abstractive-qa
|
23 |
---
|
24 |
|
25 |
# Dataset Card for ELI5-Category
|
|
|
61 |
|
62 |
### Supported Tasks and Leaderboards
|
63 |
|
64 |
+
- `abstractive-qa`, `open-domain-abstractive-qa`: The dataset can be used to train a model for Open Domain Long Form Question Answering. An LFQA model is presented with a non-factoid and asked to retrieve relevant information from a knowledge source (such as [Wikipedia](https://www.wikipedia.org/)), then use it to generate a multi-sentence answer.
|
65 |
|
66 |
### Languages
|
67 |
|