Skip to content

Update wandb script to reflect new changes to evals#513

Open
gabrieltseng wants to merge 3 commits intomainfrom
gabi/update-script
Open

Update wandb script to reflect new changes to evals#513
gabrieltseng wants to merge 3 commits intomainfrom
gabi/update-script

Conversation

@gabrieltseng
Copy link
Collaborator

No description provided.

elif "_pre_trained" in run_name:
return run_name.split("_pre_trained")[0]
else:
raise ValueError(f"unexpected run name {run_name}")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this change because we now have very long run names. This means I need to assign the model a new name during evals, but I still want to be able to get all the runs in an eval project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant