credentek commited on
Commit
18a5f1c
·
verified ·
1 Parent(s): 457dfdf

End of training

Browse files
README.md CHANGED
@@ -1,3 +1,82 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: TenaliAI-Banking-v1
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # TenaliAI-Banking-v1
16
+
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4832
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2e-05
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 25
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:-----:|:---------------:|
50
+ | 1.0141 | 1.0 | 3229 | 0.8505 |
51
+ | 0.5894 | 2.0 | 6458 | 0.5827 |
52
+ | 0.505 | 3.0 | 9687 | 0.5536 |
53
+ | 0.4528 | 4.0 | 12916 | 0.5003 |
54
+ | 0.4438 | 5.0 | 16145 | 0.4981 |
55
+ | 0.4142 | 6.0 | 19374 | 0.4867 |
56
+ | 0.4055 | 7.0 | 22603 | 0.4881 |
57
+ | 0.3754 | 8.0 | 25832 | 0.4858 |
58
+ | 0.3923 | 9.0 | 29061 | 0.4877 |
59
+ | 0.3644 | 10.0 | 32290 | 0.4845 |
60
+ | 0.375 | 11.0 | 35519 | 0.4832 |
61
+ | 0.3616 | 12.0 | 38748 | 0.5111 |
62
+ | 0.3586 | 13.0 | 41977 | 0.5285 |
63
+ | 0.3508 | 14.0 | 45206 | 0.5084 |
64
+ | 0.3572 | 15.0 | 48435 | 0.5134 |
65
+ | 0.3497 | 16.0 | 51664 | 0.5092 |
66
+ | 0.3431 | 17.0 | 54893 | 0.5354 |
67
+ | 0.3362 | 18.0 | 58122 | 0.5221 |
68
+ | 0.3582 | 19.0 | 61351 | 0.5250 |
69
+ | 0.3442 | 20.0 | 64580 | 0.5362 |
70
+ | 0.3299 | 21.0 | 67809 | 0.5433 |
71
+ | 0.3148 | 22.0 | 71038 | 0.5425 |
72
+ | 0.347 | 23.0 | 74267 | 0.5520 |
73
+ | 0.3233 | 24.0 | 77496 | 0.5601 |
74
+ | 0.3163 | 25.0 | 80725 | 0.5510 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.44.2
80
+ - Pytorch 2.4.1+cu121
81
+ - Datasets 2.21.0
82
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "account_statement_bn",
14
+ "1": "account_statement_en",
15
+ "2": "account_statement_hi",
16
+ "3": "account_statement_kn",
17
+ "4": "account_statement_mr",
18
+ "5": "add_beneficiary_bn",
19
+ "6": "add_beneficiary_en",
20
+ "7": "add_beneficiary_hi",
21
+ "8": "add_beneficiary_kn",
22
+ "9": "add_beneficiary_mr",
23
+ "10": "balance_enquiry_bn",
24
+ "11": "balance_enquiry_en",
25
+ "12": "balance_enquiry_hi",
26
+ "13": "balance_enquiry_kn",
27
+ "14": "balance_enquiry_mr",
28
+ "15": "beneficiary_details_bn",
29
+ "16": "beneficiary_details_en",
30
+ "17": "beneficiary_details_hi",
31
+ "18": "beneficiary_details_kn",
32
+ "19": "beneficiary_details_mr",
33
+ "20": "bill_payment_bn",
34
+ "21": "bill_payment_en",
35
+ "22": "bill_payment_hi",
36
+ "23": "bill_payment_kn",
37
+ "24": "bill_payment_mr",
38
+ "25": "block_card_bn",
39
+ "26": "block_card_en",
40
+ "27": "block_card_hi",
41
+ "28": "block_card_kn",
42
+ "29": "block_card_mr",
43
+ "30": "change_contact_info_bn",
44
+ "31": "change_contact_info_en",
45
+ "32": "change_contact_info_hi",
46
+ "33": "change_contact_info_kn",
47
+ "34": "changes_profile_info_mr",
48
+ "35": "data_gst_payment_bn",
49
+ "36": "data_gst_payment_en",
50
+ "37": "data_gst_payment_hi",
51
+ "38": "data_gst_payment_kn",
52
+ "39": "data_gst_payment_mr",
53
+ "40": "debit_card_details_bn",
54
+ "41": "debit_card_details_en",
55
+ "42": "debit_card_details_hi",
56
+ "43": "debit_card_details_kn",
57
+ "44": "debit_card_details_mr",
58
+ "45": "delete_beneficiary_bn",
59
+ "46": "delete_beneficiary_en",
60
+ "47": "delete_beneficiary_hi",
61
+ "48": "delete_beneficiary_kn",
62
+ "49": "delete_beneficiary_mr",
63
+ "50": "fd_create_bn",
64
+ "51": "fd_create_en",
65
+ "52": "fd_create_hi",
66
+ "53": "fd_create_kn",
67
+ "54": "fd_create_mr",
68
+ "55": "fd_details_bn",
69
+ "56": "fd_details_en",
70
+ "57": "fd_details_hi",
71
+ "58": "fd_details_kn",
72
+ "59": "fd_details_mr",
73
+ "60": "fd_rate_bn",
74
+ "61": "fd_rate_en",
75
+ "62": "fd_rate_hi",
76
+ "63": "fd_rate_kn",
77
+ "64": "fd_rate_mr",
78
+ "65": "list_beneficiary_bn",
79
+ "66": "list_beneficiary_en",
80
+ "67": "list_beneficiary_hi",
81
+ "68": "list_beneficiary_kn",
82
+ "69": "list_beneficiary_mr",
83
+ "70": "list_fd_bn",
84
+ "71": "list_fd_en",
85
+ "72": "list_fd_hi",
86
+ "73": "list_fd_kn",
87
+ "74": "list_fd_mr",
88
+ "75": "list_loans_bn",
89
+ "76": "list_loans_en",
90
+ "77": "list_loans_hi",
91
+ "78": "list_loans_kn",
92
+ "79": "list_loans_mr",
93
+ "80": "list_of_accounts_bn",
94
+ "81": "list_of_accounts_hi",
95
+ "82": "list_of_accounts_kn",
96
+ "83": "list_of_accounts_mr",
97
+ "84": "list_of_acounts_en",
98
+ "85": "loan_details_bn",
99
+ "86": "loan_details_en",
100
+ "87": "loan_details_hi",
101
+ "88": "loan_details_kn",
102
+ "89": "loan_details_mr",
103
+ "90": "open_account_bn",
104
+ "91": "open_account_en",
105
+ "92": "open_account_hi",
106
+ "93": "open_account_kn",
107
+ "94": "open_account_mr",
108
+ "95": "pending_authorization_bn",
109
+ "96": "pending_authorization_en",
110
+ "97": "pending_authorization_hi",
111
+ "98": "pending_authorization_kn",
112
+ "99": "pending_authorization_mr",
113
+ "100": "pin_change_bn",
114
+ "101": "pin_change_en",
115
+ "102": "pin_change_hi",
116
+ "103": "pin_change_kn",
117
+ "104": "pin_change_mr",
118
+ "105": "rd_details_bn",
119
+ "106": "rd_details_en",
120
+ "107": "rd_details_hi",
121
+ "108": "rd_details_kn",
122
+ "109": "rd_details_mr",
123
+ "110": "rd_rate_bn",
124
+ "111": "rd_rate_en",
125
+ "112": "rd_rate_hi",
126
+ "113": "rd_rate_kn",
127
+ "114": "rd_rate_mr",
128
+ "115": "saving_interest_rate_en",
129
+ "116": "saving_intrest_rate_bn",
130
+ "117": "saving_intrest_rate_hi",
131
+ "118": "saving_intrest_rate_kn",
132
+ "119": "saving_intrest_rate_mr",
133
+ "120": "ss_fd_rate_bn",
134
+ "121": "ss_fd_rate_en",
135
+ "122": "ss_fd_rate_hi",
136
+ "123": "ss_fd_rate_kn",
137
+ "124": "ss_fd_rate_mr",
138
+ "125": "ss_rd_rate_bn",
139
+ "126": "ss_rd_rate_en",
140
+ "127": "ss_rd_rate_hi",
141
+ "128": "ss_rd_rate_kn",
142
+ "129": "ss_rd_rate_mr",
143
+ "130": "transaction_history_bn",
144
+ "131": "transaction_history_en",
145
+ "132": "transaction_history_hi",
146
+ "133": "transaction_history_kn",
147
+ "134": "transaction_history_mr",
148
+ "135": "transation_limit_bn",
149
+ "136": "transation_limit_en",
150
+ "137": "transation_limit_hi",
151
+ "138": "transation_limit_kn",
152
+ "139": "transation_limit_mr"
153
+ },
154
+ "initializer_range": 0.02,
155
+ "intermediate_size": 3072,
156
+ "label2id": {
157
+ "account_statement_bn": 0,
158
+ "account_statement_en": 1,
159
+ "account_statement_hi": 2,
160
+ "account_statement_kn": 3,
161
+ "account_statement_mr": 4,
162
+ "add_beneficiary_bn": 5,
163
+ "add_beneficiary_en": 6,
164
+ "add_beneficiary_hi": 7,
165
+ "add_beneficiary_kn": 8,
166
+ "add_beneficiary_mr": 9,
167
+ "balance_enquiry_bn": 10,
168
+ "balance_enquiry_en": 11,
169
+ "balance_enquiry_hi": 12,
170
+ "balance_enquiry_kn": 13,
171
+ "balance_enquiry_mr": 14,
172
+ "beneficiary_details_bn": 15,
173
+ "beneficiary_details_en": 16,
174
+ "beneficiary_details_hi": 17,
175
+ "beneficiary_details_kn": 18,
176
+ "beneficiary_details_mr": 19,
177
+ "bill_payment_bn": 20,
178
+ "bill_payment_en": 21,
179
+ "bill_payment_hi": 22,
180
+ "bill_payment_kn": 23,
181
+ "bill_payment_mr": 24,
182
+ "block_card_bn": 25,
183
+ "block_card_en": 26,
184
+ "block_card_hi": 27,
185
+ "block_card_kn": 28,
186
+ "block_card_mr": 29,
187
+ "change_contact_info_bn": 30,
188
+ "change_contact_info_en": 31,
189
+ "change_contact_info_hi": 32,
190
+ "change_contact_info_kn": 33,
191
+ "changes_profile_info_mr": 34,
192
+ "data_gst_payment_bn": 35,
193
+ "data_gst_payment_en": 36,
194
+ "data_gst_payment_hi": 37,
195
+ "data_gst_payment_kn": 38,
196
+ "data_gst_payment_mr": 39,
197
+ "debit_card_details_bn": 40,
198
+ "debit_card_details_en": 41,
199
+ "debit_card_details_hi": 42,
200
+ "debit_card_details_kn": 43,
201
+ "debit_card_details_mr": 44,
202
+ "delete_beneficiary_bn": 45,
203
+ "delete_beneficiary_en": 46,
204
+ "delete_beneficiary_hi": 47,
205
+ "delete_beneficiary_kn": 48,
206
+ "delete_beneficiary_mr": 49,
207
+ "fd_create_bn": 50,
208
+ "fd_create_en": 51,
209
+ "fd_create_hi": 52,
210
+ "fd_create_kn": 53,
211
+ "fd_create_mr": 54,
212
+ "fd_details_bn": 55,
213
+ "fd_details_en": 56,
214
+ "fd_details_hi": 57,
215
+ "fd_details_kn": 58,
216
+ "fd_details_mr": 59,
217
+ "fd_rate_bn": 60,
218
+ "fd_rate_en": 61,
219
+ "fd_rate_hi": 62,
220
+ "fd_rate_kn": 63,
221
+ "fd_rate_mr": 64,
222
+ "list_beneficiary_bn": 65,
223
+ "list_beneficiary_en": 66,
224
+ "list_beneficiary_hi": 67,
225
+ "list_beneficiary_kn": 68,
226
+ "list_beneficiary_mr": 69,
227
+ "list_fd_bn": 70,
228
+ "list_fd_en": 71,
229
+ "list_fd_hi": 72,
230
+ "list_fd_kn": 73,
231
+ "list_fd_mr": 74,
232
+ "list_loans_bn": 75,
233
+ "list_loans_en": 76,
234
+ "list_loans_hi": 77,
235
+ "list_loans_kn": 78,
236
+ "list_loans_mr": 79,
237
+ "list_of_accounts_bn": 80,
238
+ "list_of_accounts_hi": 81,
239
+ "list_of_accounts_kn": 82,
240
+ "list_of_accounts_mr": 83,
241
+ "list_of_acounts_en": 84,
242
+ "loan_details_bn": 85,
243
+ "loan_details_en": 86,
244
+ "loan_details_hi": 87,
245
+ "loan_details_kn": 88,
246
+ "loan_details_mr": 89,
247
+ "open_account_bn": 90,
248
+ "open_account_en": 91,
249
+ "open_account_hi": 92,
250
+ "open_account_kn": 93,
251
+ "open_account_mr": 94,
252
+ "pending_authorization_bn": 95,
253
+ "pending_authorization_en": 96,
254
+ "pending_authorization_hi": 97,
255
+ "pending_authorization_kn": 98,
256
+ "pending_authorization_mr": 99,
257
+ "pin_change_bn": 100,
258
+ "pin_change_en": 101,
259
+ "pin_change_hi": 102,
260
+ "pin_change_kn": 103,
261
+ "pin_change_mr": 104,
262
+ "rd_details_bn": 105,
263
+ "rd_details_en": 106,
264
+ "rd_details_hi": 107,
265
+ "rd_details_kn": 108,
266
+ "rd_details_mr": 109,
267
+ "rd_rate_bn": 110,
268
+ "rd_rate_en": 111,
269
+ "rd_rate_hi": 112,
270
+ "rd_rate_kn": 113,
271
+ "rd_rate_mr": 114,
272
+ "saving_interest_rate_en": 115,
273
+ "saving_intrest_rate_bn": 116,
274
+ "saving_intrest_rate_hi": 117,
275
+ "saving_intrest_rate_kn": 118,
276
+ "saving_intrest_rate_mr": 119,
277
+ "ss_fd_rate_bn": 120,
278
+ "ss_fd_rate_en": 121,
279
+ "ss_fd_rate_hi": 122,
280
+ "ss_fd_rate_kn": 123,
281
+ "ss_fd_rate_mr": 124,
282
+ "ss_rd_rate_bn": 125,
283
+ "ss_rd_rate_en": 126,
284
+ "ss_rd_rate_hi": 127,
285
+ "ss_rd_rate_kn": 128,
286
+ "ss_rd_rate_mr": 129,
287
+ "transaction_history_bn": 130,
288
+ "transaction_history_en": 131,
289
+ "transaction_history_hi": 132,
290
+ "transaction_history_kn": 133,
291
+ "transaction_history_mr": 134,
292
+ "transation_limit_bn": 135,
293
+ "transation_limit_en": 136,
294
+ "transation_limit_hi": 137,
295
+ "transation_limit_kn": 138,
296
+ "transation_limit_mr": 139
297
+ },
298
+ "layer_norm_eps": 1e-12,
299
+ "max_position_embeddings": 512,
300
+ "model_type": "bert",
301
+ "num_attention_heads": 12,
302
+ "num_hidden_layers": 12,
303
+ "pad_token_id": 0,
304
+ "position_embedding_type": "absolute",
305
+ "problem_type": "single_label_classification",
306
+ "torch_dtype": "float32",
307
+ "transformers_version": "4.44.2",
308
+ "type_vocab_size": 2,
309
+ "use_cache": true,
310
+ "vocab_size": 30522
311
+ }
label_encoder.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87cabd57339188225453fb6471ddfe3d5c34f4863bb5946fe4f604ecc874eccd
3
+ size 13767
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442c64d9ec35d776aaecf8d7f84d949147e092064c19ba02c77ca887adefb730
3
+ size 438383136
runs/Nov21_15-35-57_SuperWhite/events.out.tfevents.1732183557.SuperWhite.40204.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b96837a00ed2f8e539cc3b147f3e0a3ec25bb3f5e71cae36e9a9a2687869b552
3
+ size 55099
runs/Nov21_15-35-57_SuperWhite/events.out.tfevents.1732203940.SuperWhite.40204.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6940893c749bce10ad7f65cd0b8026a37235ae07da21138ec042ca83bfb50a41
3
+ size 364
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8cfd28bd901b809e2d4626c545144ac70505e55436d33bfea3af34b857139f
3
+ size 5304
vocab.txt ADDED
The diff for this file is too large to render. See raw diff