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
24 changes: 23 additions & 1 deletion src/lighteval/tasks/templates/utils/translation_literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,29 @@ def __getattribute__(self, name: str) -> str:
cause_word="காரணமாக",
effect_word="எனவே",
),
Language.TATAR: TranslationLiterals(language=Language.TATAR),
Language.TATAR: TranslationLiterals(
language=Language.TATAR,
question_word="сорау",
answer="җавап",
confirmation_word="шулай түгелме",
yes="әйе",
no="юк",
also="шулай ук",
cause_word="чөнки",
effect_word="шуңа күрә",
or_word="яки",
true="дөрес",
false="ялган",
neither="бер генә дә",
full_stop=".",
comma=",",
question_mark="?",
exclamation_mark="!",
word_space=" ",
sentence_space=" ",
colon=":",
indices=["А", "Б", "В", "Г", "Д", "Е"],
),
Language.TELUGU: TranslationLiterals(
language=Language.TELUGU,
question_word="ప్రశ్న",
Expand Down
Loading