lhoestq HF staff commited on
Commit
67633e0
1 Parent(s): 571662b

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 -6
README.md CHANGED
@@ -18,30 +18,32 @@ task_categories:
18
  ynat:
19
  - text-classification
20
  sts:
21
- - text-scoring
22
  nli:
23
  - text-classification
24
  ner:
25
- - structure-prediction
26
  re:
27
- - structure-prediction
28
  dp:
29
- - structure-prediction
30
  mrc:
31
  - question-answering
32
  wos:
33
- - sequence-modeling
 
34
  task_ids:
35
  ynat:
36
  - topic-classification
37
  sts:
 
38
  - semantic-similarity-scoring
39
  nli:
40
  - natural-language-inference
41
  ner:
42
  - named-entity-recognition
43
  re:
44
- - other-relation-extraction
45
  dp:
46
  - parsing
47
  mrc:
18
  ynat:
19
  - text-classification
20
  sts:
21
+ - text-classification
22
  nli:
23
  - text-classification
24
  ner:
25
+ - token-classification
26
  re:
27
+ - token-classification
28
  dp:
29
+ - token-classification
30
  mrc:
31
  - question-answering
32
  wos:
33
+ - text-generation
34
+ - fill-mask
35
  task_ids:
36
  ynat:
37
  - topic-classification
38
  sts:
39
+ - text-scoring
40
  - semantic-similarity-scoring
41
  nli:
42
  - natural-language-inference
43
  ner:
44
  - named-entity-recognition
45
  re:
46
+ - token-classification-other-relation-extraction
47
  dp:
48
  - parsing
49
  mrc: