credentek commited on
Commit
9f4d566
·
verified ·
1 Parent(s): 5ae817b

End of training

Browse files
README.md CHANGED
@@ -2,42 +2,9 @@
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
5
- - banking
6
- - finance
7
- - internet banking
8
- - mobile banking
9
- - Natural User Interface
10
- - NUI
11
- - Voice Banking
12
  model-index:
13
  - name: TenaliAI-FinTech-v1
14
  results: []
15
- widget:
16
- - text: Can you pls tell me what is the latest balance in my account number 1001
17
- example_title: Balance Enquiry
18
- - text: I want to send money abroad. What is the process
19
- example_title: Outward Remittance
20
- - text: What is the Fixed Deposit rate for a bulk amount of more than 2 crore INR?
21
- example_title: Bulk FD Rate
22
- - text: What is the total interest paid on my loan till date?
23
- example_title: Loan Details
24
- - text: Can I set a daily spending limit on my debit card? How do I do that?
25
- example_title: Transaction Limit
26
- - text : Tell me the status of the funds transfer I initiated last Wednesday.
27
- example_title: Funds Transfer Status
28
- - text : Can you provide a list of all the Fixed Deposits linked to my customer ID?
29
- example_title: Fixed Deposit List
30
- - text : How can I change my email address associated with the account?
31
- example_title: Change Contact Info
32
- - text : Please send the loan account statement for the month of June to my mailing address.
33
- example_title: Account Statement
34
- - text : Show me last 15 transactions of my saving account
35
- example_title: Transaction History
36
- license: apache-2.0
37
- language:
38
- - en
39
- metrics:
40
- - accuracy
41
  ---
42
 
43
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -47,80 +14,15 @@ should probably proofread and complete it, then remove this comment. -->
47
 
48
  This model was trained from scratch on an unknown dataset.
49
  It achieves the following results on the evaluation set:
50
- - Loss: 0.4282
51
 
52
  ## Model description
53
 
54
- This project is integral to the development of a Natural User Interface(NUI) within the Banking and Finance Industry [BFSI].
55
-
56
- The TenaliAI-FinTech model is specifically designed to tackle the intricate task of deciphering the intent behind customer queries in the BFSI sector.
57
-
58
- The underlying technology behind TenaliAI-FinTech employs advanced natural language processing and machine learning algorithms. These technologies enhance the model's ability to accurately classify and understand the diverse range of customer queries. By leveraging sophisticated classification techniques, the model ensures a more precise interpretation of user intent, regardless of whether the query originates from the bank's net banking portal, mobile banking portal, or other communication channels.
59
-
60
- Furthermore, the model excels in query tokenization, making it proficient in breaking down customer queries into meaningful components. This capability not only streamlines the processing of customer requests but also enables a more efficient and targeted response.
61
-
62
- Ultimately, the technology powering TenaliAI-FinTech contributes to an enhanced customer service experience by providing quicker and more accurate responses to inquiries across multiple banking platforms.
63
-
64
 
65
  ## Intended uses & limitations
66
 
67
- This model is meant to generate "Intent" for a given customer query on bank's netbanking portal or mobile banking. Following is the list of intents :
68
-
69
- <pre>
70
- {
71
- 'add_beneficiary': 0,
72
- 'balance_enquiry': 1,
73
- 'beneficiary_details': 2,
74
- 'bill_payment': 3,
75
- 'block_card': 4,
76
- 'bulk_payments': 5,
77
- 'bulk_payments_status': 6,
78
- 'change_contact_info': 7,
79
- 'debit_card_details': 8,
80
- 'delete_beneficiary': 9,
81
- 'fd_details': 10,
82
- 'fd_rate': 11,
83
- 'fd_rate_large_amount': 12,
84
- 'funds_transfer_other_bank': 13,
85
- 'funds_transfer_own_account': 14,
86
- 'funds_transfer_status': 15,
87
- 'funds_transfer_third_party': 16,
88
- 'gst_payment': 17,
89
- 'investment_details': 18,
90
- 'list_accounts': 19,
91
- 'list_beneficiary': 20,
92
- 'list_billers': 21,
93
- 'list_fd': 22,
94
- 'list_investments': 23,
95
- 'list_loans': 24,
96
- 'loan_details': 25,
97
- 'nrv_details': 26,
98
- 'open_account': 27,
99
- 'pending_authorization': 28,
100
- 'pin_change': 29,
101
- 'raise_request': 30,
102
- 'request_status': 31,
103
- 'saving_interest_rate': 32,
104
- 'send_money_abroad': 33,
105
- 'ss_fd_rate': 34,
106
- 'transaction_history': 35,
107
- 'transaction_limit': 36,
108
- 'update_beneficiary': 37}
109
- </pre>
110
-
111
- How to use :
112
-
113
- 1. Type a query such as
114
- - "Tell me my last 10 transactions"
115
- - "I am senior citizen. What is FD rates"
116
- - "I want to send money to my brother"
117
- - "I want Fixed Deposit rate for 2 Crore INR"
118
- - "What is the outstanding EMI or my loan"
119
- - "How many active loans do I have ?"
120
- - "I want to add a new beneficiary"
121
- 3. This engine will understand the "intent" behind the query and return the value of LABEL_0 to LABEL_50.
122
- 4. The LABEL having maximum value (which will be at the top in the result) will be the identified "intent"
123
- 5. Use above mapping table and convert LABEL to Code. So, for example, LABEL_34 means "Senior Citizen Fixed Deposit Rate" and so on.
124
 
125
  ## Training and evaluation data
126
 
@@ -137,22 +39,37 @@ The following hyperparameters were used during training:
137
  - seed: 42
138
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
139
  - lr_scheduler_type: linear
140
- - num_epochs: 10
141
 
142
  ### Training results
143
 
144
- | Training Loss | Epoch | Step | Validation Loss |
145
- |:-------------:|:-----:|:----:|:---------------:|
146
- | No log | 1.0 | 238 | 3.2105 |
147
- | No log | 2.0 | 476 | 2.1084 |
148
- | 3.2718 | 3.0 | 714 | 1.3787 |
149
- | 3.2718 | 4.0 | 952 | 0.9220 |
150
- | 1.3936 | 5.0 | 1190 | 0.6723 |
151
- | 1.3936 | 6.0 | 1428 | 0.5571 |
152
- | 0.6544 | 7.0 | 1666 | 0.5076 |
153
- | 0.6544 | 8.0 | 1904 | 0.4473 |
154
- | 0.4653 | 9.0 | 2142 | 0.4361 |
155
- | 0.4653 | 10.0 | 2380 | 0.4282 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
 
157
 
158
  ### Framework versions
 
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
 
 
5
  model-index:
6
  - name: TenaliAI-FinTech-v1
7
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  This model was trained from scratch on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.9095
18
 
19
  ## Model description
20
 
21
+ More information needed
 
 
 
 
 
 
 
 
 
22
 
23
  ## Intended uses & limitations
24
 
25
+ More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  ## Training and evaluation data
28
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 25
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.3812 | 1.0 | 1251 | 1.5744 |
49
+ | 1.1857 | 2.0 | 2502 | 1.0857 |
50
+ | 1.0324 | 3.0 | 3753 | 0.9518 |
51
+ | 0.9674 | 4.0 | 5004 | 0.9332 |
52
+ | 0.9239 | 5.0 | 6255 | 0.9318 |
53
+ | 0.9015 | 6.0 | 7506 | 0.9365 |
54
+ | 0.8753 | 7.0 | 8757 | 0.9095 |
55
+ | 0.8607 | 8.0 | 10008 | 0.9196 |
56
+ | 0.8358 | 9.0 | 11259 | 0.9260 |
57
+ | 0.8404 | 10.0 | 12510 | 0.9302 |
58
+ | 0.8091 | 11.0 | 13761 | 0.9117 |
59
+ | 0.803 | 12.0 | 15012 | 0.9386 |
60
+ | 0.7925 | 13.0 | 16263 | 0.9386 |
61
+ | 0.8087 | 14.0 | 17514 | 0.9331 |
62
+ | 0.8041 | 15.0 | 18765 | 0.9511 |
63
+ | 0.7759 | 16.0 | 20016 | 0.9473 |
64
+ | 0.7917 | 17.0 | 21267 | 0.9598 |
65
+ | 0.7831 | 18.0 | 22518 | 0.9552 |
66
+ | 0.7686 | 19.0 | 23769 | 0.9696 |
67
+ | 0.7658 | 20.0 | 25020 | 0.9830 |
68
+ | 0.7679 | 21.0 | 26271 | 0.9701 |
69
+ | 0.7853 | 22.0 | 27522 | 0.9626 |
70
+ | 0.748 | 23.0 | 28773 | 0.9932 |
71
+ | 0.7778 | 24.0 | 30024 | 0.9664 |
72
+ | 0.7741 | 25.0 | 31275 | 0.9889 |
73
 
