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