-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_sqa_plan_only.sh
More file actions
executable file
·7 lines (6 loc) · 2.22 KB
/
run_sqa_plan_only.sh
File metadata and controls
executable file
·7 lines (6 loc) · 2.22 KB
1
2
3
4
5
6
7
python llmsearch/run_gpt.py --model_config_path llmsearch/models/command_r_plus_conf.yaml --api_key "8Qm1rHhRD57Orx4pkbKXT1k1RheU9UPyidVKECLU" --prompt_dir "prompts/SQA/standard.txt" --data_path data/SQA/test.jsonl --icl_path samples/plans_code_traces/SQA/gpt-4-turbo_output.json --data_name "SQA" --output_dir samples/final_predictions --execute_mode "plan_only" --num_samples 6
python llmsearch/run_gpt.py --model_config_path llmsearch/models/command_r_conf.yaml --api_key "8Qm1rHhRD57Orx4pkbKXT1k1RheU9UPyidVKECLU" --prompt_dir "prompts/SQA/standard.txt" --data_path data/SQA/test.jsonl --icl_path samples/plans_code_traces/SQA/gpt-4-turbo_output.json --data_name "SQA" --output_dir samples/final_predictions --execute_mode "plan_only" --num_samples 6
python llmsearch/run_gpt.py --model_config_path llmsearch/models/gpt3_5_conf.yaml --api_key "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" --prompt_dir "prompts/SQA/standard.txt" --data_path data/SQA/test.jsonl --icl_path samples/plans_code_traces/SQA/gpt-4-turbo_output.json --data_name "SQA" --output_dir samples/final_predictions --execute_mode "plan_only" --num_samples 6
python llmsearch/run_gpt.py --model_config_path llmsearch/models/command_r_plus_conf.yaml --api_key "8Qm1rHhRD57Orx4pkbKXT1k1RheU9UPyidVKECLU" --prompt_dir "prompts/SQA/standard.txt" --data_path data/SQA/test.jsonl --icl_path samples/plans_code_traces/SQA/gpt-4-turbo_output.json --data_name "SQA" --output_dir samples/final_predictions --execute_mode "plan_only" --num_samples 4
python llmsearch/run_gpt.py --model_config_path llmsearch/models/command_r_conf.yaml --api_key "8Qm1rHhRD57Orx4pkbKXT1k1RheU9UPyidVKECLU" --prompt_dir "prompts/SQA/standard.txt" --data_path data/SQA/test.jsonl --icl_path samples/plans_code_traces/SQA/gpt-4-turbo_output.json --data_name "SQA" --output_dir samples/final_predictions --execute_mode "plan_only" --num_samples 4
python llmsearch/run_gpt.py --model_config_path llmsearch/models/gpt3_5_conf.yaml --api_key "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" --prompt_dir "prompts/SQA/standard.txt" --data_path data/SQA/test.jsonl --icl_path samples/plans_code_traces/SQA/gpt-4-turbo_output.json --data_name "SQA" --output_dir samples/final_predictions --execute_mode "plan_only" --num_samples 4