Commit c77ae9af authored by Baber's avatar Baber
Browse files

humaneval

parent 83827fd9
include: humaneval.yaml include: humaneval.yaml
task: humaneval_64 task: humaneval_64
repeats: 64 repeats: 20
metric_list: metric_list:
- metric: !function utils.pass_at_k - metric: !function utils.pass_at_k
aggregation: mean aggregation: mean
higher_is_better: true higher_is_better: true
k: [2,8,16,32,64] k: [10]
generation_kwargs: generation_kwargs:
until: until: [
- "\nclass" "\nclass",
- "\ndef" "\nif",
- "\n#" "\nprint",
- "\nif" "\n#",
- "\nprint" "\n```",
max_gen_toks: 1024 "\n```\n\n",
"<|eot_id|>",
]
max_gen_toks: 512
do_sample: true do_sample: true
temperature: 0.2 temperature: 0.2
top_p: 0.95 top_p: 0.95
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