Spaces:
Running
Running
Orion Weller
commited on
Commit
•
1d9a9fd
1
Parent(s):
dc59369
Update refresh.py (#39)
Browse files- refresh.py +1 -1
refresh.py
CHANGED
@@ -661,7 +661,7 @@ def refresh_leaderboard() -> tuple[list, dict]:
|
|
661 |
)
|
662 |
for board, board_config in pbar_tasks:
|
663 |
# Optional fetch only for a specific board
|
664 |
-
if board != "ru": continue
|
665 |
# Very hacky - should fix this as soon as possible
|
666 |
if board == "bright_long":
|
667 |
TASK_TO_METRIC["Retrieval"] = ["recall_at_1"]
|
|
|
661 |
)
|
662 |
for board, board_config in pbar_tasks:
|
663 |
# Optional fetch only for a specific board
|
664 |
+
# if board != "ru": continue
|
665 |
# Very hacky - should fix this as soon as possible
|
666 |
if board == "bright_long":
|
667 |
TASK_TO_METRIC["Retrieval"] = ["recall_at_1"]
|