Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: SumanthRH <[email protected]>
  • Loading branch information
SumanthRH committed Feb 6, 2025
1 parent 7afb49f commit 24961c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions skythought/skythought_evals/inference_and_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,10 @@ def main():
if args.result_dir and not os.path.exists(args.result_dir):
os.makedirs(args.result_dir)
temperature_str = ",".join(map(str, temperatures))
file_suffix = f"{model_config.name}_{args.task}_{args.split}_subset_{args.subset}_filter_{args.filter_difficulty}" + \
f"_s{args.start}_e{args.end}_t{temperature_str}_n{args.n}"
file_suffix = (
f"{model_config.name}_{args.task}_{args.split}_subset_{args.subset}_filter_{args.filter_difficulty}"
+ f"_s{args.start}_e{args.end}_t{temperature_str}_n{args.n}"
)
if (
args.math_difficulty_lower_bound is not None
or args.math_difficulty_upper_bound is not None
Expand Down

0 comments on commit 24961c0

Please sign in to comment.