lhoestq HF staff commited on
Commit
9bf4b3e
1 Parent(s): 87267f3

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 -4
README.md CHANGED
@@ -16,12 +16,12 @@ source_datasets:
16
  - extended|other-turkcorpus
17
  task_categories:
18
  ratings:
19
- - text-scoring
20
  simplification:
21
- - conditional-text-generation
22
  task_ids:
23
  ratings:
24
- - text-scoring-other-simplification-evaluation
25
  simplification:
26
  - text-simplification
27
  paperswithcode_id: asset
@@ -67,7 +67,7 @@ splitting in [HSplit](https://www.aclweb.org/anthology/D18-1081.pdf)), the simpl
67
 
68
  ### Supported Tasks and Leaderboards
69
 
70
- The dataset supports the evaluation of `test-simplification` systems. Success in this tasks is typically measured using the [SARI](https://huggingface.co/metrics/sari) and [FKBLEU](https://huggingface.co/metrics/fkbleu) metrics described in the paper [Optimizing Statistical Machine Translation for Text Simplification](https://www.aclweb.org/anthology/Q16-1029.pdf).
71
 
72
  ### Languages
73
 
 
16
  - extended|other-turkcorpus
17
  task_categories:
18
  ratings:
19
+ - text-classification
20
  simplification:
21
+ - text2text-generation
22
  task_ids:
23
  ratings:
24
+ - text-classification-other-simplification-evaluation
25
  simplification:
26
  - text-simplification
27
  paperswithcode_id: asset
 
67
 
68
  ### Supported Tasks and Leaderboards
69
 
70
+ The dataset supports the evaluation of `text-simplification` systems. Success in this tasks is typically measured using the [SARI](https://huggingface.co/metrics/sari) and [FKBLEU](https://huggingface.co/metrics/fkbleu) metrics described in the paper [Optimizing Statistical Machine Translation for Text Simplification](https://www.aclweb.org/anthology/Q16-1029.pdf).
71
 
72
  ### Languages
73