Spaces:
Restarting
Restarting
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ Your final output should consist of only one of the following:
|
|
| 135 |
Do not include any explanation, reasoning, or additional text in your output."""}
|
| 136 |
|
| 137 |
def call_start():
|
| 138 |
-
return
|
| 139 |
|
| 140 |
def add_new_eval(
|
| 141 |
model: str,
|
|
@@ -274,7 +274,7 @@ def add_new_eval(
|
|
| 274 |
}) + "\n"
|
| 275 |
)
|
| 276 |
|
| 277 |
-
task_ids.append(
|
| 278 |
#scores += score
|
| 279 |
#num_questions += 1
|
| 280 |
#break
|
|
|
|
| 135 |
Do not include any explanation, reasoning, or additional text in your output."""}
|
| 136 |
|
| 137 |
def call_start():
|
| 138 |
+
return format_warning("We are starting your evaluation. This can take a few minutes.")
|
| 139 |
|
| 140 |
def add_new_eval(
|
| 141 |
model: str,
|
|
|
|
| 274 |
}) + "\n"
|
| 275 |
)
|
| 276 |
|
| 277 |
+
task_ids.append(id_to_eval)
|
| 278 |
#scores += score
|
| 279 |
#num_questions += 1
|
| 280 |
#break
|