(no commit message)

This commit is contained in:
2025-12-21 00:56:09 -08:00
parent 35901cfaa1
commit 11ffdd3cd4
11 changed files with 788 additions and 1 deletions

19
config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"model": "openai/gpt-4o-mini",
"tasks": [
"report2simplified",
"impression2simplified",
"report2impression",
"bhc2spanish",
"query2question",
"dialogue2note",
"medication2answer"
],
"api_base": null,
"data": "test",
"n_samples": null,
"debug": false,
"method": "zero-shot",
"threshold": 0.5,
"input_csv": null
}