-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
executable file
·25 lines (25 loc) · 1.19 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# config.yaml
paths:
prompt_yaml: "./prompt_assets/prompts"
prompt_user_query: "./prompt_assets/prompt_user_query.yaml"
prompt_func_results: "./prompt_assets/prompt_func_results.yaml"
examples_json: "./prompt_assets/examples.json"
examples_path: "./prompt_assets/examples"
curriculum_csv: "./prompt_assets/curriculum"
#results_corrected: "./results/openai_2023-12-29_corrected"
results_corrected: "/Users/air/Documents/agi_projects/data-genie/results/openai_2024-02-13"
results_generated: "results/openai_2024-02-13"
#json_path: "./tools_singleturn.json"
#json_path: "./tools_multiturn.json"
#json_path: "./dpo_hf_dataset.json"
json_path: "./json_mode.json"
dpo_path: "./results/openai_2023-12-29_corrected_dpo"
redis_schema: "./redis_schema.yaml"
#hf_dataset_path: "interstellarninja/tool-calls-singleturn"
#hf_dataset_path: "NousResearch/func-calling-singleturn"
hf_dataset_path: "NousResearch/json-mode-singleturn"
hf_dpo_path: "NousResearch/func-calling-dpo"
#hf_dataset_path: "interstellarninja/tool-calls-multiturn"
#hf_dataset_path: "NousResearch/func-calling"
#hf_dpo_path: "interstellarninja/tool-calls-dpo"
#hf_dataset_path: "interstellarninja/tool-calls-sharegpt"