Skip to content

Commit

Permalink
modify eval message
Browse files Browse the repository at this point in the history
  • Loading branch information
morganmcg1 committed Jan 25, 2025
1 parent 3fceb99 commit 9781cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wandbot/evaluation/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async def score(self, question: str, ground_truth: str, notes: str, model_output

if self.debug:
if model_output is not None:
logger.info(f"In get_answer_correctness, model_output keys:\n{model_output.keys()}")
logger.info(f"In WandbotCorrectnessScorer, model_output keys:\n{model_output.keys()}")
else:
logger.error("model_output is None")

Expand Down

0 comments on commit 9781cfa

Please sign in to comment.