mirror of
https://github.com/p-e-w/heretic.git
synced 2026-09-26 05:51:25 -07:00
* fix: improve print output of scorers * feat: add benchmark scorer
8 lines
336 B
TOML
8 lines
336 B
TOML
# Rename this file to config.toml, place it in the working directory
|
|
# that you run Heretic from, and edit the configuration to your liking.
|
|
|
|
scorers = [
|
|
{ plugin = "heretic.scorers.keyword_rate.KeywordRate", optimization = "minimize"},
|
|
{ plugin = "heretic.scorers.benchmark_score.BenchmarkScore", optimization = "maximize"},
|
|
]
|