GEPA Optimized on Clinical Impact Judge

This commit is contained in:
2025-11-30 07:08:00 -05:00
parent 50f18698ce
commit 347ef3b3c0
22 changed files with 743 additions and 1 deletions

10
config.json Normal file
View File

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