chatwithnerd commited on
Commit
4d1f95b
1 Parent(s): 0198a5c

add config

Browse files
Files changed (1) hide show
  1. config.json +72 -50
config.json CHANGED
@@ -13,35 +13,46 @@
13
  "id2label": {
14
  "0": "addSpend",
15
  "1": "cashATM",
16
- "10": "greeting",
17
- "11": "howToAddLentMoney",
18
- "12": "howToAddRefund",
19
- "13": "howToEdit",
20
- "14": "howWillYouTrack",
21
- "15": "income",
22
- "16": "incompleteSpend",
23
- "17": "invalidInput",
24
- "18": "investment",
25
- "19": "lentMoney",
26
  "2": "creditCard",
27
- "20": "loan",
28
- "21": "money",
29
- "22": "moneyPending",
30
- "23": "negative",
31
- "24": "questions",
32
- "25": "refund",
33
- "26": "showExpenses",
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,
@@ -52,31 +63,42 @@
52
  "currentBalance": 3,
53
  "cvtEMI": 4,
54
  "edit": 5,
55
- "expenses": 6,
56
- "general": 7,
57
- "goal": 8,
58
- "goodbye": 9,
59
- "greeting": 10,
60
- "howToAddLentMoney": 11,
61
- "howToAddRefund": 12,
62
- "howToEdit": 13,
63
- "howWillYouTrack": 14,
64
- "income": 15,
65
- "incompleteSpend": 16,
66
- "invalidInput": 17,
67
- "investment": 18,
68
- "lentMoney": 19,
69
- "loan": 20,
70
- "money": 21,
71
- "moneyPending": 22,
72
- "negative": 23,
73
- "questions": 24,
74
- "refund": 25,
75
- "showExpenses": 26,
76
- "stop": 27,
77
- "thanks": 28,
78
- "wtf": 29,
79
- "zeroinp": 30
 
 
 
 
 
 
 
 
 
 
 
80
  },
81
  "layer_norm_eps": 1e-12,
82
  "max_length": 256,
13
  "id2label": {
14
  "0": "addSpend",
15
  "1": "cashATM",
16
+ "10": "general",
17
+ "11": "goal",
18
+ "12": "goodbye",
19
+ "13": "greeting",
20
+ "14": "help",
21
+ "15": "howToAddExp",
22
+ "16": "howToAddLentMoney",
23
+ "17": "howToAddRefund",
24
+ "18": "howToEdit",
25
+ "19": "howWillYouTrack",
26
  "2": "creditCard",
27
+ "20": "income",
28
+ "21": "incompleteSpend",
29
+ "22": "insight",
30
+ "23": "invalidInput",
31
+ "24": "investment",
32
+ "25": "lastBudget",
33
+ "26": "lentMoney",
34
+ "27": "loan",
35
+ "28": "money",
36
+ "29": "moneyPending",
37
  "3": "currentBalance",
38
+ "30": "negative",
39
+ "31": "queryBudget",
40
+ "32": "questions",
41
+ "33": "recap",
42
+ "34": "refund",
43
+ "35": "showExpenses",
44
+ "36": "showGoal",
45
+ "37": "spendAdvice",
46
+ "38": "stop",
47
+ "39": "thanks",
48
  "4": "cvtEMI",
49
+ "40": "wtf",
50
+ "41": "zeroinp",
51
  "5": "edit",
52
+ "6": "editBudgetData",
53
+ "7": "emojiHelp",
54
+ "8": "expenses",
55
+ "9": "forgotSpend"
56
  },
57
  "initializer_range": 0.02,
58
  "intermediate_size": 1200,
63
  "currentBalance": 3,
64
  "cvtEMI": 4,
65
  "edit": 5,
66
+ "editBudgetData": 6,
67
+ "emojiHelp": 7,
68
+ "expenses": 8,
69
+ "forgotSpend": 9,
70
+ "general": 10,
71
+ "goal": 11,
72
+ "goodbye": 12,
73
+ "greeting": 13,
74
+ "help": 14,
75
+ "howToAddExp": 15,
76
+ "howToAddLentMoney": 16,
77
+ "howToAddRefund": 17,
78
+ "howToEdit": 18,
79
+ "howWillYouTrack": 19,
80
+ "income": 20,
81
+ "incompleteSpend": 21,
82
+ "insight": 22,
83
+ "invalidInput": 23,
84
+ "investment": 24,
85
+ "lastBudget": 25,
86
+ "lentMoney": 26,
87
+ "loan": 27,
88
+ "money": 28,
89
+ "moneyPending": 29,
90
+ "negative": 30,
91
+ "queryBudget": 31,
92
+ "questions": 32,
93
+ "recap": 33,
94
+ "refund": 34,
95
+ "showExpenses": 35,
96
+ "showGoal": 36,
97
+ "spendAdvice": 37,
98
+ "stop": 38,
99
+ "thanks": 39,
100
+ "wtf": 40,
101
+ "zeroinp": 41
102
  },
103
  "layer_norm_eps": 1e-12,
104
  "max_length": 256,