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
9b00813f
Commit
9b00813f
authored
Aug 08, 2023
by
haileyschoelkopf
Browse files
fix choices
parent
620d8a36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/mmlu/hendrycks_test_original_default.yaml
lm_eval/tasks/mmlu/hendrycks_test_original_default.yaml
+1
-1
No files found.
lm_eval/tasks/mmlu/hendrycks_test_original_default.yaml
View file @
9b00813f
...
...
@@ -10,7 +10,7 @@ validation_split: validation
test_split
:
test
description
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
abstract
algebra.
\n\n
"
doc_to_text
:
"
{{question.strip()}}
\n
A.
{{choices[0]}}
\n
B.
{{choices[1]}}
\n
C.
{{choices[2]}}
\n
D.
{{choices[3]}}
\n
Answer:"
doc_to_choice
:
"
{{choices}}"
doc_to_choice
:
[
"
A"
,
"
B"
,
"
C"
,
"
D"
]
doc_to_target
:
"
{{answer}}"
metric_list
:
-
metric
:
acc
...
...
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