laskovey commited on
Commit
f6b4da8
1 Parent(s): ea7b194

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lxyuan/banking-intent-distilbert-classifier",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "card_arrival",
13
+ "1": "card_linking",
14
+ "2": "exchange_rate",
15
+ "3": "card_payment_wrong_exchange_rate",
16
+ "4": "extra_charge_on_statement",
17
+ "5": "pending_cash_withdrawal",
18
+ "6": "fiat_currency_support",
19
+ "7": "card_delivery_estimate",
20
+ "8": "automatic_top_up",
21
+ "9": "card_not_working",
22
+ "10": "exchange_via_app",
23
+ "11": "lost_or_stolen_card",
24
+ "12": "age_limit",
25
+ "13": "pin_blocked",
26
+ "14": "contactless_not_working",
27
+ "15": "top_up_by_bank_transfer_charge",
28
+ "16": "pending_top_up",
29
+ "17": "cancel_transfer",
30
+ "18": "top_up_limits",
31
+ "19": "wrong_amount_of_cash_received",
32
+ "20": "card_payment_fee_charged",
33
+ "21": "transfer_not_received_by_recipient",
34
+ "22": "supported_cards_and_currencies",
35
+ "23": "getting_virtual_card",
36
+ "24": "card_acceptance",
37
+ "25": "top_up_reverted",
38
+ "26": "balance_not_updated_after_cheque_or_cash_deposit",
39
+ "27": "card_payment_not_recognised",
40
+ "28": "edit_personal_details",
41
+ "29": "why_verify_identity",
42
+ "30": "unable_to_verify_identity",
43
+ "31": "get_physical_card",
44
+ "32": "visa_or_mastercard",
45
+ "33": "topping_up_by_card",
46
+ "34": "disposable_card_limits",
47
+ "35": "compromised_card",
48
+ "36": "atm_support",
49
+ "37": "direct_debit_payment_not_recognised",
50
+ "38": "passcode_forgotten",
51
+ "39": "declined_cash_withdrawal",
52
+ "40": "pending_card_payment",
53
+ "41": "lost_or_stolen_phone",
54
+ "42": "request_refund",
55
+ "43": "declined_transfer",
56
+ "44": "Refund_not_showing_up",
57
+ "45": "declined_card_payment",
58
+ "46": "pending_transfer",
59
+ "47": "terminate_account",
60
+ "48": "card_swallowed",
61
+ "49": "transaction_charged_twice",
62
+ "50": "verify_source_of_funds",
63
+ "51": "transfer_timing",
64
+ "52": "reverted_card_payment?",
65
+ "53": "change_pin",
66
+ "54": "beneficiary_not_allowed",
67
+ "55": "transfer_fee_charged",
68
+ "56": "receiving_money",
69
+ "57": "failed_transfer",
70
+ "58": "transfer_into_account",
71
+ "59": "verify_top_up",
72
+ "60": "getting_spare_card",
73
+ "61": "top_up_by_cash_or_cheque",
74
+ "62": "order_physical_card",
75
+ "63": "virtual_card_not_working",
76
+ "64": "wrong_exchange_rate_for_cash_withdrawal",
77
+ "65": "get_disposable_virtual_card",
78
+ "66": "top_up_failed",
79
+ "67": "balance_not_updated_after_bank_transfer",
80
+ "68": "cash_withdrawal_not_recognised",
81
+ "69": "exchange_charge",
82
+ "70": "top_up_by_card_charge",
83
+ "71": "activate_my_card",
84
+ "72": "cash_withdrawal_charge",
85
+ "73": "card_about_to_expire",
86
+ "74": "apple_pay_or_google_pay",
87
+ "75": "verify_my_identity",
88
+ "76": "country_support"
89
+ },
90
+ "initializer_range": 0.02,
91
+ "label2id": {
92
+ "Refund_not_showing_up": 44,
93
+ "activate_my_card": 71,
94
+ "age_limit": 12,
95
+ "apple_pay_or_google_pay": 74,
96
+ "atm_support": 36,
97
+ "automatic_top_up": 8,
98
+ "balance_not_updated_after_bank_transfer": 67,
99
+ "balance_not_updated_after_cheque_or_cash_deposit": 26,
100
+ "beneficiary_not_allowed": 54,
101
+ "cancel_transfer": 17,
102
+ "card_about_to_expire": 73,
103
+ "card_acceptance": 24,
104
+ "card_arrival": 0,
105
+ "card_delivery_estimate": 7,
106
+ "card_linking": 1,
107
+ "card_not_working": 9,
108
+ "card_payment_fee_charged": 20,
109
+ "card_payment_not_recognised": 27,
110
+ "card_payment_wrong_exchange_rate": 3,
111
+ "card_swallowed": 48,
112
+ "cash_withdrawal_charge": 72,
113
+ "cash_withdrawal_not_recognised": 68,
114
+ "change_pin": 53,
115
+ "compromised_card": 35,
116
+ "contactless_not_working": 14,
117
+ "country_support": 76,
118
+ "declined_card_payment": 45,
119
+ "declined_cash_withdrawal": 39,
120
+ "declined_transfer": 43,
121
+ "direct_debit_payment_not_recognised": 37,
122
+ "disposable_card_limits": 34,
123
+ "edit_personal_details": 28,
124
+ "exchange_charge": 69,
125
+ "exchange_rate": 2,
126
+ "exchange_via_app": 10,
127
+ "extra_charge_on_statement": 4,
128
+ "failed_transfer": 57,
129
+ "fiat_currency_support": 6,
130
+ "get_disposable_virtual_card": 65,
131
+ "get_physical_card": 31,
132
+ "getting_spare_card": 60,
133
+ "getting_virtual_card": 23,
134
+ "lost_or_stolen_card": 11,
135
+ "lost_or_stolen_phone": 41,
136
+ "order_physical_card": 62,
137
+ "passcode_forgotten": 38,
138
+ "pending_card_payment": 40,
139
+ "pending_cash_withdrawal": 5,
140
+ "pending_top_up": 16,
141
+ "pending_transfer": 46,
142
+ "pin_blocked": 13,
143
+ "receiving_money": 56,
144
+ "request_refund": 42,
145
+ "reverted_card_payment?": 52,
146
+ "supported_cards_and_currencies": 22,
147
+ "terminate_account": 47,
148
+ "top_up_by_bank_transfer_charge": 15,
149
+ "top_up_by_card_charge": 70,
150
+ "top_up_by_cash_or_cheque": 61,
151
+ "top_up_failed": 66,
152
+ "top_up_limits": 18,
153
+ "top_up_reverted": 25,
154
+ "topping_up_by_card": 33,
155
+ "transaction_charged_twice": 49,
156
+ "transfer_fee_charged": 55,
157
+ "transfer_into_account": 58,
158
+ "transfer_not_received_by_recipient": 21,
159
+ "transfer_timing": 51,
160
+ "unable_to_verify_identity": 30,
161
+ "verify_my_identity": 75,
162
+ "verify_source_of_funds": 50,
163
+ "verify_top_up": 59,
164
+ "virtual_card_not_working": 63,
165
+ "visa_or_mastercard": 32,
166
+ "why_verify_identity": 29,
167
+ "wrong_amount_of_cash_received": 19,
168
+ "wrong_exchange_rate_for_cash_withdrawal": 64
169
+ },
170
+ "max_position_embeddings": 512,
171
+ "model_type": "distilbert",
172
+ "n_heads": 12,
173
+ "n_layers": 6,
174
+ "pad_token_id": 0,
175
+ "problem_type": "single_label_classification",
176
+ "qa_dropout": 0.1,
177
+ "seq_classif_dropout": 0.2,
178
+ "sinusoidal_pos_embds": false,
179
+ "tie_weights_": true,
180
+ "torch_dtype": "float32",
181
+ "transformers_version": "4.39.3",
182
+ "vocab_size": 30522
183
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66699b3305fb889ab23d6e22c894a5b7f29bffd8d562ca7304e42673fbf11345
3
+ size 268063276
runs/Apr09_21-55-50_jupyter-st039845/events.out.tfevents.1712699760.jupyter-st039845.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac404cfcce55bccafa0a89d1eb0588105d8cfe827dfa52f5935ee841a62c94a6
3
+ size 9702
runs/Apr09_21-57-43_jupyter-st039845/events.out.tfevents.1712699868.jupyter-st039845.77.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9f613dedbb0153769f03f4f8129375eba916d999fc3dd524ed25f0800c47b8d
3
+ size 9703
runs/Apr09_21-57-43_jupyter-st039845/events.out.tfevents.1712700202.jupyter-st039845.77.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27d5507bbed828059ad1d7be726b97efcf4a14c75f72fadc7a751f069fb494b5
3
+ size 19366
runs/Apr09_21-57-43_jupyter-st039845/events.out.tfevents.1712701236.jupyter-st039845.77.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5564ef8bbf073ec9eb75f27fbade9b298448fa11e071eb6ba539b82d1e35b8
3
+ size 9703
runs/Apr09_22-26-06_jupyter-st039845/events.out.tfevents.1712701570.jupyter-st039845.77.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b2c8666e17ae5448589455ae6f16fb062fb55991b6f22eeeaae78a43adfd0a
3
+ size 9702
runs/Apr09_23-10-29_jupyter-st039845/events.out.tfevents.1712704366.jupyter-st039845.77.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59214fe4a0d95a10fd7d27202c947c835c9fc4411f60625e9cc321b2f0d76211
3
+ size 9908
runs/Apr09_23-15-23_jupyter-st039845/events.out.tfevents.1712704526.jupyter-st039845.77.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcc0e70588c8a908c0470fa24b3c003ebaceb8f83ab5d9c4d6eb1c1afa07230
3
+ size 9908
runs/Apr10_08-17-57_jupyter-st039845/events.out.tfevents.1712737086.jupyter-st039845.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24ccae868de0590697e8ba3dd230df6aa48dec72db98fc308b9aa01f49d6f517
3
+ size 9905
runs/Apr10_08-19-33_jupyter-st039845/events.out.tfevents.1712737177.jupyter-st039845.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cfc09e42679923924773065f12c2007294b69b776a23903e1c5954a4836a015
3
+ size 9905
runs/Apr10_08-22-08_jupyter-st039845/events.out.tfevents.1712737333.jupyter-st039845.73.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d1ff48dc350395a8ac5d89dc433d7063f233e2405774349d660612c0f95647f
3
+ size 9905
runs/Apr10_08-26-35_jupyter-st039845/events.out.tfevents.1712737601.jupyter-st039845.73.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a855a4dcba594541fc0d7e36b693f69cb3ec4d387692e739d0029e9460b1fe87
3
+ size 10222
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1684ef5238e7e2a13347868003f178af952eff06439dc63683aa0725e556abc8
3
+ size 4475
vocab.txt ADDED
The diff for this file is too large to render. See raw diff