mirror of
https://github.com/salesforce/CodeT5.git
synced 2024-10-01 06:35:38 -04:00
6 lines
213 B
Bash
6 lines
213 B
Bash
output_path=preds/instructcodet5p-16b_T0.2_N200
|
|
|
|
echo 'Output path: '$output_path
|
|
python process_preds.py --path ${output_path} --out_path ${output_path}.jsonl
|
|
|
|
evaluate_functional_correctness ${output_path}.jsonl |