lhoestq HF staff commited on
Commit
e8b975e
1 Parent(s): 85314d3

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 -8
README.md CHANGED
@@ -38,7 +38,7 @@ source_datasets:
38
  - original
39
  task_categories:
40
  bapos:
41
- - structure-prediction
42
  casa:
43
  - text-classification
44
  emot:
@@ -48,17 +48,17 @@ task_categories:
48
  hoasa:
49
  - text-classification
50
  keps:
51
- - structure-prediction
52
  nergrit:
53
- - structure-prediction
54
  nerp:
55
- - structure-prediction
56
  posp:
57
- - structure-prediction
58
  smsa:
59
  - text-classification
60
  terma:
61
- - structure-prediction
62
  wrete:
63
  - text-classification
64
  task_ids:
@@ -73,7 +73,7 @@ task_ids:
73
  hoasa:
74
  - text-classification-other-aspect-based-sentiment-analysis
75
  keps:
76
- - structure-prediction-other-keyphrase-extraction
77
  nergrit:
78
  - named-entity-recognition
79
  nerp:
@@ -83,7 +83,7 @@ task_ids:
83
  smsa:
84
  - sentiment-classification
85
  terma:
86
- - structure-prediction-other-span-extraction
87
  wrete:
88
  - semantic-similarity-classification
89
  paperswithcode_id: indonlu-benchmark
 
38
  - original
39
  task_categories:
40
  bapos:
41
+ - token-classification
42
  casa:
43
  - text-classification
44
  emot:
 
48
  hoasa:
49
  - text-classification
50
  keps:
51
+ - token-classification
52
  nergrit:
53
+ - token-classification
54
  nerp:
55
+ - token-classification
56
  posp:
57
+ - token-classification
58
  smsa:
59
  - text-classification
60
  terma:
61
+ - token-classification
62
  wrete:
63
  - text-classification
64
  task_ids:
 
73
  hoasa:
74
  - text-classification-other-aspect-based-sentiment-analysis
75
  keps:
76
+ - token-classification-other-keyphrase-extraction
77
  nergrit:
78
  - named-entity-recognition
79
  nerp:
 
83
  smsa:
84
  - sentiment-classification
85
  terma:
86
+ - token-classification-other-span-extraction
87
  wrete:
88
  - semantic-similarity-classification
89
  paperswithcode_id: indonlu-benchmark