-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Evaluations area with Weave as a supported eval flow #917
base: main
Are you sure you want to change the base?
Conversation
Deploying docodile with Cloudflare Pages
|
|
||
First, create a W&B account at https://wandb.ai and copy your API key from https://wandb.ai/authorize. | ||
|
||
Then, you can follow along in the below Colab notebook that demonstrates Weave evaluating an LLM (in this case, OpenAI, for which you will also need [an API key](https://platform.openai.com/docs/quickstart/step-2-setup-your-api-key)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Google.Will] Avoid using 'will'.
|
||
## Use Weave to evaluate models in production | ||
|
||
This [tutorial on how to build an evaluation pipeline with Weave](https://weave-docs.wandb.ai/tutorial-eval/) demonstrates how multiple versions of an application that uses a model is evolving using the `weave.Evaluation` function, which assess a Model's performance on a set of examples using a list of specified scoring functions or `weave.scorer.Scorer` classes, producing dashboards with advanced breakdowns of the model's performance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Google.WordList] Use 'app' instead of 'application'.
Summary
Errors per inputErrors in docs/guides/evaluations/evaluate-models-weave.md
|
In several areas where the W&B ecosystem is described, the content is reflecting the old days when we were a one-product company and didn't have Weave to offer as part of the evaluation story. This PR is integrating Weave into the ecosystem more and highlighting our Evaluation options (Tables, Weave) with a new high-level section.
Resolves DOCS-1024