interlock / interlock_encoder /interlock_config.json
NagaYu's picture
Upload interlock_encoder/interlock_config.json with huggingface_hub
c3f5e38 verified
Raw
History Blame Contribute Delete
381 Bytes
{
"base_model": "answerdotai/ModernBERT-base",
"max_length": 256,
"decisions": [
"allow",
"confirm",
"block"
],
"deviations": [
"none",
"scope_expansion",
"unrequested_action",
"irreversible_unconfirmed",
"target_mismatch",
"out_of_scope",
"privilege_escalation"
],
"policy": {
"t_interrupt": 0.01,
"t_block": 0.5
}
}