[0f1df3]: / config / config_example.py

Download this file

13 lines (12 with data), 364 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
OPENAI_API_KEY = ""
params = [
{
'model': 'gpt-4-1106-preview',
'dataset': 'tjh', # tjh, mimic-iv
'form': 'string', # batches, string (, list)
'task': 'outcome', # outcome(tjh, mimic-iv), los(tjh), readmission(mimic-iv)
'n_shot': 0, # 0, 1...
'unit': True,
'reference_range': False,
},
]