Skip to content

Commit

Permalink
bugfix to run eval separately on each dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristyKoh committed Apr 13, 2023
1 parent ba090b7 commit 7af1a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elk/evaluation/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def execute(self):
transfer_dir = elk_reporter_dir() / self.source / "transfer_eval"

for dataset in datasets:
self.data.prompts.datasets = [dataset]
run = Evaluate(cfg=self, out_dir=transfer_dir / dataset)
run.evaluate()

Expand Down

0 comments on commit 7af1a1b

Please sign in to comment.