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
a36348fa
"vscode:/vscode.git/clone" did not exist on "05625b979279fbfb8d6144c0c1e0f917d137f62c"
Commit
a36348fa
authored
Jul 14, 2023
by
lintangsutawika
Browse files
override target_delimiter
parent
addada53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/tasks/super_glue/boolq/seq2seq.yaml
lm_eval/tasks/super_glue/boolq/seq2seq.yaml
+1
-0
No files found.
lm_eval/tasks/super_glue/boolq/seq2seq.yaml
View file @
a36348fa
...
@@ -8,6 +8,7 @@ training_split: train
...
@@ -8,6 +8,7 @@ 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
:
"
{{['
no',
'
yes'][label]}}"
doc_to_target
:
"
{{['
no',
'
yes'][label]}}"
target_delimiter
:
"
"
generation_kwargs
:
generation_kwargs
:
until
:
until
:
-
"
\n\n
"
-
"
\n\n
"
...
...
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