Skip to content

Commit

Permalink
Update french_evals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clefourrier authored Feb 3, 2025
1 parent d332207 commit be7da17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_tasks/french_evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def prompt_gpqa_fr(line, task_name: str = None):

query = f"Question: {line['Question']}\n"
query += "".join([f"{key}. {choice}\n" for key, choice in zip(LETTER_INDICES, choices)])
query += "Answer: "
query += "Réponse: "
return Doc(
task_name=task_name,
query=f"{instruction}{query}",
Expand Down

0 comments on commit be7da17

Please sign in to comment.