Spaces:
Sleeping
Sleeping
XufengDuan
commited on
Commit
·
5677a17
1
Parent(s):
66a40a4
update scripts
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def init_space():
|
|
45 |
# sync model_type with open-llm-leaderboard
|
46 |
ui_snapshot_download(repo_id=QUEUE_REPO, local_dir=EVAL_REQUESTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30)
|
47 |
ui_snapshot_download(repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30)
|
48 |
-
raw_data, original_df = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, utils.COLS, utils.BENCHMARK_COLS)
|
49 |
|
50 |
finished_eval_queue_df, running_eval_queue_df, pending_eval_queue_df = get_evaluation_queue_df(EVAL_REQUESTS_PATH, utils.EVAL_COLS)
|
51 |
return original_df, finished_eval_queue_df, running_eval_queue_df, pending_eval_queue_df
|
|
|
45 |
# sync model_type with open-llm-leaderboard
|
46 |
ui_snapshot_download(repo_id=QUEUE_REPO, local_dir=EVAL_REQUESTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30)
|
47 |
ui_snapshot_download(repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30)
|
48 |
+
#raw_data, original_df = get_leaderboard_df(EVAL_RESULTS_PATH, EVAL_REQUESTS_PATH, utils.COLS, utils.BENCHMARK_COLS)
|
49 |
|
50 |
finished_eval_queue_df, running_eval_queue_df, pending_eval_queue_df = get_evaluation_queue_df(EVAL_REQUESTS_PATH, utils.EVAL_COLS)
|
51 |
return original_df, finished_eval_queue_df, running_eval_queue_df, pending_eval_queue_df
|