End of training
Browse files- config.json +76 -100
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -10,110 +10,86 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "
|
27 |
-
"14": "
|
28 |
-
"15": "
|
29 |
-
"16": "
|
30 |
-
"17": "
|
31 |
-
"18": "
|
32 |
-
"19": "
|
33 |
-
"20": "
|
34 |
-
"21": "
|
35 |
-
"22": "
|
36 |
-
"23": "
|
37 |
-
"24": "
|
38 |
-
"25": "
|
39 |
-
"26": "
|
40 |
-
"27": "
|
41 |
-
"28": "
|
42 |
-
"29": "
|
43 |
-
"30": "
|
44 |
-
"31": "
|
45 |
-
"32": "
|
46 |
-
"33": "
|
47 |
-
"34": "
|
48 |
-
"35": "
|
49 |
-
"36": "
|
50 |
-
"37": "
|
51 |
-
"38": "LABEL_38",
|
52 |
-
"39": "LABEL_39",
|
53 |
-
"40": "LABEL_40",
|
54 |
-
"41": "LABEL_41",
|
55 |
-
"42": "LABEL_42",
|
56 |
-
"43": "LABEL_43",
|
57 |
-
"44": "LABEL_44",
|
58 |
-
"45": "LABEL_45",
|
59 |
-
"46": "LABEL_46",
|
60 |
-
"47": "LABEL_47",
|
61 |
-
"48": "LABEL_48",
|
62 |
-
"49": "LABEL_49"
|
63 |
},
|
64 |
"initializer_range": 0.02,
|
65 |
"intermediate_size": 3072,
|
66 |
"label2id": {
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"
|
74 |
-
"
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
-
"
|
94 |
-
"
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"
|
99 |
-
"
|
100 |
-
"
|
101 |
-
"
|
102 |
-
"
|
103 |
-
"
|
104 |
-
"
|
105 |
-
"LABEL_43": 43,
|
106 |
-
"LABEL_44": 44,
|
107 |
-
"LABEL_45": 45,
|
108 |
-
"LABEL_46": 46,
|
109 |
-
"LABEL_47": 47,
|
110 |
-
"LABEL_48": 48,
|
111 |
-
"LABEL_49": 49,
|
112 |
-
"LABEL_5": 5,
|
113 |
-
"LABEL_6": 6,
|
114 |
-
"LABEL_7": 7,
|
115 |
-
"LABEL_8": 8,
|
116 |
-
"LABEL_9": 9
|
117 |
},
|
118 |
"layer_norm_eps": 1e-12,
|
119 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "add_beneficiary",
|
14 |
+
"1": "balance_enquiry",
|
15 |
+
"2": "beneficiary_details",
|
16 |
+
"3": "bill_payment",
|
17 |
+
"4": "block_card",
|
18 |
+
"5": "bulk_payments",
|
19 |
+
"6": "bulk_payments_status",
|
20 |
+
"7": "change_contact_info",
|
21 |
+
"8": "debit_card_details",
|
22 |
+
"9": "delete_beneficiary",
|
23 |
+
"10": "fd_details",
|
24 |
+
"11": "fd_rate",
|
25 |
+
"12": "fd_rate_large_amount",
|
26 |
+
"13": "funds_transfer_other_bank",
|
27 |
+
"14": "funds_transfer_own_account",
|
28 |
+
"15": "funds_transfer_status",
|
29 |
+
"16": "funds_transfer_third_party",
|
30 |
+
"17": "gst_payment",
|
31 |
+
"18": "investment_details",
|
32 |
+
"19": "list_accounts",
|
33 |
+
"20": "list_beneficiary",
|
34 |
+
"21": "list_billers",
|
35 |
+
"22": "list_fd",
|
36 |
+
"23": "list_investments",
|
37 |
+
"24": "list_loans",
|
38 |
+
"25": "loan_details",
|
39 |
+
"26": "nrv_details",
|
40 |
+
"27": "open_account",
|
41 |
+
"28": "pending_authorization",
|
42 |
+
"29": "pin_change",
|
43 |
+
"30": "raise_request",
|
44 |
+
"31": "request_status",
|
45 |
+
"32": "saving_interest_rate",
|
46 |
+
"33": "send_money_abroad",
|
47 |
+
"34": "ss_fd_rate",
|
48 |
+
"35": "transaction_history",
|
49 |
+
"36": "transaction_limit",
|
50 |
+
"37": "update_beneficiary"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
},
|
52 |
"initializer_range": 0.02,
|
53 |
"intermediate_size": 3072,
|
54 |
"label2id": {
|
55 |
+
"add_beneficiary": 0,
|
56 |
+
"balance_enquiry": 1,
|
57 |
+
"beneficiary_details": 2,
|
58 |
+
"bill_payment": 3,
|
59 |
+
"block_card": 4,
|
60 |
+
"bulk_payments": 5,
|
61 |
+
"bulk_payments_status": 6,
|
62 |
+
"change_contact_info": 7,
|
63 |
+
"debit_card_details": 8,
|
64 |
+
"delete_beneficiary": 9,
|
65 |
+
"fd_details": 10,
|
66 |
+
"fd_rate": 11,
|
67 |
+
"fd_rate_large_amount": 12,
|
68 |
+
"funds_transfer_other_bank": 13,
|
69 |
+
"funds_transfer_own_account": 14,
|
70 |
+
"funds_transfer_status": 15,
|
71 |
+
"funds_transfer_third_party": 16,
|
72 |
+
"gst_payment": 17,
|
73 |
+
"investment_details": 18,
|
74 |
+
"list_accounts": 19,
|
75 |
+
"list_beneficiary": 20,
|
76 |
+
"list_billers": 21,
|
77 |
+
"list_fd": 22,
|
78 |
+
"list_investments": 23,
|
79 |
+
"list_loans": 24,
|
80 |
+
"loan_details": 25,
|
81 |
+
"nrv_details": 26,
|
82 |
+
"open_account": 27,
|
83 |
+
"pending_authorization": 28,
|
84 |
+
"pin_change": 29,
|
85 |
+
"raise_request": 30,
|
86 |
+
"request_status": 31,
|
87 |
+
"saving_interest_rate": 32,
|
88 |
+
"send_money_abroad": 33,
|
89 |
+
"ss_fd_rate": 34,
|
90 |
+
"transaction_history": 35,
|
91 |
+
"transaction_limit": 36,
|
92 |
+
"update_beneficiary": 37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
},
|
94 |
"layer_norm_eps": 1e-12,
|
95 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438152757
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c27c592e65eb9ac70267bb07df71e87994a3b5e64a4d9a56c42120b7456025d
|
3 |
size 438152757
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed3fe7def3bc89a4ff4e71b592587af9fc8c191fca429fdbce54513c20c5e6f9
|
3 |
size 4027
|