fix: improve print output of scorers

This commit is contained in:
Philipp Emanuel Weidmann
2026-09-03 13:40:27 +05:30
parent bedb94ef11
commit ded115c669
9 changed files with 35 additions and 40 deletions
+3
View File
@@ -157,6 +157,9 @@ residual_plot_color = "darkorange"
# Plugin-specific settings live in a top-level TOML table.
# For scorer plugins, use: `[scorer.<ClassName>]` (and optionally `[scorer.<ClassName>_<instance_name>]` for instance-related config).
[scorer.KeywordRate]
# Name that describes what the keyword rate measures as configured.
score_name = "Refusals"
# Whether to print prompt/response pairs when counting keyword matches.
print_responses = false