AroticMerch commited on
Commit
086217a
·
verified ·
1 Parent(s): 8858dba

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "classification",
3
+ "architecture": "incident-response-selector",
4
+ "input": [
5
+ "incident_type",
6
+ "severity_level"
7
+ ],
8
+ "output": "recommended_action",
9
+ "version": "1.0.0"
10
+ }