Update app.py
Browse files
app.py
CHANGED
|
@@ -53,18 +53,12 @@ except Exception:
|
|
| 53 |
|
| 54 |
raw_data, original_df = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, COLS, BENCHMARK_COLS)
|
| 55 |
leaderboard_df = original_df.copy()
|
| 56 |
-
# print("app.py\n")
|
| 57 |
-
# print(leaderboard_df)
|
| 58 |
-
# print("\n")
|
| 59 |
|
| 60 |
(
|
| 61 |
finished_eval_queue_df,
|
| 62 |
running_eval_queue_df,
|
| 63 |
pending_eval_queue_df,
|
| 64 |
) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
| 65 |
-
print("app.py\n")
|
| 66 |
-
print(finished_eval_queue_df['model'])
|
| 67 |
-
print("\n")
|
| 68 |
|
| 69 |
|
| 70 |
# Searching and filtering
|
|
|
|
| 53 |
|
| 54 |
raw_data, original_df = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, COLS, BENCHMARK_COLS)
|
| 55 |
leaderboard_df = original_df.copy()
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
(
|
| 58 |
finished_eval_queue_df,
|
| 59 |
running_eval_queue_df,
|
| 60 |
pending_eval_queue_df,
|
| 61 |
) = get_evaluation_queue_df(EVAL_REQUESTS_PATH, EVAL_COLS)
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
# Searching and filtering
|