credentek commited on
Commit
75bc7fe
1 Parent(s): 529aaba

End of training

Browse files
Files changed (4) hide show
  1. config.json +81 -81
  2. label_encoder.joblib +2 -2
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -10,46 +10,46 @@
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
- "38": "zzzLABEL_38",
52
- "39": "zzzLABEL_39",
53
  "40": "zzzLABEL_40",
54
  "41": "zzzLABEL_41",
55
  "42": "zzzLABEL_42",
@@ -64,8 +64,46 @@
64
  "initializer_range": 0.02,
65
  "intermediate_size": 3072,
66
  "label2id": {
67
- "zzzLABEL_38": 38,
68
- "zzzLABEL_39": 39,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  "zzzLABEL_40": 40,
70
  "zzzLABEL_41": 41,
71
  "zzzLABEL_42": 42,
@@ -75,45 +113,7 @@
75
  "zzzLABEL_46": 46,
76
  "zzzLABEL_47": 47,
77
  "zzzLABEL_48": 48,
78
- "zzzLABEL_49": 49,
79
- "add_beneficiary": 0,
80
- "balance_enquiry": 1,
81
- "beneficiary_details": 2,
82
- "bill_payment": 3,
83
- "block_card": 4,
84
- "bulk_payments": 5,
85
- "bulk_payments_status": 6,
86
- "change_contact_info": 7,
87
- "debit_card_details": 8,
88
- "delete_beneficiary": 9,
89
- "fd_details": 10,
90
- "fd_rate": 11,
91
- "fd_rate_large_amount": 12,
92
- "funds_transfer_other_bank": 13,
93
- "funds_transfer_own_account": 14,
94
- "funds_transfer_status": 15,
95
- "funds_transfer_third_party": 16,
96
- "gst_payment": 17,
97
- "investment_details": 18,
98
- "list_accounts": 19,
99
- "list_beneficiary": 20,
100
- "list_billers": 21,
101
- "list_fd": 22,
102
- "list_investments": 23,
103
- "list_loans": 24,
104
- "loan_details": 25,
105
- "nrv_details": 26,
106
- "open_account": 27,
107
- "pending_authorization": 28,
108
- "pin_change": 29,
109
- "raise_request": 30,
110
- "request_status": 31,
111
- "saving_interest_rate": 32,
112
- "send_money_abroad": 33,
113
- "ss_fd_rate": 34,
114
- "transaction_history": 35,
115
- "transaction_limit": 36,
116
- "update_beneficiary": 37
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": "account_statement",
14
+ "1": "add_beneficiary",
15
+ "2": "balance_enquiry",
16
+ "3": "beneficiary_details",
17
+ "4": "bill_payment",
18
+ "5": "block_card",
19
+ "6": "bulk_payments",
20
+ "7": "bulk_payments_status",
21
+ "8": "change_contact_info",
22
+ "9": "debit_card_details",
23
+ "10": "delete_beneficiary",
24
+ "11": "fd_details",
25
+ "12": "fd_rate",
26
+ "13": "fd_rate_large_amount",
27
+ "14": "funds_transfer",
28
+ "15": "funds_transfer_other_bank",
29
+ "16": "funds_transfer_own_account",
30
+ "17": "funds_transfer_status",
31
+ "18": "funds_transfer_third_party",
32
+ "19": "gst_payment",
33
+ "20": "investment_details",
34
+ "21": "list_accounts",
35
+ "22": "list_beneficiary",
36
+ "23": "list_billers",
37
+ "24": "list_fd",
38
+ "25": "list_investments",
39
+ "26": "list_loans",
40
+ "27": "loan_details",
41
+ "28": "nrv_details",
42
+ "29": "open_account",
43
+ "30": "pending_authorization",
44
+ "31": "pin_change",
45
+ "32": "raise_request",
46
+ "33": "request_status",
47
+ "34": "saving_interest_rate",
48
+ "35": "send_money_abroad",
49
+ "36": "ss_fd_rate",
50
+ "37": "transaction_history",
51
+ "38": "transaction_limit",
52
+ "39": "update_beneficiary",
53
  "40": "zzzLABEL_40",
54
  "41": "zzzLABEL_41",
55
  "42": "zzzLABEL_42",
 
64
  "initializer_range": 0.02,
65
  "intermediate_size": 3072,
66
  "label2id": {
67
+ "account_statement": 0,
68
+ "add_beneficiary": 1,
69
+ "balance_enquiry": 2,
70
+ "beneficiary_details": 3,
71
+ "bill_payment": 4,
72
+ "block_card": 5,
73
+ "bulk_payments": 6,
74
+ "bulk_payments_status": 7,
75
+ "change_contact_info": 8,
76
+ "debit_card_details": 9,
77
+ "delete_beneficiary": 10,
78
+ "fd_details": 11,
79
+ "fd_rate": 12,
80
+ "fd_rate_large_amount": 13,
81
+ "funds_transfer": 14,
82
+ "funds_transfer_other_bank": 15,
83
+ "funds_transfer_own_account": 16,
84
+ "funds_transfer_status": 17,
85
+ "funds_transfer_third_party": 18,
86
+ "gst_payment": 19,
87
+ "investment_details": 20,
88
+ "list_accounts": 21,
89
+ "list_beneficiary": 22,
90
+ "list_billers": 23,
91
+ "list_fd": 24,
92
+ "list_investments": 25,
93
+ "list_loans": 26,
94
+ "loan_details": 27,
95
+ "nrv_details": 28,
96
+ "open_account": 29,
97
+ "pending_authorization": 30,
98
+ "pin_change": 31,
99
+ "raise_request": 32,
100
+ "request_status": 33,
101
+ "saving_interest_rate": 34,
102
+ "send_money_abroad": 35,
103
+ "ss_fd_rate": 36,
104
+ "transaction_history": 37,
105
+ "transaction_limit": 38,
106
+ "update_beneficiary": 39,
107
  "zzzLABEL_40": 40,
108
  "zzzLABEL_41": 41,
109
  "zzzLABEL_42": 42,
 
113
  "zzzLABEL_46": 46,
114
  "zzzLABEL_47": 47,
115
  "zzzLABEL_48": 48,
116
+ "zzzLABEL_49": 49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  },
118
  "layer_norm_eps": 1e-12,
119
  "max_position_embeddings": 512,
label_encoder.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b8f00daa3565d7c84ebc1f334c75ae3ada2f187285ba5c7fd41eceded96accd
3
- size 4279
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf3ecbc55035b6d7c3021b71f6382f02c4b372a97e287ac2e55ca3b0c5db3cf
3
+ size 4487
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14edbafe196af962e18da3fe95ee6c0a82782ff955da7bd4be0ee2e443297778
3
  size 438152757
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3055a7df6566e86469ee6b4b5e37ebabc18c3e19a8097284e1856a7bd47348db
3
  size 438152757
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3db3d96fdce4ca0bdb9bd7c0d6ced3f8f341c7491e72508b91ed3768451ca2a
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83139a10f0597506a1ce0205cdcde32162d77b345dcc2b46566a42f4676da2a0
3
  size 4027