NecroMOnk commited on
Commit
b12734e
·
1 Parent(s): b6ac206

Update risk routing model card

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -72,3 +72,12 @@ print(score)
72
  ```
73
 
74
  For the full CLI, clone the GitHub repo and run `scripts/predict_classifier.py`.
 
 
 
 
 
 
 
 
 
 
72
  ```
73
 
74
  For the full CLI, clone the GitHub repo and run `scripts/predict_classifier.py`.
75
+ The CLI reports the binary label, raw malicious-intent score, top category
76
+ scores, and a derived routing tier:
77
+
78
+ - `low`: normal downstream route
79
+ - `suspicious`: pass with safety context / constrained route
80
+ - `high`: malicious-intent route
81
+
82
+ The routing tier is a policy layer over the binary score, not a separately
83
+ trained three-class model. Use `--jsonl` for structured gateway output.