74
 
75
  ### Framework versions
config.json CHANGED
@@ -10,210 +10,178 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": " add_beneficiary_kn",
14
- "1": "account_statement",
15
- "2": "account_statement_hi",
16
- "3": "account_statement_kn",
17
- "4": "account_statement_mr",
18
- "5": "add_beneficiary",
19
- "6": "add_beneficiary_hi",
20
- "7": "add_beneficiary_kn",
21
- "8": "add_beneficiary_mr",
22
- "9": "balance_enquiry",
23
- "10": "beneficiary_details",
24
- "11": "bill_payment",
25
- "12": "block_card",
26
- "13": "block_card_hi",
27
- "14": "block_card_kn",
28
- "15": "block_card_mr",
29
- "16": "bulk_payments",
30
- "17": "bulk_payments_status",
31
- "18": "car_insurance",
32
- "19": "car_insurance_hi",
33
- "20": "car_insurance_kn",
34
- "21": "car_insurance_mr",
35
- "22": "change_contact_info",
36
- "23": "credit_card_apply",
37
- "24": "credit_card_apply_hi",
38
- "25": "credit_card_apply_kn",
39
- "26": "credit_card_apply_mr",
40
- "27": "debit_card_details",
41
- "28": "delete_beneficiary",
42
- "29": "fd_create",
43
- "30": "fd_create_hi",
44
- "31": "fd_create_kn",
45
- "32": "fd_create_mr",
46
- "33": "fd_details",
47
- "34": "fd_rate",
48
- "35": "fd_rate_large_amount",
49
- "36": "funds_transfer",
50
- "37": "funds_transfer_direct",
51
- "38": "funds_transfer_direct_hi",
52
- "39": "funds_transfer_direct_kn",
53
- "40": "funds_transfer_direct_mr",
54
- "41": "funds_transfer_other_bank",
55
- "42": "funds_transfer_own_account",
56
- "43": "funds_transfer_status",
57
- "44": "funds_transfer_third_party",
58
- "45": "gst_payment",
59
- "46": "health_insurance",
60
- "47": "health_insurance_hi",
61
- "48": "health_insurance_kn",
62
- "49": "health_insurance_mr",
63
- "50": "housing_finance",
64
- "51": "housing_finance_hi",
65
- "52": "housing_finance_kn",
66
- "53": "housing_finance_mr",
67
- "54": "investment_details",
68
- "55": "investment_details_hi",
69
- "56": "investment_details_kn",
70
- "57": "investment_details_mr",
71
- "58": "list_accounts",
72
- "59": "list_beneficiary",
73
- "60": "list_billers",
74
- "61": "list_fd",
75
- "62": "list_investments",
76
- "63": "list_loans",
77
- "64": "loan_details",
78
- "65": "nrv_details",
79
- "66": "open_account",
80
- "67": "pending_authorization",
81
- "68": "personal_loan",
82
- "69": "personal_loan_hi",
83
- "70": "personal_loan_kn",
84
- "71": "personal_loan_mr",
85
- "72": "pin_change",
86
- "73": "raise_request",
87
- "74": "rd_details",
88
- "75": "rd_rate",
89
- "76": "request_status",
90
- "77": "saving_interest_rate",
91
- "78": "send_money_abroad",
92
- "79": "ss_fd_rate",
93
- "80": "ss_rd_rate",
94
- "81": "transaction_history",
95
- "82": "transaction_limit",
96
- "83": "two_wheeler_loan",
97
- "84": "two_wheeler_loan_hi",
98
- "85": "two_wheeler_loan_mr",
99
- "86": "update_beneficiary",
100
- "87": "zzzLABEL_87",
101
- "88": "zzzLABEL_88",
102
- "89": "zzzLABEL_89",
103
- "90": "zzzLABEL_90",
104
- "91": "zzzLABEL_91",
105
- "92": "zzzLABEL_92",
106
- "93": "zzzLABEL_93",
107
- "94": "zzzLABEL_94",
108
- "95": "zzzLABEL_95",
109
- "96": "zzzLABEL_96",
110
- "97": "zzzLABEL_97",
111
- "98": "zzzLABEL_98",
112
- "99": "zzzLABEL_99"
113
  },
114
  "initializer_range": 0.02,
115
  "intermediate_size": 3072,
