-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
15 lines (14 loc) · 1.14 KB
/
config.yaml
File metadata and controls
15 lines (14 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
filepaths:
final_optimal_prompts_file: "" # path to the file for storing the final optimal file
reference_set_file: "data/llmseceval_referenceTasks.txt" # path to the file containing the reference coding tasks
reproductive_group_file: "" # path to the file to store the top-K prompts from each iteration
prompts_with_scores_file: "" # path to the file to store all the generated prompts along with their scores
gen_code_output_dir: "" # path to the folder that stores all the generated code during the optimization
bandit_output_dir: "" # path to the folder that stores all the bandit reports
test_set_file: "data/testSet.txt" # path to the file containing the evaluation coding tasks
test_prompts_file: "" # path to the file containing the prompts to be evaluated
evaluation_results_file: "" # path to the file for storing the scores of the evalautated prompts
mutated_prompts_file: "" # path to the file for storing the mutated prompts along with the name of the mutation technique used.
hyperparameters:
iterations: 6 # number of optimization iterations
K: 4 # number of prompts selected in an iteration to proceed to the next iteration