Sebastian Gehrmann commited on
Commit
de75832
1 Parent(s): d4b7866

alphabetical

Browse files
Files changed (1) hide show
  1. 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=["Simplification", "Summarization", "Paraphrasing", "Dialog",
126
- "Data-to-Text", "Style Transfer", "Text-to-Slide",
127
- "Question Generation", "Reasoning", "Content Transfer"],
 
 
 
 
 
 
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(