"vscode:/vscode.git/clone" did not exist on "4f88be1f69945e94a923815932d395e66536464b"
Commit b691c952 authored by JessicaOjo's avatar JessicaOjo
Browse files

prompt translations fix

parent 6c8d4053
# Generated by utils.py
dataset_name: xho
doc_to_choice: '{{[premise+", Kunene? Ewe, "+hypothesis,premise+", Kunene? Kananjalo,
"+hypothesis,premise+", Kunene? Hayi, "+hypothesis]}}'
doc_to_choice: '{{[premise+", Ichanekile? Ewe, "+hypothesis,premise+", Ichanekile?
Kananjalo, "+hypothesis,premise+", Ichanekile? Hayi, "+hypothesis]}}'
include: afrixnli_native_direct_yaml
task: afrixnli_native_direct_xho
......@@ -93,7 +93,7 @@ LANGUAGES = {
"CONTRADICTION_LABEL": "Déet"
},
"xho": {
"QUESTION_WORD": "Kunene",
"QUESTION_WORD": "Ichanekile",
"ENTAILMENT_LABEL": "Ewe",
"NEUTRAL_LABEL": "Kananjalo",
"CONTRADICTION_LABEL": "Hayi"
......@@ -189,11 +189,11 @@ def main() -> None:
help="Overwrite files if they already exist",
)
parser.add_argument(
"--output-dir", default="./en-direct", help="Directory to write yaml files to"
"--output-dir", default="./native-direct", help="Directory to write yaml files to"
)
parser.add_argument(
"--mode",
default="en-direct",
default="native-direct",
choices=["en_direct", "native-direct"],
help="Mode of chain-of-thought",
)
......
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