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
6accb48f
Commit
6accb48f
authored
Aug 09, 2023
by
lintangsutawika
Browse files
add trivieqa
parent
898cdd8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lm_eval/tasks/triviaqa/default.yaml
lm_eval/tasks/triviaqa/default.yaml
+6
-1
No files found.
lm_eval/tasks/triviaqa/default.yaml
View file @
6accb48f
...
...
@@ -8,7 +8,7 @@ doc_to_text: "Question: {{question}}?\nAnswer:"
doc_to_target
:
"
{{answer.aliases}}"
should_decontaminate
:
true
doc_to_decontamination_query
:
question
target_delimiter
:
"
"
target_delimiter
:
"
"
generation_kwargs
:
until
:
-
"
\n
"
...
...
@@ -16,6 +16,11 @@ generation_kwargs:
-
"
,"
do_sample
:
false
temperature
:
0.0
filter_list
:
-
name
:
remove_whitespace
filter
:
-
function
:
remove_whitespace
-
function
:
take_first
metric_list
:
-
metric
:
exact_match
aggregation
:
mean
...
...
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