We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d249d commit 613dac8Copy full SHA for 613dac8
docs/evals.md
@@ -82,6 +82,7 @@ class MyEvaluator(Evaluator):
82
83
dataset.add_evaluator(MyEvaluator())
84
```
85
+
86
1. You can add built-in evaluators to a dataset using the [`add_evaluator`][pydantic_evals.Dataset.add_evaluator] method.
87
2. This custom evaluator returns a simple score based on whether the output matches the expected output.
88
0 commit comments