116
  "label2id": {
117
- " add_beneficiary_kn": 0,
118
- "account_statement": 1,
119
- "account_statement_hi": 2,
120
- "account_statement_kn": 3,
121
- "account_statement_mr": 4,
122
- "add_beneficiary": 5,
123
- "add_beneficiary_hi": 6,
124
- "add_beneficiary_kn": 7,
125
- "add_beneficiary_mr": 8,
126
- "balance_enquiry": 9,
127
- "beneficiary_details": 10,
128
- "bill_payment": 11,
129
- "block_card": 12,
130
- "block_card_hi": 13,
131
- "block_card_kn": 14,
132
- "block_card_mr": 15,
133
- "bulk_payments": 16,
134
- "bulk_payments_status": 17,
135
- "car_insurance": 18,
136
- "car_insurance_hi": 19,
137
- "car_insurance_kn": 20,
138
- "car_insurance_mr": 21,
139
- "change_contact_info": 22,
140
- "credit_card_apply": 23,
141
- "credit_card_apply_hi": 24,
142
- "credit_card_apply_kn": 25,
143
- "credit_card_apply_mr": 26,
144
- "debit_card_details": 27,
145
- "delete_beneficiary": 28,
146
- "fd_create": 29,
147
- "fd_create_hi": 30,
148
- "fd_create_kn": 31,
149
- "fd_create_mr": 32,
150
- "fd_details": 33,
151
- "fd_rate": 34,
152
- "fd_rate_large_amount": 35,
153
- "funds_transfer": 36,
154
- "funds_transfer_direct": 37,
155
- "funds_transfer_direct_hi": 38,
156
- "funds_transfer_direct_kn": 39,
157
- "funds_transfer_direct_mr": 40,
158
- "funds_transfer_other_bank": 41,
159
- "funds_transfer_own_account": 42,
160
- "funds_transfer_status": 43,
161
- "funds_transfer_third_party": 44,
162
- "gst_payment": 45,
163
- "health_insurance": 46,
164
- "health_insurance_hi": 47,
165
- "health_insurance_kn": 48,
166
- "health_insurance_mr": 49,
167
- "housing_finance": 50,
168
- "housing_finance_hi": 51,
169
- "housing_finance_kn": 52,
170
- "housing_finance_mr": 53,
171
- "investment_details": 54,
172
- "investment_details_hi": 55,
173
- "investment_details_kn": 56,
174
- "investment_details_mr": 57,
175
- "list_accounts": 58,
176
- "list_beneficiary": 59,
177
- "list_billers": 60,
178
- "list_fd": 61,
179
- "list_investments": 62,
180
- "list_loans": 63,
181
- "loan_details": 64,
182
- "nrv_details": 65,
183
- "open_account": 66,
184
- "pending_authorization": 67,
185
- "personal_loan": 68,
186
- "personal_loan_hi": 69,
187
- "personal_loan_kn": 70,
188
- "personal_loan_mr": 71,
189
- "pin_change": 72,
190
- "raise_request": 73,
191
- "rd_details": 74,
192
- "rd_rate": 75,
193
- "request_status": 76,
194
- "saving_interest_rate": 77,
195
- "send_money_abroad": 78,
196
- "ss_fd_rate": 79,
197
- "ss_rd_rate": 80,
198
- "transaction_history": 81,
199
- "transaction_limit": 82,
200
- "two_wheeler_loan": 83,
201
- "two_wheeler_loan_hi": 84,
202
- "two_wheeler_loan_mr": 85,
203
- "update_beneficiary": 86,
204
- "zzzLABEL_87": 87,
205
- "zzzLABEL_88": 88,
206
- "zzzLABEL_89": 89,
207
- "zzzLABEL_90": 90,
208
- "zzzLABEL_91": 91,
209
- "zzzLABEL_92": 92,
210
- "zzzLABEL_93": 93,
211
- "zzzLABEL_94": 94,
212
- "zzzLABEL_95": 95,
213
- "zzzLABEL_96": 96,
214
- "zzzLABEL_97": 97,
215
- "zzzLABEL_98": 98,
216
- "zzzLABEL_99": 99
217
  },
218
  "layer_norm_eps": 1e-12,
