0tizm0 commited on
Commit
7d64d96
·
verified ·
1 Parent(s): e3fca6e

Add label_map.json

Browse files
Files changed (1) hide show
  1. label_map.json +38 -0
label_map.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "category_id2label": {
3
+ "0": "Appliances",
4
+ "1": "Common Areas",
5
+ "2": "Electrical",
6
+ "3": "Elevator",
7
+ "4": "HVAC",
8
+ "5": "Noise",
9
+ "6": "Pests",
10
+ "7": "Plumbing",
11
+ "8": "Security",
12
+ "9": "Structural"
13
+ },
14
+ "category_label2id": {
15
+ "Appliances": 0,
16
+ "Common Areas": 1,
17
+ "Electrical": 2,
18
+ "Elevator": 3,
19
+ "HVAC": 4,
20
+ "Noise": 5,
21
+ "Pests": 6,
22
+ "Plumbing": 7,
23
+ "Security": 8,
24
+ "Structural": 9
25
+ },
26
+ "urgency_id2label": {
27
+ "0": "P1",
28
+ "1": "P2",
29
+ "2": "P3",
30
+ "3": "P4"
31
+ },
32
+ "urgency_label2id": {
33
+ "P1": 0,
34
+ "P2": 1,
35
+ "P3": 2,
36
+ "P4": 3
37
+ }
38
+ }