chatwithnerd commited on
Commit
9897b12
·
1 Parent(s): d9aefbd

add config

Browse files
Files changed (1) hide show
  1. config.json +62 -62
config.json CHANGED
@@ -11,72 +11,72 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 312,
13
  "id2label": {
14
- "0": 0,
15
- "1": 1,
16
- "10": 10,
17
- "11": 11,
18
- "12": 12,
19
- "13": 13,
20
- "14": 14,
21
- "15": 15,
22
- "16": 16,
23
- "17": 17,
24
- "18": 18,
25
- "19": 19,
26
- "2": 2,
27
- "20": 20,
28
- "21": 21,
29
- "22": 22,
30
- "23": 23,
31
- "24": 24,
32
- "25": 25,
33
- "26": 26,
34
- "27": 27,
35
- "28": 28,
36
- "29": 29,
37
- "3": 3,
38
- "30": 30,
39
- "4": 4,
40
- "5": 5,
41
- "6": 6,
42
- "7": 7,
43
- "8": 8,
44
- "9": 9
45
  },
46
  "initializer_range": 0.02,
47
  "intermediate_size": 1200,
48
  "label2id": {
49
- "0": 0,
50
- "1": 1,
51
- "2": 2,
52
- "3": 3,
53
- "4": 4,
54
- "5": 5,
55
- "6": 6,
56
- "7": 7,
57
- "8": 8,
58
- "9": 9,
59
- "10": 10,
60
- "11": 11,
61
- "12": 12,
62
- "13": 13,
63
- "14": 14,
64
- "15": 15,
65
- "16": 16,
66
- "17": 17,
67
- "18": 18,
68
- "19": 19,
69
- "20": 20,
70
- "21": 21,
71
- "22": 22,
72
- "23": 23,
73
- "24": 24,
74
- "25": 25,
75
- "26": 26,
76
- "27": 27,
77
- "28": 28,
78
- "29": 29,
79
- "30": 30
80
  },
81
  "layer_norm_eps": 1e-12,
82
  "max_length": 256,
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 312,
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,
48
  "label2id": {
49
+ "addSpend": 0,
50
+ "cashATM": 1,
51
+ "creditCard": 2,
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,