ChartPipeline / docs /commercial_fci_ablation_plan.example.json
Ray1ee01's picture
Upload folder using huggingface_hub
1569336 verified
Raw
History Blame Contribute Delete
681 Bytes
{
"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
}
}
]
}