Spaces:
Runtime error
Runtime error
Sebastian Gehrmann
commited on
Commit
•
de75832
1
Parent(s):
d4b7866
alphabetical
Browse files- datacards/overview.py +9 -3
datacards/overview.py
CHANGED
@@ -122,9 +122,15 @@ def overview_page():
|
|
122 |
make_selectbox(
|
123 |
label="What primary task does the dataset support?",
|
124 |
key_list=key_pref + ["task"],
|
125 |
-
options=["
|
126 |
-
"
|
127 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
help="Select `other` if the task is not included in the list.",
|
129 |
)
|
130 |
make_text_area(
|
|
|
122 |
make_selectbox(
|
123 |
label="What primary task does the dataset support?",
|
124 |
key_list=key_pref + ["task"],
|
125 |
+
options=["Content Transfer", "Data-to-Text",
|
126 |
+
"Dialog Response Generation",
|
127 |
+
"Paraphrasing", "Question Generation",
|
128 |
+
"Reasoning",
|
129 |
+
"Simplification",
|
130 |
+
"Style Transfer",
|
131 |
+
"Summarization",
|
132 |
+
"Text-to-Slide",
|
133 |
+
],
|
134 |
help="Select `other` if the task is not included in the list.",
|
135 |
)
|
136 |
make_text_area(
|