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
|
@@ -15,10 +15,12 @@ size_categories:
|
|
| 15 |
source_datasets:
|
| 16 |
- original
|
| 17 |
task_categories:
|
| 18 |
-
-
|
|
|
|
| 19 |
- text-classification
|
| 20 |
task_ids:
|
| 21 |
- language-modeling
|
|
|
|
| 22 |
- sentiment-classification
|
| 23 |
paperswithcode_id: dbrd
|
| 24 |
---
|
|
@@ -63,7 +65,7 @@ The DBRD (pronounced *dee-bird*) dataset contains over 110k book reviews of whic
|
|
| 63 |
|
| 64 |
### Supported Tasks and Leaderboards
|
| 65 |
|
| 66 |
-
- `
|
| 67 |
- `text-classification`: The dataset can be used to train a model for text classification, more specifically sentiment classification, using the provided positive/negative sentiment polarity labels.
|
| 68 |
|
| 69 |
### Languages
|
|
|
|
| 15 |
source_datasets:
|
| 16 |
- original
|
| 17 |
task_categories:
|
| 18 |
+
- text-generation
|
| 19 |
+
- fill-mask
|
| 20 |
- text-classification
|
| 21 |
task_ids:
|
| 22 |
- language-modeling
|
| 23 |
+
- masked-language-modeling
|
| 24 |
- sentiment-classification
|
| 25 |
paperswithcode_id: dbrd
|
| 26 |
---
|
|
|
|
| 65 |
|
| 66 |
### Supported Tasks and Leaderboards
|
| 67 |
|
| 68 |
+
- `text-generation`: The dataset can be used to train a model for sequence modeling, more specifically language modeling.
|
| 69 |
- `text-classification`: The dataset can be used to train a model for text classification, more specifically sentiment classification, using the provided positive/negative sentiment polarity labels.
|
| 70 |
|
| 71 |
### Languages
|