lhoestq HF staff commited on
Commit
2c938f9
1 Parent(s): fbd3251

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 +9 -10
README.md CHANGED
@@ -46,22 +46,21 @@ source_datasets:
46
  - original
47
  task_categories:
48
  monolingual:
49
- - conditional-text-generation
50
  monolingual_raw:
51
- - sequence-modeling
 
52
  parallel:
53
- - conditional-text-generation
54
  parallel_raw:
55
- - conditional-text-generation
56
  task_ids:
57
- monolingual:
58
- - machine-translation
59
  monolingual_raw:
60
  - language-modeling
61
- parallel:
62
- - machine-translation
63
- parallel_raw:
64
- - machine-translation
65
  paperswithcode_id: chren
66
  ---
67
 
 
46
  - original
47
  task_categories:
48
  monolingual:
49
+ - translation
50
  monolingual_raw:
51
+ - text-generation
52
+ - fill-mask
53
  parallel:
54
+ - translation
55
  parallel_raw:
56
+ - translation
57
  task_ids:
58
+ monolingual: []
 
59
  monolingual_raw:
60
  - language-modeling
61
+ - masked-language-modeling
62
+ parallel: []
63
+ parallel_raw: []
 
64
  paperswithcode_id: chren
65
  ---
66