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