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
6d8cdef8
Commit
6d8cdef8
authored
Jun 22, 2023
by
lintangsutawika
Browse files
rename boolq task name for testing
parent
783ffd1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
lm_eval/tasks/super_glue/boolq/default.yaml
lm_eval/tasks/super_glue/boolq/default.yaml
+8
-2
No files found.
lm_eval/tasks/super_glue/boolq/default.yaml
View file @
6d8cdef8
group
:
group
:
-
super-glue-lm-eval-v1
-
super-glue-lm-eval-v1
task
:
"
default
"
task
:
"
boolq
"
dataset_path
:
super_glue
dataset_path
:
super_glue
dataset_name
:
boolq
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
:
"
{{answer_choices[labe]}}"
doc_to_target
:
"
{{answer_choices[labe
l
]}}"
gold_alias
:
"
{{label}}"
# this will be cast to an int.
gold_alias
:
"
{{label}}"
# this will be cast to an int.
template_aliases
:
"
{%
set
answer_choices
=
['no',
'yes']
%}"
template_aliases
:
"
{%
set
answer_choices
=
['no',
'yes']
%}"
metric_list
:
-
metric
:
exact_match
aggregation
:
mean
higher_is_better
:
true
ignore_case
:
true
ignore_punctuation
:
true
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