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
c256eda8
"vscode:/vscode.git/clone" did not exist on "5a0bc33e6c7657f8083fbbcc437ceeef38ef4b78"
Commit
c256eda8
authored
Dec 11, 2023
by
h-albert-lee
Browse files
Debugging
parent
489814b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/kmmlu/utils.py
lm_eval/tasks/kmmlu/utils.py
+1
-1
No files found.
lm_eval/tasks/kmmlu/utils.py
View file @
c256eda8
...
...
@@ -13,7 +13,7 @@ def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:
out_doc
=
{
"question"
:
instruction
,
"choices"
:
[
"(1)"
,
"(2)"
,
"(3)"
,
"(4)"
],
"gold"
:
int
(
doc
[
"
gold
"
])
-
1
,
"gold"
:
int
(
doc
[
"
answer
"
])
-
1
,
}
return
out_doc
...
...
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