Run an LLM evaluator via UI
In this guide, we will show you how to run an LLM evaluator in the UI.
Prerequisites
- You have already created a prompt. Learn how to create a prompt here.
- You have already created an LLM evaluator. Learn how to create an LLM evaluator here.
- You have already created an experiment. Learn how to create an experiment here.
Steps
Run an experiment
After you have created an experiment and imported a testset, you can run the experiment by clicking the Run all
button. Learn how to import a testset here.
Run an evaluations
After you have run an experiment, you can run evaluations by clicking the Evaluate
button. Evaluate empty
will run evaluations on cells that have no evaluations. Evaluate all
will run evaluations on all cells.
View results
After you have run evaluations, you can view the results by clicking the Scores
button.
View results summary
After you have run evaluations, you can view the results summary graphs by scrolling down the page.
Make changes to your prompts
Now you already know the performance of your prompts. You can go to the Prompt editor to make changes to your prompts to improve the performance.
Was this page helpful?