make_configs
make_configs
¶
CLI for generating framework-comparison eval configs from _template.toml.
Usage: python -m diapason.evals.comparison.make_configs \ --framework hermes --model qwen-9b --benchmark gaia
Functions:¶
materialize_config
¶
materialize_config(
framework: str,
model: str,
benchmark: str,
output_dir: Optional[Path] = None,
judge_model: str = DEFAULT_JUDGE_MODEL,
) -> Path
Materialize one TOML config from the template.
Source code in src/diapason/evals/comparison/make_configs.py
main
¶
main(
framework: Optional[str],
model: Optional[str],
benchmark: Optional[str],
output_dir: Optional[Path],
all_tier1: bool,
) -> None
Generate eval config TOMLs for the framework-comparison experiment.