Unverified Commit 02f74352 authored by Jess's avatar Jess Committed by GitHub
Browse files

Merge pull request #7 from JessicaOjo/africanli

update prompt translations
parents a82623eb b691c952
# Generated by utils.py
dataset_name: ibo
doc_to_choice: '{{[premise+", Nke ọma? Ee, "+hypothesis,premise+", Nke ọma? Nakwa,
"+hypothesis,premise+", Nke ọma? Mba, "+hypothesis]}}'
doc_to_choice: '{{[premise+", Ziri ezi? Éè, "+hypothesis,premise+", Ziri ezi? Ọzọkwa,
"+hypothesis,premise+", Ziri ezi? Mba, "+hypothesis]}}'
include: afrixnli_native_direct_yaml
task: afrixnli_native_direct_ibo
# 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
# Generated by utils.py
dataset_name: yor
doc_to_choice: '{{[premise+", Òótọ́? Bẹ́ẹ̀ni, "+hypothesis,premise+", Òótọ́? Bákan
náà, "+hypothesis,premise+", Òótọ́? Rárá, "+hypothesis]}}'
doc_to_choice: '{{[premise+", Òótọ́? Bẹ́ẹ̀ni, "+hypothesis,premise+", Òótọ́? Àti pé,
"+hypothesis,premise+", Òótọ́? Rárá, "+hypothesis]}}'
include: afrixnli_native_direct_yaml
task: afrixnli_native_direct_yor
......@@ -39,9 +39,9 @@ LANGUAGES = {
"CONTRADICTION_LABEL": "A'a"
},
"ibo": {
"QUESTION_WORD": "Nke ọma",
"ENTAILMENT_LABEL": "Ee",
"NEUTRAL_LABEL": "Nakwa",
"QUESTION_WORD": "Ziri ezi",
"ENTAILMENT_LABEL": "Éè",
"NEUTRAL_LABEL": "Ọzọkwa",
"CONTRADICTION_LABEL": "Mba"
},
"kin": {
......@@ -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"
......@@ -101,7 +101,7 @@ LANGUAGES = {
"yor": {
"QUESTION_WORD": "Òótọ́",
"ENTAILMENT_LABEL": "Bẹ́ẹ̀ni",
"NEUTRAL_LABEL": "Bákan náà",
"NEUTRAL_LABEL": "Àti pé",
"CONTRADICTION_LABEL": "Rárá"
},
"zul": {
......
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