Skip to content

Commit 1cb6140

Browse files
committed
Create plots for intervention scoring
1 parent c6b901a commit 1cb6140

File tree

3 files changed

+937
-294
lines changed

3 files changed

+937
-294
lines changed

delphi/__main__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,11 @@ async def run(
491491
del model, hookpoint_to_sparse_encode
492492

493493
if run_cfg.verbose:
494-
log_results(scores_path, visualize_path, run_cfg.hookpoints, run_cfg.scorers)
494+
log_results(scores_path,
495+
visualize_path,
496+
run_cfg.hookpoints,
497+
run_cfg.scorers,
498+
model_name=run_cfg.model)
495499

496500

497501
if __name__ == "__main__":

0 commit comments

Comments
 (0)