Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(weave): Add option to name weave evals (and give a memorable name if not specified) #3135

Merged
merged 12 commits into from
Dec 9, 2024

Conversation

andrewtruong
Copy link
Collaborator

@andrewtruong andrewtruong commented Dec 3, 2024

Simple PR to expose "op naming" to Evaluations. Users can specify a custom name for evaluations, or we will generate one by default.

evaluation = Evaluation(..., evaluation_name="whatever-you-want-here")

image

Resolves: https://wandb.atlassian.net/browse/WB-22238

@andrewtruong andrewtruong marked this pull request as ready for review December 3, 2024 20:45
@andrewtruong andrewtruong requested a review from a team as a code owner December 3, 2024 20:45
@andrewtruong andrewtruong changed the title feat(weave): Give weave evals a name by default feat(weave): Add option to name weave evals (and give a memorable name if not specified) Dec 3, 2024
or param.default is MISTRAL_NOT_GIVEN
or param.default is CEREBRAS_NOT_GIVEN
or param.default is Ellipsis
return param.default in (
Copy link
Collaborator

Choose a reason for hiding this comment

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

Bunch of this is from your other PR


def make_memorable_name() -> str:
adjectives = [
"jubilant",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Doesn't really matter but I'd alphabetize

@andrewtruong andrewtruong enabled auto-merge (squash) December 9, 2024 02:27
@andrewtruong andrewtruong merged commit 58de517 into master Dec 9, 2024
120 checks passed
@andrewtruong andrewtruong deleted the andrew/named-eval branch December 9, 2024 02:35
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants