saribasmetehan
commited on
Commit
•
50884c0
1
Parent(s):
45e93bf
Update README.md
Browse files
README.md
CHANGED
@@ -26,85 +26,88 @@ It achieves the following results on the evaluation set:
|
|
26 |
## Model description
|
27 |
|
28 |
This model is a BERT (bert-base-uncased) model fine-tuned using the Banking77 dataset for text classification tasks. Banking77 is a dataset designed to categorize customer support messages in the banking and finance domain into 77 distinct categories. This model is specifically tailored for classifying customer complaints and inquiries in the banking sector, helping to assign messages to the correct categories effectively.
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
|
|
|
|
|
|
108 |
## Intended uses & limitations
|
109 |
|
110 |
More information needed
|
|
|
26 |
## Model description
|
27 |
|
28 |
This model is a BERT (bert-base-uncased) model fine-tuned using the Banking77 dataset for text classification tasks. Banking77 is a dataset designed to categorize customer support messages in the banking and finance domain into 77 distinct categories. This model is specifically tailored for classifying customer complaints and inquiries in the banking sector, helping to assign messages to the correct categories effectively.
|
29 |
+
|
30 |
+
| Label Index | Intent Category |
|
31 |
+
|-------------|--------------------------------------------------|
|
32 |
+
| 0 | activate_my_card |
|
33 |
+
| 1 | age_limit |
|
34 |
+
| 2 | apple_pay_or_google_pay |
|
35 |
+
| 3 | atm_support |
|
36 |
+
| 4 | automatic_top_up |
|
37 |
+
| 5 | balance_not_updated_after_bank_transfer |
|
38 |
+
| 6 | balance_not_updated_after_cheque_or_cash_deposit|
|
39 |
+
| 7 | beneficiary_not_allowed |
|
40 |
+
| 8 | cancel_transfer |
|
41 |
+
| 9 | card_about_to_expire |
|
42 |
+
| 10 | card_acceptance |
|
43 |
+
| 11 | card_arrival |
|
44 |
+
| 12 | card_delivery_estimate |
|
45 |
+
| 13 | card_linking |
|
46 |
+
| 14 | card_not_working |
|
47 |
+
| 15 | card_payment_fee_charged |
|
48 |
+
| 16 | card_payment_not_recognised |
|
49 |
+
| 17 | card_payment_wrong_exchange_rate |
|
50 |
+
| 18 | card_swallowed |
|
51 |
+
| 19 | cash_withdrawal_charge |
|
52 |
+
| 20 | cash_withdrawal_not_recognised |
|
53 |
+
| 21 | change_pin |
|
54 |
+
| 22 | compromised_card |
|
55 |
+
| 23 | contactless_not_working |
|
56 |
+
| 24 | country_support |
|
57 |
+
| 25 | declined_card_payment |
|
58 |
+
| 26 | declined_cash_withdrawal |
|
59 |
+
| 27 | declined_transfer |
|
60 |
+
| 28 | direct_debit_payment_not_recognised |
|
61 |
+
| 29 | disposable_card_limits |
|
62 |
+
| 30 | edit_personal_details |
|
63 |
+
| 31 | exchange_charge |
|
64 |
+
| 32 | exchange_rate |
|
65 |
+
| 33 | exchange_via_app |
|
66 |
+
| 34 | extra_charge_on_statement |
|
67 |
+
| 35 | failed_transfer |
|
68 |
+
| 36 | fiat_currency_support |
|
69 |
+
| 37 | get_disposable_virtual_card |
|
70 |
+
| 38 | get_physical_card |
|
71 |
+
| 39 | getting_spare_card |
|
72 |
+
| 40 | getting_virtual_card |
|
73 |
+
| 41 | lost_or_stolen_card |
|
74 |
+
| 42 | lost_or_stolen_phone |
|
75 |
+
| 43 | order_physical_card |
|
76 |
+
| 44 | passcode_forgotten |
|
77 |
+
| 45 | pending_card_payment |
|
78 |
+
| 46 | pending_cash_withdrawal |
|
79 |
+
| 47 | pending_top_up |
|
80 |
+
| 48 | pending_transfer |
|
81 |
+
| 49 | pin_blocked |
|
82 |
+
| 50 | receiving_money |
|
83 |
+
| 51 | refund_not_showing_up |
|
84 |
+
| 52 | request_refund |
|
85 |
+
| 53 | reverted_card_payment |
|
86 |
+
| 54 | supported_cards_and_currencies |
|
87 |
+
| 55 | terminate_account |
|
88 |
+
| 56 | top_up_by_bank_transfer_charge |
|
89 |
+
| 57 | top_up_by_card_charge |
|
90 |
+
| 58 | top_up_by_cash_or_cheque |
|
91 |
+
| 59 | top_up_failed |
|
92 |
+
| 60 | top_up_limits |
|
93 |
+
| 61 | top_up_reverted |
|
94 |
+
| 62 | topping_up_by_card |
|
95 |
+
| 63 | transaction_charged_twice |
|
96 |
+
| 64 | transfer_fee_charged |
|
97 |
+
| 65 | transfer_into_account |
|
98 |
+
| 66 | transfer_not_received_by_recipient |
|
99 |
+
| 67 | transfer_timing |
|
100 |
+
| 68 | unable_to_verify_identity |
|
101 |
+
| 69 | verify_my_identity |
|
102 |
+
| 70 | verify_source_of_funds |
|
103 |
+
| 71 | verify_top_up |
|
104 |
+
| 72 | virtual_card_not_working |
|
105 |
+
| 73 | visa_or_mastercard |
|
106 |
+
| 74 | why_verify_identity |
|
107 |
+
| 75 | wrong_amount_of_cash_received |
|
108 |
+
| 76 | wrong_exchange_rate_for_cash_withdrawal |
|
109 |
+
Nasıl Eklenir:
|
110 |
+
|
111 |
## Intended uses & limitations
|
112 |
|
113 |
More information needed
|