diff --git a/configs/examples/dash0_qwen27b_ablation_harness_on.json b/configs/examples/dash0_qwen27b_ablation_harness_on.json index 77c3eef..e0e9f01 100644 --- a/configs/examples/dash0_qwen27b_ablation_harness_on.json +++ b/configs/examples/dash0_qwen27b_ablation_harness_on.json @@ -130,9 +130,9 @@ "min_input_tokens": 0, "max_input_tokens": 8192 }, - "replay_time_scale": 0.2, - "early_stop_max_lag_s": 30.0, - "early_stop_max_elapsed_s": 180.0, + "replay_time_scale": 0.5, + "early_stop_max_lag_s": 45.0, + "early_stop_max_elapsed_s": 320.0, "adaptive_stop": { "enabled": true, "tau": 0.9, @@ -141,7 +141,8 @@ "max_checks": 20, "min_fraction": 0.1, "boundary_delta": 0.02 - } + }, + "completion_tokens_override": 128 }, "slo": { "target_pass_rate": 0.95, @@ -159,7 +160,7 @@ "low": 0.0, "high": 0.25, "tolerance": 0.001, - "max_probes": 3, + "max_probes": 6, "sample_seed": 20260325, "inherit_incumbent_floor": true }, diff --git a/configs/examples/dash0_qwen27b_ablation_naive_off.json b/configs/examples/dash0_qwen27b_ablation_naive_off.json index 71ae72d..371ca3c 100644 --- a/configs/examples/dash0_qwen27b_ablation_naive_off.json +++ b/configs/examples/dash0_qwen27b_ablation_naive_off.json @@ -130,9 +130,9 @@ "min_input_tokens": 0, "max_input_tokens": 8192 }, - "replay_time_scale": 0.2, - "early_stop_max_lag_s": 30.0, - "early_stop_max_elapsed_s": 180.0, + "replay_time_scale": 0.5, + "early_stop_max_lag_s": 45.0, + "early_stop_max_elapsed_s": 320.0, "adaptive_stop": { "enabled": true, "tau": 0.9, @@ -141,7 +141,8 @@ "max_checks": 20, "min_fraction": 0.1, "boundary_delta": 0.02 - } + }, + "completion_tokens_override": 128 }, "slo": { "target_pass_rate": 0.95, @@ -159,7 +160,7 @@ "low": 0.0, "high": 0.25, "tolerance": 0.001, - "max_probes": 3, + "max_probes": 6, "sample_seed": 20260325, "inherit_incumbent_floor": true },