"src/include/base.hip.hpp" did not exist on "7a89684f92cc39afbb13ad970c1a3282e60b9180"
Commit b691c952 authored by JessicaOjo's avatar JessicaOjo
Browse files

prompt translations fix

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