mirror of
https://github.com/p-e-w/heretic.git
synced 2026-09-25 13:31:33 -07:00
feat: add benchmark scorer (#444)
* fix: improve print output of scorers * feat: add benchmark scorer
This commit is contained in:
@@ -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 configured keyword rate measures.
|
||||
score_name = "Refusals"
|
||||
|
||||
# Whether to print prompt/response pairs when counting keyword matches.
|
||||
print_responses = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user