lhoestq HF staff commited on
Commit
1802429
1 Parent(s): 0ee3024

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 +4 -3
README.md CHANGED
@@ -15,11 +15,12 @@ size_categories:
15
  source_datasets:
16
  - original
17
  task_categories:
18
- - structure-prediction
19
- - text-scoring
20
  task_ids:
 
21
  - sentiment-scoring
22
- - structure-prediction-other-pos-tagging
23
  paperswithcode_id: null
24
  pretty_name: SentiWS
25
  ---
 
15
  source_datasets:
16
  - original
17
  task_categories:
18
+ - token-classification
19
+ - text-classification
20
  task_ids:
21
+ - text-scoring
22
  - sentiment-scoring
23
+ - part-of-speech-tagging
24
  paperswithcode_id: null
25
  pretty_name: SentiWS
26
  ---