Skip to content

Commit c03cae7

Browse files
hynky1999clefourrier
authored andcommitted
fix ukr/rus (#394)
Co-authored-by: Clémentine Fourrier <[email protected]>
1 parent ddbfff6 commit c03cae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lighteval/tasks/templates/utils/translation_literals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ def __getattribute__(self, name: str) -> str:
648648
answer="ответ",
649649
answer_cot="Пошаговое решение",
650650
options_word="варианты",
651-
confirmation_word="не так ли",
651+
confirmation_word="верно",
652652
yes="да",
653653
no="нет",
654654
also="к тому же",
@@ -962,7 +962,7 @@ def __getattribute__(self, name: str) -> str:
962962
language=Language.UKRAINIAN,
963963
question_word="питання",
964964
answer="відповідь",
965-
confirmation_word="правда",
965+
confirmation_word="вірно",
966966
yes="так",
967967
no="ні",
968968
also="також",

0 commit comments

Comments
 (0)