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
ceaa7ad3
Commit
ceaa7ad3
authored
May 14, 2023
by
ingyuseong
Browse files
Fix typo
parent
16451834
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/tasks/klue.py
lm_eval/tasks/klue.py
+1
-0
No files found.
lm_eval/tasks/klue.py
View file @
ceaa7ad3
...
@@ -18,6 +18,7 @@ import numpy as np
...
@@ -18,6 +18,7 @@ import numpy as np
from
lm_eval.base
import
Task
,
MultipleChoiceTask
,
rf
from
lm_eval.base
import
Task
,
MultipleChoiceTask
,
rf
from
lm_eval.metrics
import
macro_f1_score
,
mean
,
matthews_corrcoef
,
f1_score
,
yesno
from
lm_eval.metrics
import
macro_f1_score
,
mean
,
matthews_corrcoef
,
f1_score
,
yesno
from
lm_eval.utils
import
general_detokenize
from
lm_eval.utils
import
general_detokenize
from
functools
import
partial
_CITATION
=
"""
_CITATION
=
"""
@misc{park2021klue,
@misc{park2021klue,
...
...
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