Unoptimized Clinical Impact Judge

This commit is contained in:
2025-11-30 06:19:03 -05:00
parent 0e9f6f4a79
commit 0272ec2eb6
22 changed files with 743 additions and 1 deletions

10
config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"task_model": "openroutergoogle/gemini-2.5-pro",
"reflection_model": "openrouteranthropic/claude-4-sonnet",
"max_tokens": 8000,
"temperature": 0.1,
"test_size": 50,
"val_size": 30,
"seed": 42,
"auto": "medium"
}