kneau007 commited on
Commit
cb4a296
·
verified ·
1 Parent(s): 5e9577b

Add SetFit model

Browse files
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 768,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "swiglu",
3
+ "architectures": [
4
+ "NomicBertModel"
5
+ ],
6
+ "attn_pdrop": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "nomic-ai/nomic-bert-2048--configuration_hf_nomic_bert.NomicBertConfig",
9
+ "AutoModel": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertModel",
10
+ "AutoModelForMaskedLM": "nomic-ai/nomic-bert-2048--modeling_hf_nomic_bert.NomicBertForPreTraining"
11
+ },
12
+ "bos_token_id": null,
13
+ "causal": false,
14
+ "dense_seq_output": true,
15
+ "embd_pdrop": 0.0,
16
+ "eos_token_id": null,
17
+ "fused_bias_fc": true,
18
+ "fused_dropout_add_ln": true,
19
+ "initializer_range": 0.02,
20
+ "layer_norm_epsilon": 1e-12,
21
+ "max_trained_positions": 2048,
22
+ "mlp_fc1_bias": false,
23
+ "mlp_fc2_bias": false,
24
+ "model_type": "nomic_bert",
25
+ "n_embd": 768,
26
+ "n_head": 12,
27
+ "n_inner": 3072,
28
+ "n_layer": 12,
29
+ "n_positions": 8192,
30
+ "pad_vocab_size_multiple": 64,
31
+ "parallel_block": false,
32
+ "parallel_block_tied_norm": false,
33
+ "prenorm": false,
34
+ "qkv_proj_bias": false,
35
+ "reorder_and_upcast_attn": false,
36
+ "resid_pdrop": 0.0,
37
+ "rotary_emb_base": 1000,
38
+ "rotary_emb_fraction": 1.0,
39
+ "rotary_emb_interleaved": false,
40
+ "rotary_emb_scale_base": null,
41
+ "rotary_scaling_factor": 2,
42
+ "scale_attn_by_inverse_layer_idx": false,
43
+ "scale_attn_weights": true,
44
+ "summary_activation": null,
45
+ "summary_first_dropout": 0.1,
46
+ "summary_proj_to_labels": true,
47
+ "summary_type": "cls_index",
48
+ "summary_use_proj": true,
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.50.0",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "use_flash_attn": true,
54
+ "use_rms_norm": false,
55
+ "use_xentropy": true,
56
+ "vocab_size": 30528
57
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "3.4.1",
4
+ "transformers": "4.50.0",
5
+ "pytorch": "2.6.0+cu124"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": "cosine"
10
+ }
config_setfit.json ADDED
@@ -0,0 +1,565 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "normalize_embeddings": false,
3
+ "labels": [
4
+ "ATM / Debit Cards",
5
+ "ATM/Debit Cards",
6
+ "Aadhaar Seeding Online",
7
+ "Aadhar enrolment / correction form",
8
+ "Aadhar enrolment / correction form(Hindi)",
9
+ "Access Restricted",
10
+ "Account Balance",
11
+ "Account Opening Forms NRI",
12
+ "Add to your Financial Stability with IND Shakti 555 days",
13
+ "Add to your Financial Stability \u2013 with IND Shakti 555 days",
14
+ "Agri Clinic and Agri Business Centres",
15
+ "Agricultural Godowns / Cold Storage",
16
+ "Agricultural Jewel Loan Scheme",
17
+ "Agriculture Loan",
18
+ "Amalgamation",
19
+ "Analyst Coverage",
20
+ "Analyst Coverage on Bank\u2019s Share Price",
21
+ "Annual General Meeting",
22
+ "Annual General Meetings and Extraordinary General Meetings",
23
+ "Annual Reports",
24
+ "Another Option for Pension",
25
+ "Application Downloads",
26
+ "Applications supported by Blocked Amount (ASBA)",
27
+ "Audio/ Video Recording/Concall Transcripts",
28
+ "Awards & Accolades",
29
+ "Azadi Ka Amrit Mahotsav #TogetherforBiggerThings",
30
+ "Azadi Ka Amrit Mahotsav \u2013 #TogetherforBiggerThings",
31
+ "BCSBI - Code of Bank\u2019s Commitment\nto Customers",
32
+ "BE Safe in Your Cyber Behaviour",
33
+ "BHIM AADHAAR PAY",
34
+ "BHIM Aadhaar Pay",
35
+ "BSBDA AND SMALL ACCOUNT",
36
+ "BSBDA and Small Account",
37
+ "Banking Ombudsman 2021",
38
+ "Bank\u00e2\u20ac\u2122s Profile",
39
+ "Bank\u2019s Profile",
40
+ "Base I -II Disclosures",
41
+ "Best Practices code of the Bank",
42
+ "Bharat Aadhaar Seeding Enabler",
43
+ "Block Lost ATM Card",
44
+ "Block Lost Credit Card",
45
+ "Block all channels",
46
+ "Board of Directors",
47
+ "Booklet on Digital Products & services",
48
+ "Business Responsibility and Sustainability Report",
49
+ "CA FOR STATE /CENTRAL GOVT & CONSULAR & IND PFMS",
50
+ "CA FOR STATE /CENTRAL GOVT & CONSULAR & IND PFMS\n",
51
+ "CA FOR STATE/CENTRAL GOVT & CONSULAR & IND PFMS (Government Accounts)",
52
+ "CAMS-CRA_Registration",
53
+ "CAMS-CRA_Standing Instructions",
54
+ "CAMS-CRA_Subscription",
55
+ "CENTRAL BANK DIGITAL CURRENCY (CBDC) -Indian Bank Digital Rupee Application",
56
+ "CGRS",
57
+ "CITIZENS\u2019 CHARTER ",
58
+ "CONTACTS FOR QUERIES",
59
+ "CORPORATE LOAN",
60
+ "Capital Gains",
61
+ "Capital Gains SB account",
62
+ "Careers",
63
+ "Centralized Pension Processing Centre",
64
+ "Chief General Managers",
65
+ "Chief Vigilance Officer",
66
+ "Choosing the Right Term Deposit: Fixed, Recurring or Money Multiplier Your Best Fit?",
67
+ "Choosing the Right Term Deposit: Fixed, Recurring or Money Multiplier \u2013 Your Best Fit?",
68
+ "Coin vending machines(CVMs) location in chennai",
69
+ "Colombo Branch",
70
+ "Common Account Opening Form-Non Individuals",
71
+ "Compressed Bio Gas plant financing under Sustainable alternative towards affordable Transportation",
72
+ "Corporate Blog",
73
+ "Corporate Credit",
74
+ "Corporate Governance",
75
+ "Corporate Governance Reports",
76
+ "Corporate Loan",
77
+ "Corporate Social Responsiblity",
78
+ "Corporate credit",
79
+ "Covering letter to be obtained from the customers currently holding lockers",
80
+ "Credit Cards",
81
+ "Credit Life Insurance Coverages in Association with M/s. Kotak Life",
82
+ "Credit Life Insurance Coverages in association with M/s. Aditya Birla Sun Life Insurance",
83
+ "Current Account",
84
+ "Current Account \u2013 Minimum Balance Requirement",
85
+ "Cusomer Feedback",
86
+ "Customer Centric Services",
87
+ "Customer Complaint/Awareness",
88
+ "Customer Complaint/Awareness_Cyber Awareness Content",
89
+ "Customer Complaint/UEBT",
90
+ "Customer Complaints / Awareness",
91
+ "Customer On-Boarding using TAB",
92
+ "Customer care",
93
+ "Cyber Awareness Content",
94
+ "Cyber crime / Unauthorized transaction",
95
+ "DEAF Transaction List",
96
+ "DISPLAY OF INFORMATION SECURED ASSETS POSSESSED UNDER THE SARFAESI ACT 2002",
97
+ "DRAT & DRT NODAL AND LIAISON Officers ",
98
+ "Dairy Loan",
99
+ "Dealing Dishonour of cheques",
100
+ "Death Claim Settlement",
101
+ "Debenture Trustee",
102
+ "Debit Card",
103
+ "Debit Cards",
104
+ "Debit card",
105
+ "Defending Against Rising Online Frauds: Stay Cyber-Safe!",
106
+ "Deposit Insurance & Credit Guarantee Corp..",
107
+ "Deposit Interest Certificate",
108
+ "Deposit Rates",
109
+ "Derivatives",
110
+ "Designated Authority for Whistle Blower Complaints",
111
+ "Details of Outstanding Tier 1 and Tier 2 Bonds",
112
+ "Digital Banking Unit: Shaping the Financial Future of India",
113
+ "Digital Insurance Platform",
114
+ "Digital Personal Data Protection Policy \n(Eng)",
115
+ "Digitizing the Indian Banking Experience",
116
+ "Disclaimer",
117
+ "Disclosures",
118
+ "Disclosures made to Stock Exchanges",
119
+ "Display of Information - Secured Assets Possessed Under The Sarfaesi ACT 2002",
120
+ "Dividend Details",
121
+ "Don\u2019t Be a Money Mule: Protect Yourself from Fraud",
122
+ "Doorstep Banking",
123
+ "Doorstep Banking: Your Convenience, Our Priority",
124
+ "E Confirmation of Bank Guarantee",
125
+ "E-ALLAHABAD BANK",
126
+ "E-Shopping",
127
+ "ECSNoticetoCustomers(Pdf)",
128
+ "ED's Profile",
129
+ "Education Loan Subsidy Schemes",
130
+ "Education Loan \u2013 Subsidy Schemes",
131
+ "Education loan",
132
+ "Electronic BG Applicant video",
133
+ "Electronic BG Benificiary video",
134
+ "Empanelments / Engagements",
135
+ "Event Updates/ Newspaper Advertisement",
136
+ "Executive Director\u00e2\u20ac\u2122s Profile",
137
+ "Executive Director\u2019s Profile",
138
+ "External Sites",
139
+ "Extraordinary General Meetings",
140
+ "F.A.Qs",
141
+ "FCNR (B) Accounts",
142
+ "FCNR (B) DEPOSITS Rates",
143
+ "FIXED DEPOSIT",
144
+ "Fair Lending Practices Code",
145
+ "Featured Products / Services / Schemes",
146
+ "Financial Inclusion",
147
+ "Financial Inclusion in India: Filling the Void",
148
+ "Financial Results",
149
+ "Financing Agriculturists for Purchase of Tractors & Other Farm Machinery",
150
+ "Find the Best Avenues for Tax Savings with Indian Bank",
151
+ "First Quarter Financial Results 2024-25",
152
+ "Fixed Deposit",
153
+ "Fixed ROI for Retail Loans",
154
+ "Food and Agro Processing",
155
+ "Foreign Branches",
156
+ "Forex Rates for Treasury",
157
+ "Forex Remittance Facility through Internet Banking- Retail",
158
+ "Frequently Asked Questions Internet Banking and Mobile Banking",
159
+ "General Managers",
160
+ "Government Deposit Schemes",
161
+ "Government Sponsored Jan Suraksha Schemes: Trio Pack for Your Financial Security",
162
+ "Head Office Departments",
163
+ "Helpline for Women in Distress - 7827170170",
164
+ "Helpline for Women in Distress - 7827170172",
165
+ "History",
166
+ "Home Loan",
167
+ "Home Loan Scheme for Economically Weaker Section (EWS), Low Income Group (LIG) and Middle Income Group (MIG) individuals: Urban Areas",
168
+ "Home Loan to Corporate Entity",
169
+ "Home Loans: A Strategic Move to Preserve Your Savings",
170
+ "How to Save Tax 101: A Comprehensive Guide to Tax Saving Investment Options",
171
+ "How-to Videos Internet Banking",
172
+ "How-to Videos Mobile Banking",
173
+ "IB Arogya Raksha \u2013 Portability Options for existing customers",
174
+ "IB COMFORT- DOMESTIC AND NRE",
175
+ "IB CONTRACTORS",
176
+ "IB CORP SB Payroll Package Scheme for Salaried Class",
177
+ "IB CORP SB \u2013 Payroll package scheme for salaried class",
178
+ "IB Corp SB \u2013 Payroll Package Scheme for Salaried Class",
179
+ "IB Doctor Plus",
180
+ "IB Education Loan (IBA",
181
+ "IB Education Loan (IBA)",
182
+ "IB Education Loan(IBA)",
183
+ "IB Gen X For the Vibrant Youth",
184
+ "IB Gen X \u2013 For the Vibrant Youth",
185
+ "IB Golden Ager Term Deposit Product for Super Senior Citizens",
186
+ "IB Golden Ager \u2013 Term Deposit Product for Super Senior Citizens",
187
+ "IB HARIT",
188
+ "IB HOME ENRICH",
189
+ "IB Home ENRICH",
190
+ "IB Home Improve",
191
+ "IB Home Loan",
192
+ "IB Home Loan Flexi",
193
+ "IB Home Loan Plus",
194
+ "IB Kishore Savings Bank Account for Minors",
195
+ "IB Kishore \u2013 Savings Bank Account for Minors",
196
+ "IB Loan against Sovereign Gold Bond",
197
+ "IB MSME Jewel Loan",
198
+ "IB MY OWN SHOP",
199
+ "IB Mahila Shakti For Women",
200
+ "IB Mahila Shakti \u2013 For Women",
201
+ "IB PROFESSIONAL",
202
+ "IB Pension Loan",
203
+ "IB Plot Loan",
204
+ "IB Produce Marketing Loan Loan Against eNWRs",
205
+ "IB Produce Marketing Loan \u2013 Loan Against eNWRs",
206
+ "IB RERA CURRENT ACCOUNT",
207
+ "IB RERA Current Account",
208
+ "IB Salaam Special Account for Defence Personnel",
209
+ "IB Salaam \u2013 Special Account for Defence Personnel",
210
+ "IB Sammaan",
211
+ "IB Smart Kid",
212
+ "IB Star Agro Mills (Rice Mill, Dhal Mill, Oil Mill and Flour Mill)",
213
+ "IB TAX SAVER SCHEME",
214
+ "IB Tax Saver Scheme",
215
+ "IB Tradewell",
216
+ "IB Vehicle Loan",
217
+ "IB Vidyarthi Suraksha (With PNB-Metlife)",
218
+ "IB i-Freedom Current Account",
219
+ "IB \u2013 COMFORT - DOMESTIC AND NRE (Minimum Balance & Charges)",
220
+ "IB \u2013 Sammaan",
221
+ "IB \u2013COMFORT- DOMESTIC AND NRE",
222
+ "IBEX GOLD CARD SCHEME (GCS) FOR EXPORTERS",
223
+ "IMAGE",
224
+ "IMAGE ",
225
+ "IMAGE Computer Centre",
226
+ "IMAGE Contact Us",
227
+ "IMAGE Email Id\u00e2\u20ac\u2122s",
228
+ "IMAGE Email Id\u2019s",
229
+ "IMAGE Infrastructure",
230
+ "IMAGE Principal\u2019s Message",
231
+ "IMAGE Training Philosophy",
232
+ "IMPORTANT TERMS AND CONDITIONS CA",
233
+ "IMPORTANT TERMS AND CONDITIONS SB",
234
+ "IMPORTANT TERMS AND CONDITIONS \u2013 CA",
235
+ "IMPORTANT TERMS AND CONDITIONS \u2013 CA (Account Transfer)",
236
+ "IMPORTANT TERMS AND CONDITIONS \u2013 CA (Current Account)",
237
+ "IMPORTANT TERMS AND CONDITIONS \u2013 SB",
238
+ "IND COURT",
239
+ "IND Corp SB Elite\u201d Payroll package scheme for Salaried Class with bundled Group Personal Accidental Insurance (PAI)",
240
+ "IND Corp SB \u2013 Elite (Payroll Package Scheme)",
241
+ "IND EQUIPMENT & WHEELS (CE/CV) scheme",
242
+ "IND GST ADVANTAGE",
243
+ "IND GURUDEV",
244
+ "IND GURUDEV (Auto Sweep & SMS Alert)",
245
+ "IND HEALTH CARE",
246
+ "IND KISAN SAUR SHAKTHI (PM KUSUM) Additional Component (Component C- Feeder level Solarisation)",
247
+ "IND KISAN SAUR SHAKTHI (PM KUSUM) Additional Component (Component C- Feeder level Solarisation)\n",
248
+ "IND Krishi Vaahan",
249
+ "IND MSME SAKHI",
250
+ "IND MSME VEHICLE",
251
+ "IND Micro Food Processing Enterprises- (PMFME)",
252
+ "IND Millionaire Recurring Deposit Account NRE",
253
+ "IND Millionaire Recurring Deposit Account \u2013 NRE",
254
+ "IND NAVYA",
255
+ "IND Non-Callable Deposit",
256
+ "IND PASHUDHAN Mitra- Animal Husbandry Infrastructure Development Fund (AHIDF)",
257
+ "IND PM Vishwakarma",
258
+ "IND Professional Special",
259
+ "IND Rupee Gain",
260
+ "IND SAMPOORNA SALARY PACKAGE",
261
+ "IND SME Secure",
262
+ "IND SUPER 400 DAYS",
263
+ "IND SUPREME 300 DAYS",
264
+ "IND \u2013 PM Vishwakarma",
265
+ "IND- KRISHI INFRA FUND (AGRICULTURE INFRA FUND)",
266
+ "IND-SME E-VAAHAN",
267
+ "IND-SME EASE",
268
+ "IND-SURYA SHAKTI",
269
+ "INDIAN BANK MUTUAL FUND",
270
+ "INDIAN BANK TRUST FOR RURAL DEVELOPMENT (IBTRD)\n",
271
+ "Image",
272
+ "Important Communication regarding Amalgamation (Internet Banking / Mobile Banking)",
273
+ "Important Contacts",
274
+ "Important Notices to Shareholders / Bondholders",
275
+ "Ind Advantage (Reward Program)",
276
+ "Ind Jet Remit (RTGS)",
277
+ "Ind Lakhpati Didi Scheme",
278
+ "Ind Mortgage",
279
+ "Ind Netbanking",
280
+ "Ind QwikCollect",
281
+ "IndOASIS Checksum",
282
+ "IndOASIS Checksum\n",
283
+ "IndOASIS Terms and Conditions",
284
+ "IndSMART",
285
+ "IndSMART Mobile Banking App Checksum",
286
+ "IndSMART: Indian Bank\u00e2\u20ac\u2122s Omni channel Mobile App",
287
+ "IndSMART: Indian Bank\u2019s Omni channel Mobile App",
288
+ "IndSmart",
289
+ "Indbank Merchant Banking - Online share trading",
290
+ "Indian Bank Annual Reports",
291
+ "Indian Bank Debit Card Shopping Perks",
292
+ "Indian Bank Financial Results",
293
+ "Indian Bank One Co-Branded Credit Card",
294
+ "Indian Bank Prepaid Card App Terms and Conditions",
295
+ "Indian Bank, IFSC Banking Unit, GIFT City",
296
+ "Indoasis",
297
+ "Interest Rate for Agri Products",
298
+ "Interest Rate for agri Products",
299
+ "Interest Rates for Small Savings Schemes",
300
+ "Interest Rates on Personal Segment Loan Products Fixed",
301
+ "Interest Rates on Personal Segment Loan Products: Floating",
302
+ "Interest Rates on SB / NRO / NRE Accounts",
303
+ "Internet Banking",
304
+ "Internet banking",
305
+ "Internet/Mobile/Tele Banking",
306
+ "Investor / Analyst Presentation",
307
+ "Investor Grievances",
308
+ "Investor Guide / FAQ",
309
+ "Investor Relations",
310
+ "Investors",
311
+ "Investors Services Center",
312
+ "Jaffna Branch",
313
+ "Jewel Loan",
314
+ "Jewel Loan appointment",
315
+ "Jewel Loan: Unlock the Value of Your Gold for Financial Flexibility",
316
+ "Joint Liability Group (JLG)",
317
+ "KCC Gold Plus",
318
+ "KCC Marine Gold Scheme",
319
+ "Kisan Credit Card (KCC)",
320
+ "Kisan Credit Card (KCC) Animal Husbandry and Fisheries",
321
+ "Kisan Credit Card (KCC) \u2013 Animal Husbandry and Fisheries",
322
+ "LOAN AGAINST LEASE RENTALS",
323
+ "LOAN AGAINST LEASE RENTALS(IB RENTAL)",
324
+ "Lab Grown Diamond Scheme",
325
+ "Lending Rates",
326
+ "Lending rates",
327
+ "Lending rates for Export Credit",
328
+ "Lending rates for RMD",
329
+ "Lending rates for Retail Assets",
330
+ "Life Certificate",
331
+ "Life Insurance",
332
+ "Life Insurance Corporation Of India",
333
+ "Loan / OD against NSC / KVP / Relief bonds of RBI / LIC policies",
334
+ "Loan Application Status",
335
+ "Loan for Purchase of \u00e2\u20ac\u0153Van / Minibus / Bus / Ambulance\u00e2\u20ac\uf19d to Institutions / Firms / PSU / Company / Hospitals",
336
+ "Loan for Purchase of \u201cVan / Minibus / Bus / Ambulance\u201d to Institutions / Firms / PSU / Company / Hospitals",
337
+ "Loan/OD/Credit Card against Deposit",
338
+ "Login Procedure for Internet Banking",
339
+ "Login procedure for Mobile Banking",
340
+ "Loyalty Program Delights: Unlocking Special Rewards for Your Loyalty",
341
+ "MACT SB",
342
+ "MCA Payment",
343
+ "MD & CEO Speeches / Media Interaction",
344
+ "MD & CEO's Profile",
345
+ "MONEY MULTIPLIER DEPOSITS",
346
+ "MSME",
347
+ "MSME AUTO RENEWAL",
348
+ "MSME AUTO \u2013 RENEWAL",
349
+ "MSME DIGI Jewel Loan and Jewel Loan (Re-Pledge)",
350
+ "MSME LAP",
351
+ "MSME Loans_Download_Digital Personal Data Protection Policy-1-26102024",
352
+ "MSME Loans_GST Advantage",
353
+ "MSME Loans_MSME Loan Renewal",
354
+ "MSME Loans_Pre Approved Bussiness Loan",
355
+ "MSME Loans_Shishu Mudra Loan",
356
+ "Managing Director & CEO\u00e2\u20ac\u2122s Profile",
357
+ "Managing Director & CEO\u2019s Profile",
358
+ "Media Speaks",
359
+ "Merchant UPI QR Code",
360
+ "Mini Statement",
361
+ "Mobile Banking",
362
+ "Mobile Banking/Internet Banking",
363
+ "Money multiplier Deposits",
364
+ "Motor Accident Claim Tribunal Deposit(MACAD) Scheme",
365
+ "Mutual Funds, IPO, Demat & Trading",
366
+ "N R I / Foreign Exchange",
367
+ "NABARD",
368
+ "NEFT",
369
+ "NETC FASTag",
370
+ "NPS VATSALYA",
371
+ "NRE FD/ MMD/ RD ACCOUNTS",
372
+ "NRE SB ACCOUNTS",
373
+ "NRE and RFC SB interest Rates",
374
+ "NRI A/cs",
375
+ "NRI Home Loan",
376
+ "NRI INFO BEAM Monthly Newsletter",
377
+ "NRI Plot Loan",
378
+ "NRI and Forex",
379
+ "National Common Mobility Card (NCMC)",
380
+ "New Pension Scheme as an avenue for Tax Savings",
381
+ "New SB Product for Salaried Customers IND SALARY SURAKSHA",
382
+ "New SB Product for Salaried Customers IND SALARY SURAKSHA\n",
383
+ "Nodal Officers - Cusomer service",
384
+ "Nodal Officers RBI Integrated Ombudsman Scheme, 2021",
385
+ "Nodal Officers- Customer service",
386
+ "Nodal Officers_Ombudsman Scheme,2021",
387
+ "Nodal Officers_Ombudsman Scheme,2022",
388
+ "Nomination: A Must Have in Your Accounts",
389
+ "Non-Life Insurance",
390
+ "Non-Resident Ordinary Account",
391
+ "Notifications",
392
+ "OD against Gold Jewels",
393
+ "ONLINE SHISHU MUDRA LOAN",
394
+ "OVERDRAFT FACILITY IN SB SALARY A/C\u00e2\u20ac\u0153IB INSTA CASH\u00e2\u20ac\uf19d",
395
+ "OVERDRAFT FACILITY IN SB SALARY A/C\u201cIB INSTA CASH\u201d",
396
+ "One Time Settlement for NPA Borrowers (eOTS)",
397
+ "Online Collection Products",
398
+ "Online Form 16 A Download",
399
+ "Online Interest Certificate",
400
+ "Online Loans",
401
+ "Online Locker Facility",
402
+ "Online Re-KYC Portal",
403
+ "Online Services",
404
+ "Open Online Account with Video-Based Customer Identification Process (V- CIP)",
405
+ "PM Surya Ghar: Muft Bijli Yojna",
406
+ "PMMY-MUDRA-Tarun Plus",
407
+ "PMSurya Ghar: Muft Bijli Yojana Roof Top Solar Loan Scheme",
408
+ "PSB LOANS IN 59 MINUTES",
409
+ "Personal Loan",
410
+ "Personal loan",
411
+ "Point of Sale (PoS)",
412
+ "Policies and Regulations",
413
+ "Policy On Green Deposit",
414
+ "Policy for Social Media ",
415
+ "Policy on Appointment of Statutory Branch Auditors 2023-24 and Onwards (HI)",
416
+ "Policy on Co-Lending by Bank and NBFCs/HFCs\nto priority sectors",
417
+ "Policy on Determination and disclosure of material events / information",
418
+ "Policy on Determining Material Subsidiary",
419
+ "Policy on Related Party Transactions",
420
+ "Policy on appointment of SABs -year 2023 -24 (Domestic & Overseas)",
421
+ "Positive Pay Syatem(PPS)",
422
+ "Positive Pay System",
423
+ "Positive Pay System (PPS)",
424
+ "Pre Approved Business Loan",
425
+ "Premium Current Account",
426
+ "Premium Services",
427
+ "Press Releases",
428
+ "Privacy Policy Corporate Merchant App",
429
+ "Privacy Policy Digital Currency",
430
+ "Privacy Policy IB Merchant App",
431
+ "Privacy Policy IndOASIS",
432
+ "Privacy Policy Mobile Banking (IndSmart)",
433
+ "Privacy Policy for Bhim Aadhaar Pay",
434
+ "Privacy Policy for SoftPos",
435
+ "Procedure on locker / safe deposit articles",
436
+ "Process for claiming Unclaimed Deposit transferred to Depositor Education and Awareness (DEA) Fund",
437
+ "Processing Charges in Agri Term Loans, JL(Ag), SHG Loan & JP(NP)",
438
+ "Processing Charges of SME Products",
439
+ "Profile Updation",
440
+ "Protean-CRA",
441
+ "Puduvai Bharathiar Grama Bank",
442
+ "QIP",
443
+ "QIP WEBSITE DISCLAIMER",
444
+ "Queries / Feedback",
445
+ "Quick Contact",
446
+ "Quick Contacts",
447
+ "RBI Monetory Museum Bank Notes and Security Features",
448
+ "RECURRING DEPOSIT",
449
+ "REPO Based Lending Rate for MSME",
450
+ "RFC TERM DEPOSIT Rates",
451
+ "Rajbhasha",
452
+ "Re-KYC (based on declaration)",
453
+ "Re-KYC: Periodic Update of KYC Details",
454
+ "Recovery Agents Empaneled / Engaged by bank(Eng)",
455
+ "Recurring Deposit",
456
+ "Regulatory Disclosures Section",
457
+ "Remittance To India",
458
+ "Request a Call Back",
459
+ "Reserve Bank Of India",
460
+ "Resident Foreign Currency account for Returning Indians",
461
+ "Retail Loans_Credit Card",
462
+ "Retail Loans_Home Loan",
463
+ "Retail Loans_OD/Term Loan/Credit Card Against Deposit",
464
+ "Retail Loans_Overdraft against Insurance ",
465
+ "Retail Loans_Vehicle Loan",
466
+ "Reverse Mortgage",
467
+ "RuPay Key Chain",
468
+ "SB FOR CENTRAL / STATE GOVERNMENT / CONSULAR OFFICES & IND PFMS",
469
+ "SB Platinum Savings Bank Platinum Account with Sweep facility",
470
+ "SB Platinum \u2013 Savings Bank Platinum Account",
471
+ "SB Platinum \u2013 Savings Bank Platinum Account with Sweep facility",
472
+ "SB for IND PFMS & SB for Central/State Government/Consular Offices",
473
+ "SB for students under govt scholarship & SB for DBT",
474
+ "SELF HELP GROUP (SHG) SHAKTI",
475
+ "SELF HELP GROUP (SHG) \u2013 SHAKTI",
476
+ "SHG Bank Linkage Programme Direct Linkage to SHGs",
477
+ "SHG Bank Linkage Programme \u2013 Direct Linkage to SHGs",
478
+ "SHG GRIHALAKSHMI (Housing Loan to SHG Members)",
479
+ "SHG GRIHALAKSHMI (Housing loan to SHG Members)",
480
+ "SHORT TERM DEPOSITS",
481
+ "SMS Banking/ Missed Call Service",
482
+ "SOVA Android Trojan ALERT!!",
483
+ "Salary Loan IB Clean Loan to Salaried Class",
484
+ "Salary Loan \u2013 IB Clean Loan to Salaried Class",
485
+ "Saptagiri Grameena Bank",
486
+ "Savings Bank",
487
+ "Savings Bank Account",
488
+ "Savings Bank Account for Pensioners",
489
+ "Savings Bank Accounts \u2013 Terms & Conditions",
490
+ "Say No to Queues and Yes to Fastag!!!!!",
491
+ "Scheme for financing MSMEs for setting up Biomass Pellets manufacturing units",
492
+ "Scheme on financing Manufacturers / Suppliers / Vendors of Solar panels and other ancillary products",
493
+ "Security",
494
+ "Security Alert (Hindi)",
495
+ "Security Alert (pdf)",
496
+ "Service Charges",
497
+ "Service Charges / Forex Rates",
498
+ "Service Charges on ATM Services",
499
+ "Services",
500
+ "Services rendered free of charge",
501
+ "Shareholding Pattern",
502
+ "Short Term Deposits",
503
+ "Small Farmers' Agri-Business Consortium",
504
+ "Special Non-Resident Rupee Account (SNRR)",
505
+ "Specialist Officers Exam Result (SO)",
506
+ "Stamp Charges Details for Executing for Locker agreement",
507
+ "Statement",
508
+ "Statement Through Email",
509
+ "Statutory Central Auditors",
510
+ "Stay Safe: Watch Out for Suspicious Files, APKs, and Links",
511
+ "Subsidiaries and Joint Ventures",
512
+ "Sukanya Samriddhi Account",
513
+ "Sukanya Samriddhi Account Scheme",
514
+ "Supply Chain Finance",
515
+ "TERM LOAN",
516
+ "TERMS AND CONDITIONS - TERM DEPOSIT ACCOUNT",
517
+ "TERMS AND CONDITIONS-TERM DEPOSIT ACCOUNT",
518
+ "Tab Banking",
519
+ "Tamil Nadu Grama Bank",
520
+ "Tap, Pay and Go: RuPay NCMC Card",
521
+ "Tarun Plus Scheme",
522
+ "Tenders / Auction",
523
+ "Term Deposit",
524
+ "Term Loan",
525
+ "Termination Clause Mobile Banking (IndSmart)",
526
+ "Terms and Conditions Indian Bank Digital Rupee",
527
+ "Terms and Conditions \u2013 Indian Bank Digital Rupee",
528
+ "The Convenience Revolution: Mobile Banking Explained",
529
+ "UPI through USSD(Eng)",
530
+ "UPI through USSD(Hin)",
531
+ "United India Insurance Company",
532
+ "Units of IMAGE",
533
+ "Unleash your Entrepreneurial Skills with Indian Bank\u00e2\u20ac\u2122s MSME Loans",
534
+ "Unleash your Entrepreneurial Skills with Indian Bank\u2019s MSME Loans",
535
+ "V-CIP",
536
+ "VARIABLE RECURRING DEPOSIT",
537
+ "Variable Recurring Deposit",
538
+ "Vehicle loan",
539
+ "Vision and Mission",
540
+ "WORKING CAPITAL",
541
+ "Wealth Management Services",
542
+ "Weaver MUDRA",
543
+ "Welcome aboard!",
544
+ "Welcome to a New Year of Good Returns with Ind-Swagat",
545
+ "Welfare of Minorities",
546
+ "What and How of Phishing",
547
+ "What is a Credit Score and How it Shapes Financial Health",
548
+ "WhatsApp Banking",
549
+ "What\u00e2\u20ac\u2122s New?",
550
+ "What\u2019s New?",
551
+ "Whistle Blower Policy",
552
+ "Working Capital",
553
+ "e Allahabad Bank Journey",
554
+ "e Payment of Direct Taxes",
555
+ "e Payment of Indirect Taxes",
556
+ "e-Allahabad Bank Journey",
557
+ "e-OD Against Deposit",
558
+ "e-OD Against Deposit\n",
559
+ "\u00e2\u20ac\u0153IND Corp SB Elite\u00e2\u20ac\uf19d Payroll package scheme for Salaried Class with bundled Group Personal Accidental Insurance (PAI)",
560
+ "\u00e2\u20ac\u0153New SB Product for Pensioners\u00e2\u20ac\uf19d IND PENSION PRIME",
561
+ "\u201cIND Corp SB Elite\u201d Payroll package scheme for Salaried Class with bundled Group Personal Accidental Insurance (PAI)",
562
+ "\u201cIND Corp SB \u2013 Elite\u201d Payroll package scheme for Salaried Class with bundled Group Personal Accidental Insurance (PAI)\n",
563
+ "\u201cNew SB Product for Pensioners\u201d IND PENSION PRIME"
564
+ ]
565
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097ff9303be92cc5d18137d9bba689fedcce0441ee10219a227b24fcf4e050ba
3
+ size 546938168
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c87f7e203351c0541aa62d003d82a649ca0eaf97af714de84f8da4947e366cd7
3
+ size 3743879
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 8192,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff