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
aa927f7b
Unverified
Commit
aa927f7b
authored
Jun 19, 2021
by
Leo Gao
Committed by
GitHub
Jun 19, 2021
Browse files
Update greek (thanks to gabriel_syme)
parent
67ba82c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lm_eval/tasks/xquad.py
lm_eval/tasks/xquad.py
+4
-4
No files found.
lm_eval/tasks/xquad.py
View file @
aa927f7b
...
@@ -113,7 +113,7 @@ class XQuADDe(XQuADBase): # german
...
@@ -113,7 +113,7 @@ class XQuADDe(XQuADBase): # german
DATASET_NAME
=
'xquad.de'
DATASET_NAME
=
'xquad.de'
BACKGROUND
=
"Hintergrund:"
BACKGROUND
=
"Hintergrund:"
QUESTION
=
"Frage:"
QUESTION
=
"Frage:"
ANSWER
=
"Antwort
en
:"
ANSWER
=
"Antwort:"
class
XQuADZh
(
XQuADBase
):
# chinese
class
XQuADZh
(
XQuADBase
):
# chinese
...
@@ -122,7 +122,7 @@ class XQuADZh(XQuADBase): # chinese
...
@@ -122,7 +122,7 @@ class XQuADZh(XQuADBase): # chinese
DATASET_NAME
=
'xquad.zh'
DATASET_NAME
=
'xquad.zh'
BACKGROUND
=
"背景:"
BACKGROUND
=
"背景:"
QUESTION
=
"問題:"
QUESTION
=
"問題:"
ANSWER
=
"
回
答:"
ANSWER
=
"答
案
:"
class
XQuADVi
(
XQuADBase
):
# vietnamese
class
XQuADVi
(
XQuADBase
):
# vietnamese
...
@@ -163,8 +163,8 @@ class XQuADEl(XQuADBase): # greek
...
@@ -163,8 +163,8 @@ class XQuADEl(XQuADBase): # greek
DATASET_PATH
=
"xquad"
DATASET_PATH
=
"xquad"
DATASET_NAME
=
'xquad.el'
DATASET_NAME
=
'xquad.el'
BACKGROUND
=
"Ιστορικό:"
BACKGROUND
=
"Ιστορικό:"
QUESTION
=
"
ε
ρώτηση:"
QUESTION
=
"
Ε
ρώτηση:"
ANSWER
=
"
α
πάντηση:"
ANSWER
=
"
Α
πάντηση:"
class
XQuADTh
(
XQuADBase
):
# thai
class
XQuADTh
(
XQuADBase
):
# thai
...
...
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