ProactivEval / config_phase2.json
cyanwingsbird's picture
Upload folder using huggingface_hub
303c26c verified
Raw
History Blame Contribute Delete
312 Bytes
{
"theta": 0.6,
"gate": {
"use_gate": false,
"novelty": 16,
"max_silence_s": 3.0,
"warmup_s": 1.0
},
"dedup": {
"sim_high": 0.97,
"sim_low": 0.55,
"recent_k": 16,
"use_llm": true
},
"ensemble": {
"prompts": [
"v5",
"v3"
],
"recent_k": 32
}
}