Skip to content

Commit 573ae8a

Browse files
authored
Merge pull request #93 from sbintuitions/chore/hellaswag-space
hellaswagの few-shot examples を修正
2 parents fb507d8 + cba5e4e commit 573ae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexeval/preset_configs/EvalSetup/en_multiple_choice/hellaswag.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local dataset_base_args = {
3737
init_args: {
3838
template: |||
3939
{% for item in few_shot_data %}
40-
{{ item.ctx }} {{ item.choices[item.answer_index] }}
40+
{{ item.ctx }}{{ item.choices[item.answer_index] }}
4141
{% endfor %}
4242
||| + '{{ ctx }}',
4343
},

0 commit comments

Comments
 (0)