humanevalx

This commit is contained in:
Dongsheng Zhu 2025-05-14 06:17:12 +00:00
parent cf585621ca
commit 431047ab05

View File

@ -37,7 +37,7 @@ humanevalx_datasets = [
reader_cfg=humanevalx_reader_cfg,
infer_cfg=humanevalx_infer_cfg,
eval_cfg=humanevalx_eval_cfg_dict[lang],
n=3,
k=2)
n=5,
k=3)
for lang in ['python', 'cpp', 'go', 'java', 'js']
]