Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
- name: TenaliAI-FinTech-v1
|
6 |
results: []
|
@@ -21,7 +25,47 @@ More information needed
|
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
This model is meant to generate "Intent" for a given customer query on bank's netbanking portal or mobile banking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
@@ -71,4 +115,4 @@ The following hyperparameters were used during training:
|
|
71 |
- Transformers 4.30.0
|
72 |
- Pytorch 2.0.1
|
73 |
- Datasets 2.12.0
|
74 |
-
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
- banking
|
5 |
+
- finance
|
6 |
+
- internet banking
|
7 |
+
- mobile banking
|
8 |
model-index:
|
9 |
- name: TenaliAI-FinTech-v1
|
10 |
results: []
|
|
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
+
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 :
|
29 |
+
|
30 |
+
{
|
31 |
+
'add_beneficiary': 0,
|
32 |
+
'balance_enquiry': 1,
|
33 |
+
'beneficiary_details': 2,
|
34 |
+
'bill_payment': 3,
|
35 |
+
'block_card': 4,
|
36 |
+
'bulk_payments': 5,
|
37 |
+
'bulk_payments_status': 6,
|
38 |
+
'change_contact_info': 7,
|
39 |
+
'debit_card_details': 8,
|
40 |
+
'delete_beneficiary': 9,
|
41 |
+
'fd_details': 10,
|
42 |
+
'fd_rate': 11,
|
43 |
+
'fd_rate_large_amount': 12,
|
44 |
+
'funds_transfer_other_bank': 13,
|
45 |
+
'funds_transfer_own_account': 14,
|
46 |
+
'funds_transfer_status': 15,
|
47 |
+
'funds_transfer_third_party': 16,
|
48 |
+
'gst_payment': 17,
|
49 |
+
'investment_details': 18,
|
50 |
+
'list_accounts': 19,
|
51 |
+
'list_beneficiary': 20,
|
52 |
+
'list_billers': 21,
|
53 |
+
'list_fd': 22,
|
54 |
+
'list_investments': 23,
|
55 |
+
'list_loans': 24,
|
56 |
+
'loan_details': 25,
|
57 |
+
'nrv_details': 26,
|
58 |
+
'open_account': 27,
|
59 |
+
'pending_authorization': 28,
|
60 |
+
'pin_change': 29,
|
61 |
+
'raise_request': 30,
|
62 |
+
'request_status': 31,
|
63 |
+
'saving_interest_rate': 32,
|
64 |
+
'send_money_abroad': 33,
|
65 |
+
'ss_fd_rate': 34,
|
66 |
+
'transaction_history': 35,
|
67 |
+
'transaction_limit': 36,
|
68 |
+
'update_beneficiary': 37}
|
69 |
|
70 |
## Training and evaluation data
|
71 |
|
|
|
115 |
- Transformers 4.30.0
|
116 |
- Pytorch 2.0.1
|
117 |
- Datasets 2.12.0
|
118 |
+
- Tokenizers 0.13.3
|