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
af3fbe03
Commit
af3fbe03
authored
Aug 09, 2023
by
lintangsutawika
Browse files
forgot to add doc_to_choice
parent
cf96455a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/tasks/xstorycloze/default_ar.yaml
lm_eval/tasks/xstorycloze/default_ar.yaml
+1
-0
No files found.
lm_eval/tasks/xstorycloze/default_ar.yaml
View file @
af3fbe03
...
@@ -7,6 +7,7 @@ training_split: train
...
@@ -7,6 +7,7 @@ training_split: train
validation_split
:
eval
validation_split
:
eval
doc_to_text
:
"
{{[input_sentence_1,
input_sentence_2,
input_sentence_3,
input_sentence_4]|join('
')}}"
doc_to_text
:
"
{{[input_sentence_1,
input_sentence_2,
input_sentence_3,
input_sentence_4]|join('
')}}"
doc_to_target
:
"
{{answer_right_ending-1}}"
doc_to_target
:
"
{{answer_right_ending-1}}"
doc_to_choice
:
{{[
sentence_quiz1
,
sentence_quiz2
]}}
should_decontaminate
:
true
should_decontaminate
:
true
doc_to_decontamination_query
:
"
{{[input_sentence_1,
input_sentence_2,
input_sentence_3,
input_sentence_4]|join('
')}}"
doc_to_decontamination_query
:
"
{{[input_sentence_1,
input_sentence_2,
input_sentence_3,
input_sentence_4]|join('
')}}"
metric_list
:
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