Skip to content

Commit 2ba88cd

Browse files
fix ukr/rus (#394)
Co-authored-by: Clémentine Fourrier <[email protected]>
1 parent 7b20693 commit 2ba88cd

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
@@ -631,7 +631,7 @@ def __getattribute__(self, name: str) -> str:
631631
language=Language.RUSSIAN,
632632
question_word="вопрос",
633633
answer="ответ",
634-
confirmation_word="не так ли",
634+
confirmation_word="верно",
635635
yes="да",
636636
no="нет",
637637
also="к тому же",
@@ -936,7 +936,7 @@ def __getattribute__(self, name: str) -> str:
936936
language=Language.UKRAINIAN,
937937
question_word="питання",
938938
answer="відповідь",
939-
confirmation_word="правда",
939+
confirmation_word="вірно",
940940
yes="так",
941941
no="ні",
942942
also="також",

0 commit comments

Comments
 (0)