Enabling Scorers in Runs
Learn how to turn on metrics when creating runs in your Python environment.
Galileo provides users the ability to tune which metrics to use for their evaluation.
Using scorers
To use scorers during a prompt run, sweep, or even a more complex workflow, simply pass them in through the scorers argument:
Disabling default scorers
By default, we turn on a few scorers for you (PII, Toxicity, BLEU, ROUGE). If you want to disable a default scorer you can pass in a ScorersConfiguration object.
You can even use the ScorersConfiguration to turn on other scorers, rather than using the scorers argument.
Logging Workflows
If you’re logging workflows using EvaluateRun, you can add your scorers similarly:
Customizing Plus Scorers
We allow customizing execution parameters for the Chainpoll-powered metrics from our Guardrail Store. Check out Customizing Chainpoll-powered Metrics.
Was this page helpful?