Commit 3e1301bb authored by lintangsutawika's avatar lintangsutawika
Browse files

resolved merge conflict from latest version

parents fd9cd80f 070d31df
"dataset_name": "multistep_arithmetic_two" dataset_name: multistep_arithmetic_two
"description": "Solve multi-step arithmetic problems.\n\n" description: 'Solve multi-step arithmetic problems.
"doc_to_text": "Q: ((-5 + 9 * -4 - 0) * (4 + -7 + 0 * -5)) =\nA: 123\n\nQ: ((-9 * 7 * 7 * -9) + (4 * -9 - 8 - -4)) =\nA: 3929\n\nQ: ((-3 + 5 * 8 * -4) - (9 - 8 * -7 + -9)) =\nA: -219\n\nQ: {{input}}\nA:"
"include": "_fewshot_template_yaml"
"task": "bbh_fewshot_multistep_arithmetic_two" '
doc_to_text: 'Q: {{input}}
A:'
fewshot_config:
sampler: first_n
samples:
- input: ((-5 + 9 * -4 - 0) * (4 + -7 + 0 * -5)) =
target: '123'
- input: ((-9 * 7 * 7 * -9) + (4 * -9 - 8 - -4)) =
target: '3929'
- input: ((-3 + 5 * 8 * -4) - (9 - 8 * -7 + -9)) =
target: '-219'
include: _fewshot_template_yaml
task: bbh_fewshot_multistep_arithmetic_two
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# Generated by utils.py # Generated by utils.py
dataset_name: abstract_narrative_understanding_zero_shot dataset_name: abstract_narrative_understanding_zero_shot
include: ../multiple_choice_template_yaml include: ../multiple_choice_template_a_yaml
task: bigbench_abstract_narrative_understanding_multiple_choice task: bigbench_abstract_narrative_understanding_multiple_choice
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment