alan-aboudib sid-du commited on
Commit
0d3d850
1 Parent(s): ad4d419

Update to point to an alternative validator until OTF is running. (#2)

Browse files

- Update to point to an alternative validator until OTF is running. (8598815d20d3a6f11e0484bc9979729830235ea5)


Co-authored-by: sid <sid-du@users.noreply.huggingface.co>

Files changed (1) hide show
  1. utils.py +1 -1
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": 0},
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)