Spaces:
Running
Running
...
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ instruction_wrap = {
|
|
125 |
|
126 |
# Task options
|
127 |
task_options = {
|
128 |
-
"select": "",
|
129 |
"Text Generation": "{}",
|
130 |
"Instruction Following": "<prompt> {} <response>:",
|
131 |
"Sentiment Classification": "<classify> {} <sentiment>",
|
|
|
125 |
|
126 |
# Task options
|
127 |
task_options = {
|
128 |
+
"select": "{}",
|
129 |
"Text Generation": "{}",
|
130 |
"Instruction Following": "<prompt> {} <response>:",
|
131 |
"Sentiment Classification": "<classify> {} <sentiment>",
|