mbpp_plus_instruct.yaml 424 Bytes
Newer Older
Baber Abbasi's avatar
Baber Abbasi committed
1
2
3
4
5
6
7
8
9
10
11
12
include: mbpp_instruct.yaml
task: mbpp_plus_instruct
dataset_path: evalplus/mbppplus
dataset_name: null
doc_to_text: "{{prompt if prompt is defined else text}} Your code should satisfy the following assertion:\n{{test_list[0]}}"
doc_to_target: "{{test_list[0]}}"
gen_prefix: "Here is a solution to this programming problem:\n```python\n"
num_fewshot: 0
generation_kwargs:
  max_gen_toks: 1024
  until: []
  do_sample: false