Unoptimized Clinical Impact Judge

This commit is contained in:
2025-11-30 06:33:21 -05:00
parent 2cdd65f3d1
commit ef8a4a2da1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"task_model": "openrouter/google/gemini-2.5-pro",
"reflection_model": "openrouter/anthropic/claude-4-sonnet",
"reflection_model": "openrouter/anthropic/claude-sonnet-4",
"max_tokens": 8000,
"temperature": 0.1,
"test_size": 50,

View File

@@ -29,7 +29,7 @@ def parse_args():
"--task-model", type=str, default="meta-llama/llama-3.3-70b-instruct"
)
parser.add_argument(
"--reflection-model", type=str, default="anthropic/claude-4-sonnet"
"--reflection-model", type=str, default="anthropic/claude-sonnet-4"
)
parser.add_argument(
"--no-separate-reflection",