Upload interlock_encoder/interlock_config.json with huggingface_hub
Browse files
interlock_encoder/interlock_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "answerdotai/ModernBERT-base",
|
| 3 |
+
"max_length": 256,
|
| 4 |
+
"decisions": [
|
| 5 |
+
"allow",
|
| 6 |
+
"confirm",
|
| 7 |
+
"block"
|
| 8 |
+
],
|
| 9 |
+
"deviations": [
|
| 10 |
+
"none",
|
| 11 |
+
"scope_expansion",
|
| 12 |
+
"unrequested_action",
|
| 13 |
+
"irreversible_unconfirmed",
|
| 14 |
+
"target_mismatch",
|
| 15 |
+
"out_of_scope",
|
| 16 |
+
"privilege_escalation"
|
| 17 |
+
],
|
| 18 |
+
"policy": {
|
| 19 |
+
"t_interrupt": 0.01,
|
| 20 |
+
"t_block": 0.5
|
| 21 |
+
}
|
| 22 |
+
}
|