Skip to content

Commit

Permalink
fix ukr/rus (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: Clémentine Fourrier <[email protected]>
  • Loading branch information
2 people authored and Hynek Kydlicek committed Nov 26, 2024
1 parent 62c87be commit 5b50dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lighteval/tasks/templates/utils/translation_literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def __getattribute__(self, name: str) -> str:
answer="ответ",
answer_cot="Пошаговое решение",
options_word="варианты",
confirmation_word="не так ли",
confirmation_word="верно",
yes="да",
no="нет",
also="к тому же",
Expand Down Expand Up @@ -962,7 +962,7 @@ def __getattribute__(self, name: str) -> str:
language=Language.UKRAINIAN,
question_word="питання",
answer="відповідь",
confirmation_word="правда",
confirmation_word="вірно",
yes="так",
no="ні",
also="також",
Expand Down

0 comments on commit 5b50dab

Please sign in to comment.