File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lm_eval/tasks/arab_culture Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ REGION=True
6565** Please add these flags add environment variables.**
6666
6767
68- * We also allow for prompting in English, which we found to acheive higher results on most of the evaluated models (please refer to our paper).
68+ * We also allow for prompting in English, which we found to achieve higher results on most of the evaluated models (please refer to our paper).
6969
7070* To change the language of the prompt, Define the ` ARABIC ` environment variable.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def doc_to_text(doc):
8888 first_statement = first_statement , choices = choices_str
8989 )
9090
91- ### apply jais chat tempelate
91+ ### apply jais chat template
9292 if MODEL_NAME and "jais" in MODEL_NAME and "chat" in MODEL_NAME :
9393 if ARABIC :
9494 doc_text = JAIS_CHAT_AR .format (question = doc_text )
You can’t perform that action at this time.
0 commit comments