Skip to content

Commit 610c812

Browse files
gaydmiDmitry Gaynullin
andauthored
added tatar literals (#383)
--------- Co-authored-by: Dmitry Gaynullin <[email protected]>
1 parent 9f203f0 commit 610c812

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,29 @@ def __getattribute__(self, name: str) -> str:
817817
cause_word="காரணமாக",
818818
effect_word="எனவே",
819819
),
820-
Language.TATAR: TranslationLiterals(language=Language.TATAR),
820+
Language.TATAR: TranslationLiterals(
821+
language=Language.TATAR,
822+
question_word="сорау",
823+
answer="җавап",
824+
confirmation_word="шулай түгелме",
825+
yes="әйе",
826+
no="юк",
827+
also="шулай ук",
828+
cause_word="чөнки",
829+
effect_word="шуңа күрә",
830+
or_word="яки",
831+
true="дөрес",
832+
false="ялган",
833+
neither="бер генә дә",
834+
full_stop=".",
835+
comma=",",
836+
question_mark="?",
837+
exclamation_mark="!",
838+
word_space=" ",
839+
sentence_space=" ",
840+
colon=":",
841+
indices=["А", "Б", "В", "Г", "Д", "Е"],
842+
),
821843
Language.TELUGU: TranslationLiterals(
822844
language=Language.TELUGU,
823845
question_word="ప్రశ్న",

0 commit comments

Comments
 (0)