shazan18 commited on
Commit
071da39
·
verified ·
1 Parent(s): 4053a23

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "directionality": "bidi",
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "gradient_checkpointing": false,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "Refund_not_showing_up",
18
+ "1": "activate_my_card",
19
+ "2": "age_limit",
20
+ "3": "apple_pay_or_google_pay",
21
+ "4": "atm_support",
22
+ "5": "automatic_top_up",
23
+ "6": "balance_not_updated_after_bank_transfer",
24
+ "7": "balance_not_updated_after_cheque_or_cash_deposit",
25
+ "8": "beneficiary_not_allowed",
26
+ "9": "cancel_transfer",
27
+ "10": "card_about_to_expire",
28
+ "11": "card_acceptance",
29
+ "12": "card_arrival",
30
+ "13": "card_delivery_estimate",
31
+ "14": "card_linking",
32
+ "15": "card_not_working",
33
+ "16": "card_payment_fee_charged",
34
+ "17": "card_payment_not_recognised",
35
+ "18": "card_payment_wrong_exchange_rate",
36
+ "19": "card_swallowed",
37
+ "20": "cash_withdrawal_charge",
38
+ "21": "cash_withdrawal_not_recognised",
39
+ "22": "change_pin",
40
+ "23": "compromised_card",
41
+ "24": "contactless_not_working",
42
+ "25": "country_support",
43
+ "26": "declined_card_payment",
44
+ "27": "declined_cash_withdrawal",
45
+ "28": "declined_transfer",
46
+ "29": "direct_debit_payment_not_recognised",
47
+ "30": "disposable_card_limits",
48
+ "31": "edit_personal_details",
49
+ "32": "exchange_charge",
50
+ "33": "exchange_rate",
51
+ "34": "exchange_via_app",
52
+ "35": "extra_charge_on_statement",
53
+ "36": "failed_transfer",
54
+ "37": "fiat_currency_support",
55
+ "38": "get_disposable_virtual_card",
56
+ "39": "get_physical_card",
57
+ "40": "getting_spare_card",
58
+ "41": "getting_virtual_card",
59
+ "42": "lost_or_stolen_card",
60
+ "43": "lost_or_stolen_phone",
61
+ "44": "order_physical_card",
62
+ "45": "passcode_forgotten",
63
+ "46": "pending_card_payment",
64
+ "47": "pending_cash_withdrawal",
65
+ "48": "pending_top_up",
66
+ "49": "pending_transfer",
67
+ "50": "pin_blocked",
68
+ "51": "receiving_money",
69
+ "52": "request_refund",
70
+ "53": "reverted_card_payment?",
71
+ "54": "supported_cards_and_currencies",
72
+ "55": "terminate_account",
73
+ "56": "top_up_by_bank_transfer_charge",
74
+ "57": "top_up_by_card_charge",
75
+ "58": "top_up_by_cash_or_cheque",
76
+ "59": "top_up_failed",
77
+ "60": "top_up_limits",
78
+ "61": "top_up_reverted",
79
+ "62": "topping_up_by_card",
80
+ "63": "transaction_charged_twice",
81
+ "64": "transfer_fee_charged",
82
+ "65": "transfer_into_account",
83
+ "66": "transfer_not_received_by_recipient",
84
+ "67": "transfer_timing",
85
+ "68": "unable_to_verify_identity",
86
+ "69": "verify_my_identity",
87
+ "70": "verify_source_of_funds",
88
+ "71": "verify_top_up",
89
+ "72": "virtual_card_not_working",
90
+ "73": "visa_or_mastercard",
91
+ "74": "why_verify_identity",
92
+ "75": "wrong_amount_of_cash_received",
93
+ "76": "wrong_exchange_rate_for_cash_withdrawal"
94
+ },
95
+ "initializer_range": 0.02,
96
+ "intermediate_size": 3072,
97
+ "is_decoder": false,
98
+ "label2id": {
99
+ "Refund_not_showing_up": 0,
100
+ "activate_my_card": 1,
101
+ "age_limit": 2,
102
+ "apple_pay_or_google_pay": 3,
103
+ "atm_support": 4,
104
+ "automatic_top_up": 5,
105
+ "balance_not_updated_after_bank_transfer": 6,
106
+ "balance_not_updated_after_cheque_or_cash_deposit": 7,
107
+ "beneficiary_not_allowed": 8,
108
+ "cancel_transfer": 9,
109
+ "card_about_to_expire": 10,
110
+ "card_acceptance": 11,
111
+ "card_arrival": 12,
112
+ "card_delivery_estimate": 13,
113
+ "card_linking": 14,
114
+ "card_not_working": 15,
115
+ "card_payment_fee_charged": 16,
116
+ "card_payment_not_recognised": 17,
117
+ "card_payment_wrong_exchange_rate": 18,
118
+ "card_swallowed": 19,
119
+ "cash_withdrawal_charge": 20,
120
+ "cash_withdrawal_not_recognised": 21,
121
+ "change_pin": 22,
122
+ "compromised_card": 23,
123
+ "contactless_not_working": 24,
124
+ "country_support": 25,
125
+ "declined_card_payment": 26,
126
+ "declined_cash_withdrawal": 27,
127
+ "declined_transfer": 28,
128
+ "direct_debit_payment_not_recognised": 29,
129
+ "disposable_card_limits": 30,
130
+ "edit_personal_details": 31,
131
+ "exchange_charge": 32,
132
+ "exchange_rate": 33,
133
+ "exchange_via_app": 34,
134
+ "extra_charge_on_statement": 35,
135
+ "failed_transfer": 36,
136
+ "fiat_currency_support": 37,
137
+ "get_disposable_virtual_card": 38,
138
+ "get_physical_card": 39,
139
+ "getting_spare_card": 40,
140
+ "getting_virtual_card": 41,
141
+ "lost_or_stolen_card": 42,
142
+ "lost_or_stolen_phone": 43,
143
+ "order_physical_card": 44,
144
+ "passcode_forgotten": 45,
145
+ "pending_card_payment": 46,
146
+ "pending_cash_withdrawal": 47,
147
+ "pending_top_up": 48,
148
+ "pending_transfer": 49,
149
+ "pin_blocked": 50,
150
+ "receiving_money": 51,
151
+ "request_refund": 52,
152
+ "reverted_card_payment?": 53,
153
+ "supported_cards_and_currencies": 54,
154
+ "terminate_account": 55,
155
+ "top_up_by_bank_transfer_charge": 56,
156
+ "top_up_by_card_charge": 57,
157
+ "top_up_by_cash_or_cheque": 58,
158
+ "top_up_failed": 59,
159
+ "top_up_limits": 60,
160
+ "top_up_reverted": 61,
161
+ "topping_up_by_card": 62,
162
+ "transaction_charged_twice": 63,
163
+ "transfer_fee_charged": 64,
164
+ "transfer_into_account": 65,
165
+ "transfer_not_received_by_recipient": 66,
166
+ "transfer_timing": 67,
167
+ "unable_to_verify_identity": 68,
168
+ "verify_my_identity": 69,
169
+ "verify_source_of_funds": 70,
170
+ "verify_top_up": 71,
171
+ "virtual_card_not_working": 72,
172
+ "visa_or_mastercard": 73,
173
+ "why_verify_identity": 74,
174
+ "wrong_amount_of_cash_received": 75,
175
+ "wrong_exchange_rate_for_cash_withdrawal": 76
176
+ },
177
+ "layer_norm_eps": 1e-12,
178
+ "max_position_embeddings": 512,
179
+ "model_type": "bert",
180
+ "num_attention_heads": 12,
181
+ "num_hidden_layers": 12,
182
+ "pad_token_id": 0,
183
+ "pooler_fc_size": 768,
184
+ "pooler_num_attention_heads": 12,
185
+ "pooler_num_fc_layers": 3,
186
+ "pooler_size_per_head": 128,
187
+ "pooler_type": "first_token_transform",
188
+ "position_embedding_type": "absolute",
189
+ "tie_word_embeddings": true,
190
+ "transformers_version": "5.13.1",
191
+ "type_vocab_size": 2,
192
+ "use_cache": false,
193
+ "vocab_size": 501153
194
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01120f82b967e85b03c7072790f97f9b215447c5efeecc007cd0ad5d4338699a
3
+ size 1883968188
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f72b993b05e566e04415720e03409ca251bf620ae9e003abe0aad1c08c10b6b
3
+ size 13632017
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "full_tokenizer_file": null,
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "mask_token": "[MASK]",
10
+ "model_max_length": 512,
11
+ "never_split": null,
12
+ "pad_token": "[PAD]",
13
+ "sep_token": "[SEP]",
14
+ "strip_accents": null,
15
+ "tokenize_chinese_chars": true,
16
+ "tokenizer_class": "BertTokenizer",
17
+ "unk_token": "[UNK]"
18
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3903d4ec00d3d2e85de10332dc8e0252048341cb057a3c0113c3f8aa66f63614
3
+ size 5201