Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update leaderboard to use our validator until OTF is up.
Browse files
utils.py
CHANGED
@@ -411,7 +411,7 @@ def load_state_vars() -> dict[Any]:
|
|
411 |
vali_runs = get_wandb_runs(
|
412 |
project=VALIDATOR_WANDB_PROJECT,
|
413 |
# TODO: Update to point to the OTF vali on finetuning
|
414 |
-
filters={"config.type": "validator", "config.uid":
|
415 |
)
|
416 |
|
417 |
scores = get_scores([x.uid for x in model_data], vali_runs)
|
|
|
411 |
vali_runs = get_wandb_runs(
|
412 |
project=VALIDATOR_WANDB_PROJECT,
|
413 |
# TODO: Update to point to the OTF vali on finetuning
|
414 |
+
filters={"config.type": "validator", "config.uid": 28},
|
415 |
)
|
416 |
|
417 |
scores = get_scores([x.uid for x in model_data], vali_runs)
|