Skip to content

Commit 496f9e1

Browse files
authored
Fix Ukrainian indices and confirmation word (#516)
1 parent 761704d commit 496f9e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ def __getattribute__(self, name: str) -> str:
980980
language=Language.UKRAINIAN,
981981
question_word="питання",
982982
answer="відповідь",
983-
confirmation_word="вірно",
983+
confirmation_word="правильно",
984984
yes="так",
985985
no="ні",
986986
also="також",
@@ -998,6 +998,7 @@ def __getattribute__(self, name: str) -> str:
998998
sentence_space=" ",
999999
colon=":",
10001000
semicolon=";",
1001+
indices=["А", "Б", "В", "Г", "Д", "Е"],
10011002
),
10021003
Language.URDU: TranslationLiterals(
10031004
language=Language.URDU,

0 commit comments

Comments
 (0)