Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -631,7 +631,7 @@ def __getattribute__(self, name: str) -> str:
language=Language.RUSSIAN,
question_word="вопрос",
answer="ответ",
confirmation_word="не так ли",
confirmation_word="верно",
yes="да",
no="нет",
also="к тому же",
Expand Down Expand Up @@ -936,7 +936,7 @@ def __getattribute__(self, name: str) -> str:
language=Language.UKRAINIAN,
question_word="питання",
answer="відповідь",
confirmation_word="правда",
confirmation_word="вірно",
yes="так",
no="ні",
also="також",
Expand Down
Loading