219
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "farm_equipment_finance_ar",
14
+ "1": "farm_equipment_finance_bn",
15
+ "2": "farm_equipment_finance_en",
16
+ "3": "farm_equipment_finance_es",
17
+ "4": "farm_equipment_finance_gu",
18
+ "5": "farm_equipment_finance_hi",
19
+ "6": "farm_equipment_finance_kn",
20
+ "7": "farm_equipment_finance_kok",
21
+ "8": "farm_equipment_finance_ml",
22
+ "9": "farm_equipment_finance_mr",
23
+ "10": "farm_equipment_finance_or",
24
+ "11": "farm_equipment_finance_pa",
25
+ "12": "farm_equipment_finance_ta",
26
+ "13": "farm_equipment_finance_te",
27
+ "14": "housing_finance_ar",
28
+ "15": "housing_finance_bn",
29
+ "16": "housing_finance_en",
30
+ "17": "housing_finance_es",
31
+ "18": "housing_finance_gu",
32
+ "19": "housing_finance_hi",
33
+ "20": "housing_finance_kn",
34
+ "21": "housing_finance_kok",
35
+ "22": "housing_finance_ml",
36
+ "23": "housing_finance_mr",
37
+ "24": "housing_finance_or",
38
+ "25": "housing_finance_pa",
39
+ "26": "housing_finance_ta",
40
+ "27": "housing_finance_te",
41
+ "28": "micro_loan_ar",
42
+ "29": "micro_loan_bn",
43
+ "30": "micro_loan_en",
44
+ "31": "micro_loan_es",
45
+ "32": "micro_loan_gu",
46
+ "33": "micro_loan_hi",
47
+ "34": "micro_loan_kn",
48
+ "35": "micro_loan_kok",
49
+ "36": "micro_loan_ml",
50
+ "37": "micro_loan_mr",
51
+ "38": "micro_loan_or",
52
+ "39": "micro_loan_pa",
53
+ "40": "micro_loan_ta",
54
+ "41": "micro_loan_te",
55
+ "42": "personal_loan_ar",
56
+ "43": "personal_loan_bn",
57
+ "44": "personal_loan_en",
58
+ "45": "personal_loan_es",
59
+ "46": "personal_loan_gu",
60
+ "47": "personal_loan_hi",
61
+ "48": "personal_loan_kn",
62
+ "49": "personal_loan_kok",
63
+ "50": "personal_loan_ml",
64
+ "51": "personal_loan_mr",
65
+ "52": "personal_loan_or",
66
+ "53": "personal_loan_pa",
67
+ "54": "personal_loan_ta",
68
+ "55": "personal_loan_te",
69
+ "56": "sme_loan_ar",
70
+ "57": "sme_loan_bn",
71
+ "58": "sme_loan_en",
72
+ "59": "sme_loan_es",
73
+ "60": "sme_loan_gu",
74
+ "61": "sme_loan_hi",
75
+ "62": "sme_loan_kn",
76
+ "63": "sme_loan_kok",
77
+ "64": "sme_loan_ml",
78
+ "65": "sme_loan_mr",
79
+ "66": "sme_loan_or",
80
+ "67": "sme_loan_pa",
81
+ "68": "sme_loan_ta",
82
+ "69": "sme_loan_te",
83
+ "70": "two_wheeler_loan_ar",
84
+ "71": "two_wheeler_loan_bn",
85
+ "72": "two_wheeler_loan_en",
86
+ "73": "two_wheeler_loan_es",
87
+ "74": "two_wheeler_loan_gu",
88
+ "75": "two_wheeler_loan_hi",
89
+ "76": "two_wheeler_loan_kn",
90
+ "77": "two_wheeler_loan_kok",
91
+ "78": "two_wheeler_loan_ml",
92
+ "79": "two_wheeler_loan_mr",
93
+ "80": "two_wheeler_loan_or",
94
+ "81": "two_wheeler_loan_pa",
95
+ "82": "two_wheeler_loan_ta",
96
+ "83": "two_wheeler_loan_te"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  },
98
  "initializer_range": 0.02,
99
  "intermediate_size": 3072,
