We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92552ee commit 5cf7f26Copy full SHA for 5cf7f26
eval_protocol/quickstart/llm_judge.py
@@ -93,7 +93,7 @@ async def run_judgment(row):
93
if row.evaluation_result:
94
row.evaluation_result.score = mean_score
95
96
- # Push scores back to adapter if provided. Note that one score per model will be pushed back onto same trace.
+ # Push scores back to adapter if provided
97
if adapter:
98
adapter.upload_scores(rows, model_name, mean_score)
99
0 commit comments