Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulin1 committed Sep 19, 2024
1 parent 2628ac3 commit d74977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencompass/summarizers/subjective/common_summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def summarize(self, time_str: str = datetime.now().strftime('%Y%m%d_%H%M%S')):
dataset_cfgs = self.cfg['datasets']
output_dir, results_folder = get_outdir(self.cfg, time_str)
fout_flag = 0
output_file = osp.join(output_dir, 'result.csv')
output_file = osp.join(output_dir, show_dataset_abbr + 'result.csv')
for eval_model_cfg in self.eval_model_cfgs:
for judge_model_cfg in self.judge_model_cfgs:
eval_model_abbr = model_abbr_from_cfg(eval_model_cfg)
Expand Down

0 comments on commit d74977a

Please sign in to comment.