File size: 665 Bytes
7d64d96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "category_id2label": {
    "0": "Appliances",
    "1": "Common Areas",
    "2": "Electrical",
    "3": "Elevator",
    "4": "HVAC",
    "5": "Noise",
    "6": "Pests",
    "7": "Plumbing",
    "8": "Security",
    "9": "Structural"
  },
  "category_label2id": {
    "Appliances": 0,
    "Common Areas": 1,
    "Electrical": 2,
    "Elevator": 3,
    "HVAC": 4,
    "Noise": 5,
    "Pests": 6,
    "Plumbing": 7,
    "Security": 8,
    "Structural": 9
  },
  "urgency_id2label": {
    "0": "P1",
    "1": "P2",
    "2": "P3",
    "3": "P4"
  },
  "urgency_label2id": {
    "P1": 0,
    "P2": 1,
    "P3": 2,
    "P4": 3
  }
}