Naster17 commited on
Commit
2198ddb
·
verified ·
1 Parent(s): 4c5b8aa

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "activate_my_card",
13
+ "1": "age_limit",
14
+ "10": "card_acceptance",
15
+ "11": "card_arrival",
16
+ "12": "card_delivery_estimate",
17
+ "13": "card_linking",
18
+ "14": "card_not_working",
19
+ "15": "card_payment_fee_charged",
20
+ "16": "card_payment_not_recognised",
21
+ "17": "card_payment_wrong_exchange_rate",
22
+ "18": "card_swallowed",
23
+ "19": "cash_withdrawal_charge",
24
+ "2": "apple_pay_or_google_pay",
25
+ "20": "cash_withdrawal_not_recognised",
26
+ "21": "change_pin",
27
+ "22": "compromised_card",
28
+ "23": "contactless_not_working",
29
+ "24": "country_support",
30
+ "25": "declined_card_payment",
31
+ "26": "declined_cash_withdrawal",
32
+ "27": "declined_transfer",
33
+ "28": "direct_debit_payment_not_recognised",
34
+ "29": "disposable_card_limits",
35
+ "3": "atm_support",
36
+ "30": "edit_personal_details",
37
+ "31": "exchange_charge",
38
+ "32": "exchange_rate",
39
+ "33": "exchange_via_app",
40
+ "34": "extra_charge_on_statement",
41
+ "35": "failed_transfer",
42
+ "36": "fiat_currency_support",
43
+ "37": "get_disposable_virtual_card",
44
+ "38": "get_physical_card",
45
+ "39": "getting_spare_card",
46
+ "4": "automatic_top_up",
47
+ "40": "getting_virtual_card",
48
+ "41": "lost_or_stolen_card",
49
+ "42": "lost_or_stolen_phone",
50
+ "43": "order_physical_card",
51
+ "44": "passcode_forgotten",
52
+ "45": "pending_card_payment",
53
+ "46": "pending_cash_withdrawal",
54
+ "47": "pending_top_up",
55
+ "48": "pending_transfer",
56
+ "49": "pin_blocked",
57
+ "5": "balance_not_updated_after_bank_transfer",
58
+ "50": "receiving_money",
59
+ "51": "Refund_not_showing_up",
60
+ "52": "request_refund",
61
+ "53": "reverted_card_payment?",
62
+ "54": "supported_cards_and_currencies",
63
+ "55": "terminate_account",
64
+ "56": "top_up_by_bank_transfer_charge",
65
+ "57": "top_up_by_card_charge",
66
+ "58": "top_up_by_cash_or_cheque",
67
+ "59": "top_up_failed",
68
+ "6": "balance_not_updated_after_cheque_or_cash_deposit",
69
+ "60": "top_up_limits",
70
+ "61": "top_up_reverted",
71
+ "62": "topping_up_by_card",
72
+ "63": "transaction_charged_twice",
73
+ "64": "transfer_fee_charged",
74
+ "65": "transfer_into_account",
75
+ "66": "transfer_not_received_by_recipient",
76
+ "67": "transfer_timing",
77
+ "68": "unable_to_verify_identity",
78
+ "69": "verify_my_identity",
79
+ "7": "beneficiary_not_allowed",
80
+ "70": "verify_source_of_funds",
81
+ "71": "verify_top_up",
82
+ "72": "virtual_card_not_working",
83
+ "73": "visa_or_mastercard",
84
+ "74": "why_verify_identity",
85
+ "75": "wrong_amount_of_cash_received",
86
+ "76": "wrong_exchange_rate_for_cash_withdrawal",
87
+ "8": "cancel_transfer",
88
+ "9": "card_about_to_expire"
89
+ },
90
+ "initializer_range": 0.02,
91
+ "intermediate_size": 3072,
92
+ "label2id": {
93
+ "Refund_not_showing_up": "51",
94
+ "activate_my_card": "0",
95
+ "age_limit": "1",
96
+ "apple_pay_or_google_pay": "2",
97
+ "atm_support": "3",
98
+ "automatic_top_up": "4",
99
+ "balance_not_updated_after_bank_transfer": "5",
100
+ "balance_not_updated_after_cheque_or_cash_deposit": "6",
101
+ "beneficiary_not_allowed": "7",
102
+ "cancel_transfer": "8",
103
+ "card_about_to_expire": "9",
104
+ "card_acceptance": "10",
105
+ "card_arrival": "11",
106
+ "card_delivery_estimate": "12",
107
+ "card_linking": "13",
108
+ "card_not_working": "14",
109
+ "card_payment_fee_charged": "15",
110
+ "card_payment_not_recognised": "16",
111
+ "card_payment_wrong_exchange_rate": "17",
112
+ "card_swallowed": "18",
113
+ "cash_withdrawal_charge": "19",
114
+ "cash_withdrawal_not_recognised": "20",
115
+ "change_pin": "21",
116
+ "compromised_card": "22",
117
+ "contactless_not_working": "23",
118
+ "country_support": "24",
119
+ "declined_card_payment": "25",
120
+ "declined_cash_withdrawal": "26",
121
+ "declined_transfer": "27",
122
+ "direct_debit_payment_not_recognised": "28",
123
+ "disposable_card_limits": "29",
124
+ "edit_personal_details": "30",
125
+ "exchange_charge": "31",
126
+ "exchange_rate": "32",
127
+ "exchange_via_app": "33",
128
+ "extra_charge_on_statement": "34",
129
+ "failed_transfer": "35",
130
+ "fiat_currency_support": "36",
131
+ "get_disposable_virtual_card": "37",
132
+ "get_physical_card": "38",
133
+ "getting_spare_card": "39",
134
+ "getting_virtual_card": "40",
135
+ "lost_or_stolen_card": "41",
136
+ "lost_or_stolen_phone": "42",
137
+ "order_physical_card": "43",
138
+ "passcode_forgotten": "44",
139
+ "pending_card_payment": "45",
140
+ "pending_cash_withdrawal": "46",
141
+ "pending_top_up": "47",
142
+ "pending_transfer": "48",
143
+ "pin_blocked": "49",
144
+ "receiving_money": "50",
145
+ "request_refund": "52",
146
+ "reverted_card_payment?": "53",
147
+ "supported_cards_and_currencies": "54",
148
+ "terminate_account": "55",
149
+ "top_up_by_bank_transfer_charge": "56",
150
+ "top_up_by_card_charge": "57",
151
+ "top_up_by_cash_or_cheque": "58",
152
+ "top_up_failed": "59",
153
+ "top_up_limits": "60",
154
+ "top_up_reverted": "61",
155
+ "topping_up_by_card": "62",
156
+ "transaction_charged_twice": "63",
157
+ "transfer_fee_charged": "64",
158
+ "transfer_into_account": "65",
159
+ "transfer_not_received_by_recipient": "66",
160
+ "transfer_timing": "67",
161
+ "unable_to_verify_identity": "68",
162
+ "verify_my_identity": "69",
163
+ "verify_source_of_funds": "70",
164
+ "verify_top_up": "71",
165
+ "virtual_card_not_working": "72",
166
+ "visa_or_mastercard": "73",
167
+ "why_verify_identity": "74",
168
+ "wrong_amount_of_cash_received": "75",
169
+ "wrong_exchange_rate_for_cash_withdrawal": "76"
170
+ },
171
+ "layer_norm_eps": 1e-12,
172
+ "max_position_embeddings": 512,
173
+ "model_type": "bert",
174
+ "num_attention_heads": 12,
175
+ "num_hidden_layers": 12,
176
+ "pad_token_id": 0,
177
+ "position_embedding_type": "absolute",
178
+ "problem_type": "single_label_classification",
179
+ "torch_dtype": "float32",
180
+ "transformers_version": "4.50.2",
181
+ "type_vocab_size": 2,
182
+ "use_cache": true,
183
+ "vocab_size": 30522
184
+ }
logs/events.out.tfevents.1743105982.Unknown.2946907.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7889e6d49a9d8891ba101ab181ccbfa044caaa325d0d43041a39ff23adabcc
3
+ size 10315
logs/events.out.tfevents.1743106071.Unknown.2947959.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f31c237f2438a0e64e68a8355caa67ea78afea8c04cf99ce777df20b1e75df
3
+ size 8280
logs/events.out.tfevents.1743106123.Unknown.2948632.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b131f9bc4d1a8cbd2f06d00976b8b7961fef969e6e1e8932a751a64c4a15c85b
3
+ size 10312
logs/events.out.tfevents.1743106195.Unknown.2949845.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adb8ca74d16fbd7fea63aed3e250007eb1f6ace86959ef0937295bd7065f7745
3
+ size 13161
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19404d448da3f22c5bc28165c6ab716f916be95c770277bf66672f2ea635460f
3
+ size 438189348
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1ca569cd810154e2caad80edd1c0bd7496a3d6af3de13a00b4b56ac15e1e56f
3
+ size 5432