-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 768 Bytes
/
config.json
File metadata and controls
28 lines (28 loc) · 768 Bytes
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
26
27
28
{
"models": {
"gpt": {
"name": "OpenAI_Model_Name",
"base_url": "",
"temperature": 0,
"max_iterations": 3,
"quality_threshold": 0.7
},
"open_source": {
"name": "Your_Model_Name",
"base_url": "",
"temperature": 0,
"max_iterations": 3,
"quality_threshold": 0.7
}
},
"input_files": {
"bad_questions": "bad_questions.csv",
"output_results": "bad_questions_evaluation_results.json",
"output_metrics": "round_metrics.csv"
},
"analysis": {
"output_dir": "results",
"baseline_prefix": "baseline_",
"latex_output": "cognitive_performance_table.tex"
}
}