Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelNiklaus committed Dec 25, 2024
1 parent be6d9ab commit c7ca83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_tasks/swiss_legal_evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def prompt_fn(line: dict, task_name: str = None):
short_judge_name="slt_judge_gpt-4o-mini",
)
if "slt_judge_gpt_4o" in METRICS_TO_USE:
METRICS["slt_judge_gpt_4o_basic_diverse"] = get_swiss_legal_translation_judge(
METRICS["slt_judge_gpt_4o"] = get_swiss_legal_translation_judge(
judge_model_name="openai/gpt-4o-2024-11-20",
short_judge_name="slt_judge_gpt-4o",
)
Expand Down

0 comments on commit c7ca83f

Please sign in to comment.