100
  "label2id": {
101
+ "farm_equipment_finance_ar": 0,
102
+ "farm_equipment_finance_bn": 1,
103
+ "farm_equipment_finance_en": 2,
104
+ "farm_equipment_finance_es": 3,
105
+ "farm_equipment_finance_gu": 4,
106
+ "farm_equipment_finance_hi": 5,
107
+ "farm_equipment_finance_kn": 6,
108
+ "farm_equipment_finance_kok": 7,
109
+ "farm_equipment_finance_ml": 8,
110
+ "farm_equipment_finance_mr": 9,
111
+ "farm_equipment_finance_or": 10,
112
+ "farm_equipment_finance_pa": 11,
113
+ "farm_equipment_finance_ta": 12,
114
+ "farm_equipment_finance_te": 13,
115
+ "housing_finance_ar": 14,
116
+ "housing_finance_bn": 15,
117
+ "housing_finance_en": 16,
118
+ "housing_finance_es": 17,
119
+ "housing_finance_gu": 18,
120
+ "housing_finance_hi": 19,
121
+ "housing_finance_kn": 20,
122
+ "housing_finance_kok": 21,
123
+ "housing_finance_ml": 22,
124
+ "housing_finance_mr": 23,
125
+ "housing_finance_or": 24,
126
+ "housing_finance_pa": 25,
127
+ "housing_finance_ta": 26,
128
+ "housing_finance_te": 27,
129
+ "micro_loan_ar": 28,
130
+ "micro_loan_bn": 29,
131
+ "micro_loan_en": 30,
132
+ "micro_loan_es": 31,
133
+ "micro_loan_gu": 32,
134
+ "micro_loan_hi": 33,
135
+ "micro_loan_kn": 34,
136
+ "micro_loan_kok": 35,
137
+ "micro_loan_ml": 36,
138
+ "micro_loan_mr": 37,
139
+ "micro_loan_or": 38,
140
+ "micro_loan_pa": 39,
141
+ "micro_loan_ta": 40,
142
+ "micro_loan_te": 41,
143
+ "personal_loan_ar": 42,
144
+ "personal_loan_bn": 43,
145
+ "personal_loan_en": 44,
146
+ "personal_loan_es": 45,
147
+ "personal_loan_gu": 46,
148
+ "personal_loan_hi": 47,
149
+ "personal_loan_kn": 48,
150
+ "personal_loan_kok": 49,
151
+ "personal_loan_ml": 50,
152
+ "personal_loan_mr": 51,
153
+ "personal_loan_or": 52,
154
+ "personal_loan_pa": 53,
155
+ "personal_loan_ta": 54,
156
+ "personal_loan_te": 55,
157
+ "sme_loan_ar": 56,
158
+ "sme_loan_bn": 57,
159
+ "sme_loan_en": 58,
160
+ "sme_loan_es": 59,
161
+ "sme_loan_gu": 60,
162
+ "sme_loan_hi": 61,
163
+ "sme_loan_kn": 62,
164
+ "sme_loan_kok": 63,
165
+ "sme_loan_ml": 64,
166
+ "sme_loan_mr": 65,
167
+ "sme_loan_or": 66,
168
+ "sme_loan_pa": 67,
169
+ "sme_loan_ta": 68,
170
+ "sme_loan_te": 69,
171
+ "two_wheeler_loan_ar": 70,
172
+ "two_wheeler_loan_bn": 71,
173
+ "two_wheeler_loan_en": 72,
174
+ "two_wheeler_loan_es": 73,
175
+ "two_wheeler_loan_gu": 74,
176
+ "two_wheeler_loan_hi": 75,
177
+ "two_wheeler_loan_kn": 76,
178
+ "two_wheeler_loan_kok": 77,
179
+ "two_wheeler_loan_ml": 78,
180
+ "two_wheeler_loan_mr": 79,
181
+ "two_wheeler_loan_or": 80,
182
+ "two_wheeler_loan_pa": 81,
183
+ "two_wheeler_loan_ta": 82,
184
+ "two_wheeler_loan_te": 83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  },
186
  "layer_norm_eps": 1e-12,
187
  "max_position_embeddings": 512,
label_encoder.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:623ec746a2464de22dcd1805b69d9f3252baac679231fe653485ee864140c5e1
3
- size 9375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff463b256b48afff3bf96a0577a982b08fcfce210658c3ad27480393770f0ce6
3
+ size 9063
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e83a52be91629008a9f7ce55d5de5c136edc1aaeaa7aa7b2cfe426bf1c7ca403
3
- size 438260096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19edb898e45991982f7f8df9f82c38e0b3aa9daba6c2347c20bebcf31cf5dab3
3
+ size 438567696
runs/Nov15_16-20-24_SuperBlack/events.out.tfevents.1731667825.SuperBlack.49965.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba1e8515740117e624978498d5dafe218505fe595d567ded4da4cef958062ea
3
+ size 30475
runs/Nov15_16-20-24_SuperBlack/events.out.tfevents.1731678354.SuperBlack.49965.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cf0c99c1b3cb9c240f053f47cca8ca96eaa5b3d8cfd4e9233b3c486725e91e1
3
+ size 364
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e421240d23aebc0db143e5c1139930e5f8bd95fede95fa578c54340fc51f56c
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d36f94979715593d95043137f40033aa3a127bbb6a49a30d0baa5004f4e34e0
3
  size 5304