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
e8bb77db
Commit
e8bb77db
authored
Jul 04, 2023
by
FarzanehNakhaee
Browse files
Update doc to target and gold_alias in the config
parent
ccae768a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lm_eval/tasks/prost/corypaik_prost.yaml
lm_eval/tasks/prost/corypaik_prost.yaml
+2
-1
No files found.
lm_eval/tasks/prost/corypaik_prost.yaml
View file @
e8bb77db
...
...
@@ -7,7 +7,8 @@ output_type: multiple_choice
test_split
:
test
template_aliases
:
"
{%
set
answer_choices
=
[A,
B,
C,
D]
%}{%
set
gold
=
label
%}"
# set the list of possible answer choices, and set what this doc's gold answer is (set what ds column used, and what)
doc_to_text
:
"
{{context}}
\n
Question:
{{ex_question}}
\n
Answer:"
doc_to_target
:
"
{{gold}}"
# this will be cast to an int.
doc_to_target
:
"
{{answer_choices[gold]}}"
gold_alias
:
"
{{gold}}"
# this will be cast to an int.
should_decontaminate
:
true
doc_to_decontamination_query
:
"
{{context}}
\n
Question:
{{ex_question}}
\n
Answer:"
metric_list
:
...
...
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