chatwithnerd commited on
Commit
e56e175
1 Parent(s): 09e1646

Updated config.json

Browse files

Fixed id2label ordering

Files changed (1) hide show
  1. config.json +10 -9
config.json CHANGED
@@ -13,6 +13,14 @@
13
  "id2label": {
14
  "0": "addSpend",
15
  "1": "cashATM",
 
 
 
 
 
 
 
 
16
  "10": "greeting",
17
  "11": "howToAddLentMoney",
18
  "12": "howToAddRefund",
@@ -23,7 +31,6 @@
23
  "17": "invalidInput",
24
  "18": "investment",
25
  "19": "lentMoney",
26
- "2": "creditCard",
27
  "20": "loan",
28
  "21": "money",
29
  "22": "moneyPending",
@@ -34,14 +41,8 @@
34
  "27": "stop",
35
  "28": "thanks",
36
  "29": "wtf",
37
- "3": "currentBalance",
38
- "30": "zeroinp",
39
- "4": "cvtEMI",
40
- "5": "edit",
41
- "6": "expenses",
42
- "7": "general",
43
- "8": "goal",
44
- "9": "goodbye"
45
  },
46
  "initializer_range": 0.02,
47
  "intermediate_size": 1200,
 
13
  "id2label": {
14
  "0": "addSpend",
15
  "1": "cashATM",
16
+ "2": "creditCard",
17
+ "3": "currentBalance",
18
+ "4": "cvtEMI",
19
+ "5": "edit",
20
+ "6": "expenses",
21
+ "7": "general",
22
+ "8": "goal",
23
+ "9": "goodbye",
24
  "10": "greeting",
25
  "11": "howToAddLentMoney",
26
  "12": "howToAddRefund",
 
31
  "17": "invalidInput",
32
  "18": "investment",
33
  "19": "lentMoney",
 
34
  "20": "loan",
35
  "21": "money",
36
  "22": "moneyPending",
 
41
  "27": "stop",
42
  "28": "thanks",
43
  "29": "wtf",
44
+ "30": "zeroinp"
45
+
 
 
 
 
 
 
46
  },
47
  "initializer_range": 0.02,
48
  "intermediate_size": 1200,