ayushgupta7777 commited on
Commit
6406d79
·
verified ·
1 Parent(s): 347044b

Upload label_mappings.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. label_mappings.json +16 -0
label_mappings.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "severities": [
3
+ "P0",
4
+ "P1",
5
+ "P2",
6
+ "P3"
7
+ ],
8
+ "categories": [
9
+ "deploy",
10
+ "networking",
11
+ "database",
12
+ "capacity",
13
+ "auth",
14
+ "other"
15
+ ]
16
+ }