Skip to content

Commit e20ef72

Browse files
authored
Fix Typo in README and Comment in utils_mcq.py (#3057)
* Update README.md * Update utils_mcq.py
1 parent d09e03d commit e20ef72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lm_eval/tasks/arab_culture/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

lm_eval/tasks/arab_culture/utils_mcq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)