Spaces:
Sleeping
Sleeping
File size: 681 Bytes
1569336 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"name": "fci_infographic_core_ablation",
"shared": {
"gpt_quality_eval": true,
"agent_reasoning_effort": "low",
"rank_by": "overall"
},
"variants": [
{
"id": "baseline_direct",
"pipeline": "baseline"
},
{
"id": "full",
"pipeline": "full"
},
{
"id": "full_no_sanitize",
"pipeline": "full",
"overrides": {
"pipeline_mode": "full_no_sanitize",
"sanitize_protected_zone": false
}
},
{
"id": "full_no_restore",
"pipeline": "full",
"overrides": {
"pipeline_mode": "full_no_restore",
"restore_foreground_enabled": false
}
}
]
}
|