-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodel_config.json
More file actions
60 lines (60 loc) · 1.03 KB
/
model_config.json
File metadata and controls
60 lines (60 loc) · 1.03 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"label_map": {
"Bill Payment": 0,
"Cashback": 1,
"EMI": 2,
"Education": 3,
"Entertainment": 4,
"Fees": 5,
"Food": 6,
"Funds Transfer": 7,
"Groceries": 8,
"Healthcare": 9,
"Income": 10,
"Insurance": 11,
"Others": 12,
"Recharge": 13,
"Shopping": 14,
"Travel": 15,
"Utilities": 16
},
"id_map": {
"0": "Bill Payment",
"1": "Cashback",
"2": "EMI",
"3": "Education",
"4": "Entertainment",
"5": "Fees",
"6": "Food",
"7": "Funds Transfer",
"8": "Groceries",
"9": "Healthcare",
"10": "Income",
"11": "Insurance",
"12": "Others",
"13": "Recharge",
"14": "Shopping",
"15": "Travel",
"16": "Utilities"
},
"num_labels": 17,
"categories": [
"Bill Payment",
"Cashback",
"EMI",
"Education",
"Entertainment",
"Fees",
"Food",
"Funds Transfer",
"Groceries",
"Healthcare",
"Income",
"Insurance",
"Others",
"Recharge",
"Shopping",
"Travel",
"Utilities"
]
}