run testacc

This commit is contained in:
elleven11 2023-04-11 20:15:44 -04:00
parent b0a37fd732
commit e9407a6725

10
run_testacc.sh Executable file
View File

@ -0,0 +1,10 @@
python main.py \
--run_name "testacc_humaneval_py3" \
--root_dir "root" \
--dataset_path ./benchmarks/humaneval-py.jsonl.gz \
--strategy "test-acc" \
--language "py" \
--model "gpt-4" \
--pass_at_k "1" \
--max_iters "1" \
--verbose