Skip to content

diffuse-coordinator eval ​

Score a base model against a fine-tune on a suite.

Synopsis ​

diffuse-coordinator eval <SUITE_KEY> [OPTIONS]

Arguments ​

argumentrequireddescription
SUITE_KEYyesThe suite, imported with dataset import --format eval

Options ​

flagvaluedefaultdescription
--config<CONFIG>$DIFFUSE_COORDINATOR_CONFIGConfiguration file. Its [admin] section says where to connect
--endpoint<ENDPOINT>$DIFFUSE_COORDINATOR_ENDPOINTCoordinator endpoint, e.g. https://coordinator.internal:7443
--ca-cert<CA_CERT>$DIFFUSE_CA_CERTThe deployment CA certificate (PEM)
--cert<CERT>$DIFFUSE_CERTThis process's certificate chain (PEM)
--key<KEY>$DIFFUSE_KEYThis process's private key (PEM)
--model<MODEL>-What to score: <model> or <model>+<adapter>
--pool<POOL>-Which pool to run it in
--metric<METRIC>exact_matchHow a completion is compared: exact_match or contains
--max-tokens<MAX_TOKENS>32How far to generate before giving up on a row

Notes ​

Scores the base model and the fine-tune on the same suite, so the number you read is a comparison and not an absolute.

Examples ​

bash
$ diffuse-coordinator eval berichte-test --model qwen2.5-3b+berichte-v1
BASE    +ADAPTER  Δ
perplexity    14.82   9.31      -37%
exact match   0.41    0.63      +54%

  248 examples, 3m 12s, rechner-01

← All commands

Diffuse Enterprise is commercial software. Diffuse Open is AGPL-3.0.