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
README.md
CHANGED
@@ -32,39 +32,9 @@ source_datasets:
|
|
32 |
- extended|other-db_pedia
|
33 |
- original
|
34 |
task_categories:
|
35 |
-
|
36 |
-
- conditional-text-generation
|
37 |
-
release_v2:
|
38 |
-
- conditional-text-generation
|
39 |
-
release_v2-1:
|
40 |
-
- conditional-text-generation
|
41 |
-
release_v2-1_constrained:
|
42 |
-
- conditional-text-generation
|
43 |
-
release_v2_constrained:
|
44 |
-
- conditional-text-generation
|
45 |
-
release_v3-0_en:
|
46 |
-
- conditional-text-generation
|
47 |
-
release_v3-0_ru:
|
48 |
-
- conditional-text-generation
|
49 |
-
webnlg_challenge_2017:
|
50 |
-
- conditional-text-generation
|
51 |
task_ids:
|
52 |
-
|
53 |
-
- other-structured-to-text
|
54 |
-
release_v2:
|
55 |
-
- other-structured-to-text
|
56 |
-
release_v2-1:
|
57 |
-
- other-structured-to-text
|
58 |
-
release_v2-1_constrained:
|
59 |
-
- other-structured-to-text
|
60 |
-
release_v2_constrained:
|
61 |
-
- other-structured-to-text
|
62 |
-
release_v3-0_en:
|
63 |
-
- other-structured-to-text
|
64 |
-
release_v3-0_ru:
|
65 |
-
- other-structured-to-text
|
66 |
-
webnlg_challenge_2017:
|
67 |
-
- other-structured-to-text
|
68 |
paperswithcode_id: webnlg
|
69 |
pretty_name: WebNLG
|
70 |
---
|
|
|
32 |
- extended|other-db_pedia
|
33 |
- original
|
34 |
task_categories:
|
35 |
+
- tabular-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
task_ids:
|
37 |
+
- rdf-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
paperswithcode_id: webnlg
|
39 |
pretty_name: WebNLG
|
40 |
---
|