albertvillanova HF staff commited on
Commit
1a9e47c
1 Parent(s): 069fe98

Fix task tags in dataset cards (#4830)

Browse files

Commit from https://github.com/huggingface/datasets/commit/83f695c14507a3a38e9f4d84612cf49e5f50c153

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,13 +18,13 @@ task_categories:
18
  - text-generation
19
  - fill-mask
20
  - text-retrieval
 
21
  task_ids:
22
  - document-retrieval
23
  - entity-linking-retrieval
24
  - explanation-generation
25
  - language-modeling
26
  - masked-language-modeling
27
- - summarization
28
  paperswithcode_id: recipenlg
29
  pretty_name: RecipeNLG
30
  ---
 
18
  - text-generation
19
  - fill-mask
20
  - text-retrieval
21
+ - summarization
22
  task_ids:
23
  - document-retrieval
24
  - entity-linking-retrieval
25
  - explanation-generation
26
  - language-modeling
27
  - masked-language-modeling
 
28
  paperswithcode_id: recipenlg
29
  pretty_name: RecipeNLG
30
  ---