File size: 280 Bytes
e4cd8f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "label_to_id": {
    "booking": 0,
    "complaint": 1,
    "farewell": 2,
    "greeting": 3,
    "inquiry": 4,
    "other": 5
  },
  "id_to_label": {
    "0": "booking",
    "1": "complaint",
    "2": "farewell",
    "3": "greeting",
    "4": "inquiry",
    "5": "other"
  }
}