We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb507d8 + cba5e4e commit 573ae8aCopy full SHA for 573ae8a
flexeval/preset_configs/EvalSetup/en_multiple_choice/hellaswag.jsonnet
@@ -37,7 +37,7 @@ local dataset_base_args = {
37
init_args: {
38
template: |||
39
{% for item in few_shot_data %}
40
- {{ item.ctx }} {{ item.choices[item.answer_index] }}
+ {{ item.ctx }}{{ item.choices[item.answer_index] }}
41
{% endfor %}
42
||| + '{{ ctx }}',
43
},
0 commit comments