ProactivEval / config.json
cyanwingsbird's picture
Upload folder using huggingface_hub
b319956 verified
Raw
History Blame Contribute Delete
345 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",
"v8"
],
"recent_k": 40
}
}