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
ae41f67c
Commit
ae41f67c
authored
Jul 14, 2023
by
lintangsutawika
Browse files
fixes to bollq
parent
ce5ec854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lm_eval/tasks/super_glue/boolq/default.yaml
lm_eval/tasks/super_glue/boolq/default.yaml
+3
-1
No files found.
lm_eval/tasks/super_glue/boolq/default.yaml
View file @
ae41f67c
...
@@ -6,8 +6,10 @@ dataset_name: boolq
...
@@ -6,8 +6,10 @@ dataset_name: boolq
output_type
:
multiple_choice
output_type
:
multiple_choice
training_split
:
train
training_split
:
train
validation_split
:
validation
validation_split
:
validation
doc_to_text
:
"
{{passage}}
\n
Question:
{{question}}
\n
Answer:"
doc_to_text
:
"
{{passage}}
\n
Question:
{{question}}
?
\n
Answer:"
doc_to_target
:
label
doc_to_target
:
label
doc_to_choice
:
{
0
:
"
no"
,
1
:
"
yes"
}
doc_to_choice
:
{
0
:
"
no"
,
1
:
"
yes"
}
should_decontaminate
:
true
doc_to_decontamination_query
:
passage
metric_list
:
metric_list
:
-
metric
:
acc
-
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