"src/vscode:/vscode.git/clone" did not exist on "f6f7afa1d7c6f45f8568c5603b1e6300d4583f04"
Unverified Commit e20ef72e authored by fuder.eth's avatar fuder.eth Committed by GitHub
Browse files

Fix Typo in README and Comment in utils_mcq.py (#3057)

* Update README.md

* Update utils_mcq.py
parent d09e03dd
...@@ -65,6 +65,6 @@ REGION=True ...@@ -65,6 +65,6 @@ REGION=True
**Please add these flags add environment variables.** **Please add these flags add environment variables.**
* 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). * 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).
* To change the language of the prompt, Define the `ARABIC` environment variable. * To change the language of the prompt, Define the `ARABIC` environment variable.
...@@ -88,7 +88,7 @@ def doc_to_text(doc): ...@@ -88,7 +88,7 @@ def doc_to_text(doc):
first_statement=first_statement, choices=choices_str first_statement=first_statement, choices=choices_str
) )
### apply jais chat tempelate ### apply jais chat template
if MODEL_NAME and "jais" in MODEL_NAME and "chat" in MODEL_NAME: if MODEL_NAME and "jais" in MODEL_NAME and "chat" in MODEL_NAME:
if ARABIC: if ARABIC:
doc_text = JAIS_CHAT_AR.format(question=doc_text) doc_text = JAIS_CHAT_AR.format(question=doc_text)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment