From 5b50dab8a91d4524332d45bf142f4aec39b97acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hynek=20Kydl=C3=AD=C4=8Dek?= Date: Tue, 19 Nov 2024 08:30:03 -0400 Subject: [PATCH] fix ukr/rus (#394) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine Fourrier <22726840+clefourrier@users.noreply.github.com> --- src/lighteval/tasks/templates/utils/translation_literals.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lighteval/tasks/templates/utils/translation_literals.py b/src/lighteval/tasks/templates/utils/translation_literals.py index 3edab945..dd29ebdb 100644 --- a/src/lighteval/tasks/templates/utils/translation_literals.py +++ b/src/lighteval/tasks/templates/utils/translation_literals.py @@ -648,7 +648,7 @@ def __getattribute__(self, name: str) -> str: answer="ответ", answer_cot="Пошаговое решение", options_word="варианты", - confirmation_word="не так ли", + confirmation_word="верно", yes="да", no="нет", also="к тому же", @@ -962,7 +962,7 @@ def __getattribute__(self, name: str) -> str: language=Language.UKRAINIAN, question_word="питання", answer="відповідь", - confirmation_word="правда", + confirmation_word="вірно", yes="так", no="ні", also="також",