File size: 381 Bytes
c3f5e38 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"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
}
} |