Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
67ba82c3
Unverified
Commit
67ba82c3
authored
Jun 19, 2021
by
Leo Gao
Committed by
GitHub
Jun 19, 2021
Browse files
Update chinese and german QA strings
parent
8c831939
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lm_eval/tasks/mlqa.py
lm_eval/tasks/mlqa.py
+2
-2
No files found.
lm_eval/tasks/mlqa.py
View file @
67ba82c3
...
@@ -30,8 +30,8 @@ ALL_MLQA_SETS = ALL_MLQA_SETS_QA + ALL_MLQA_SETS_TRANSLATE
...
@@ -30,8 +30,8 @@ ALL_MLQA_SETS = ALL_MLQA_SETS_QA + ALL_MLQA_SETS_TRANSLATE
BG_Q_A_STRINGS
=
{
BG_Q_A_STRINGS
=
{
"en"
:
{
"bg"
:
"Background:"
,
"q"
:
"Question:"
,
"a"
:
"Answer:"
},
"en"
:
{
"bg"
:
"Background:"
,
"q"
:
"Question:"
,
"a"
:
"Answer:"
},
"ar"
:
{
"bg"
:
":معرفتي"
,
"q"
:
":سؤال"
,
"a"
:
":إجابه"
},
"ar"
:
{
"bg"
:
":معرفتي"
,
"q"
:
":سؤال"
,
"a"
:
":إجابه"
},
"de"
:
{
"bg"
:
"Hintergrund:"
,
"q"
:
"Frage:"
,
"a"
:
"Antwort
en
:"
},
"de"
:
{
"bg"
:
"Hintergrund:"
,
"q"
:
"Frage:"
,
"a"
:
"Antwort:"
},
"zh"
:
{
"bg"
:
"背景:"
,
"q"
:
"問題:"
,
"a"
:
"
回
答:"
},
"zh"
:
{
"bg"
:
"背景:"
,
"q"
:
"問題:"
,
"a"
:
"答
案
:"
},
"vi"
:
{
"bg"
:
"lý lịch:"
,
"q"
:
"câu hỏi:"
,
"a"
:
"câu trả lời:"
},
"vi"
:
{
"bg"
:
"lý lịch:"
,
"q"
:
"câu hỏi:"
,
"a"
:
"câu trả lời:"
},
"es"
:
{
"bg"
:
"antecedentes:"
,
"q"
:
"pregunta:"
,
"a"
:
"respuesta:"
},
"es"
:
{
"bg"
:
"antecedentes:"
,
"q"
:
"pregunta:"
,
"a"
:
"respuesta:"
},
"hi"
:
{
"bg"
:
"Ιστορικό:"
,
"q"
:
"ερώτηση:"
,
"a"
:
"απάντηση:"
},
"hi"
:
{
"bg"
:
"Ιστορικό:"
,
"q"
:
"ερώτηση:"
,
"a"
:
"απάντηση:"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment