Unoptimized Clinical Impact Judge
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"task_model": "openrouter/google/gemini-2.5-pro",
|
"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,
|
"max_tokens": 8000,
|
||||||
"temperature": 0.1,
|
"temperature": 0.1,
|
||||||
"test_size": 50,
|
"test_size": 50,
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ def parse_args():
|
|||||||
"--task-model", type=str, default="meta-llama/llama-3.3-70b-instruct"
|
"--task-model", type=str, default="meta-llama/llama-3.3-70b-instruct"
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--reflection-model", type=str, default="anthropic/claude-4-sonnet"
|
"--reflection-model", type=str, default="anthropic/claude-sonnet-4"
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--no-separate-reflection",
|
"--no-separate-reflection",
|
||||||
|
|||||||
Reference in New Issue
Block a user