lhoestq HF staff commited on
Commit
3a8f51a
1 Parent(s): 62197cc

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 +5 -3
README.md CHANGED
@@ -14,10 +14,12 @@ size_categories:
14
  source_datasets:
15
  - original
16
  task_categories:
17
- - sequence-modeling
 
18
  task_ids:
19
  - dialogue-modeling
20
- - sequence-modeling-other-conversational-curiosity
 
21
  paperswithcode_id: curiosity
22
  pretty_name: Curiosity Dataset
23
  ---
@@ -61,7 +63,7 @@ Curiosity dataset consists of 14K English dialogs (181K utterances) where users
61
 
62
  ### Supported Tasks and Leaderboards
63
 
64
- * `sequence-modeling-other-conversational-curiosity`: The dataset can be used to train a model for Conversational Curiosity, which consists in the testing of the hypothesis that engagement increases when users are presented with facts related to what they know. Success on this task is typically measured by achieving a *high* [Accuracy](https://huggingface.co/metrics/accuracy) and [F1 Score](https://huggingface.co/metrics/f1).
65
 
66
  ### Languages
67
 
 
14
  source_datasets:
15
  - original
16
  task_categories:
17
+ - text-generation
18
+ - fill-mask
19
  task_ids:
20
  - dialogue-modeling
21
+ - text-generation
22
+ - fill-mask-other-conversational-curiosity
23
  paperswithcode_id: curiosity
24
  pretty_name: Curiosity Dataset
25
  ---
 
63
 
64
  ### Supported Tasks and Leaderboards
65
 
66
+ * `text-generation-other-conversational-curiosity`: The dataset can be used to train a model for Conversational Curiosity, which consists in the testing of the hypothesis that engagement increases when users are presented with facts related to what they know. Success on this task is typically measured by achieving a *high* [Accuracy](https://huggingface.co/metrics/accuracy) and [F1 Score](https://huggingface.co/metrics/f1).
67
 
68
  ### Languages
69