Skip to content

Commit

Permalink
Add fstring
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Ryan <[email protected]>
  • Loading branch information
alinaryan committed Jun 25, 2024
1 parent 88b2e65 commit 899aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instructlab/eval/mmlu.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self) -> tuple:

individual_scores: dict = {}
agg_score: float = 0.0
model_args = "pretrained=" + self.model_path + ",dtype=" + self.model_dtype
model_args = f"pretrained= {self.model_path}, dtype= {self.model_dtype}"

mmlu_output = simple_evaluate(
model="hf",
Expand Down

0 comments on commit 899aaf9

Please sign in to comment.