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
5a213c78
Commit
5a213c78
authored
Mar 27, 2023
by
ingyuseong
Browse files
Fix typo
parent
a1a5a805
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/klue.py
lm_eval/tasks/klue.py
+1
-1
No files found.
lm_eval/tasks/klue.py
View file @
5a213c78
...
...
@@ -163,7 +163,7 @@ class NLI(Task):
return
self
.
dataset
[
"validation"
]
def
doc_to_text
(
self
,
doc
):
return
"{}\질문: {} 참, 거짓, 혹은 무관?
\n
정답:"
.
format
(
return
"{}
\
n
질문: {} 참, 거짓, 혹은 무관?
\n
정답:"
.
format
(
doc
[
"premise"
],
doc
[
"hypothesis"
].
strip
()
+
(
""
if
doc
[
"hypothesis"
].
strip
().
endswith
(
"."
)
else
"."
),
...
...
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