johnjrhunglin commited on
Commit
799d067
·
verified ·
1 Parent(s): 89da8f0

End of training

Browse files
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - f1
9
+ model-index:
10
+ - name: test_trainer
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # test_trainer
18
+
19
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4368
22
+ - F1: 0.9154
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 3
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 3.3399 | 1.0 | 313 | 1.2794 | 0.7547 |
54
+ | 0.7239 | 2.0 | 626 | 0.5618 | 0.9007 |
55
+ | 0.4404 | 3.0 | 939 | 0.4368 | 0.9154 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.46.3
61
+ - Pytorch 2.4.1+cu118
62
+ - Datasets 3.1.0
63
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "activate_my_card",
14
+ "1": "age_limit",
15
+ "10": "card_acceptance",
16
+ "11": "card_arrival",
17
+ "12": "card_delivery_estimate",
18
+ "13": "card_linking",
19
+ "14": "card_not_working",
20
+ "15": "card_payment_fee_charged",
21
+ "16": "card_payment_not_recognised",
22
+ "17": "card_payment_wrong_exchange_rate",
23
+ "18": "card_swallowed",
24
+ "19": "cash_withdrawal_charge",
25
+ "2": "apple_pay_or_google_pay",
26
+ "20": "cash_withdrawal_not_recognised",
27
+ "21": "change_pin",
28
+ "22": "compromised_card",
29
+ "23": "contactless_not_working",
30
+ "24": "country_support",
31
+ "25": "declined_card_payment",
32
+ "26": "declined_cash_withdrawal",
33
+ "27": "declined_transfer",
34
+ "28": "direct_debit_payment_not_recognised",
35
+ "29": "disposable_card_limits",
36
+ "3": "atm_support",
37
+ "30": "edit_personal_details",
38
+ "31": "exchange_charge",
39
+ "32": "exchange_rate",
40
+ "33": "exchange_via_app",
41
+ "34": "extra_charge_on_statement",
42
+ "35": "failed_transfer",
43
+ "36": "fiat_currency_support",
44
+ "37": "get_disposable_virtual_card",
45
+ "38": "get_physical_card",
46
+ "39": "getting_spare_card",
47
+ "4": "automatic_top_up",
48
+ "40": "getting_virtual_card",
49
+ "41": "lost_or_stolen_card",
50
+ "42": "lost_or_stolen_phone",
51
+ "43": "order_physical_card",
52
+ "44": "passcode_forgotten",
53
+ "45": "pending_card_payment",
54
+ "46": "pending_cash_withdrawal",
55
+ "47": "pending_top_up",
56
+ "48": "pending_transfer",
57
+ "49": "pin_blocked",
58
+ "5": "balance_not_updated_after_bank_transfer",
59
+ "50": "receiving_money",
60
+ "51": "Refund_not_showing_up",
61
+ "52": "request_refund",
62
+ "53": "reverted_card_payment?",
63
+ "54": "supported_cards_and_currencies",
64
+ "55": "terminate_account",
65
+ "56": "top_up_by_bank_transfer_charge",
66
+ "57": "top_up_by_card_charge",
67
+ "58": "top_up_by_cash_or_cheque",
68
+ "59": "top_up_failed",
69
+ "6": "balance_not_updated_after_cheque_or_cash_deposit",
70
+ "60": "top_up_limits",
71
+ "61": "top_up_reverted",
72
+ "62": "topping_up_by_card",
73
+ "63": "transaction_charged_twice",
74
+ "64": "transfer_fee_charged",
75
+ "65": "transfer_into_account",
76
+ "66": "transfer_not_received_by_recipient",
77
+ "67": "transfer_timing",
78
+ "68": "unable_to_verify_identity",
79
+ "69": "verify_my_identity",
80
+ "7": "beneficiary_not_allowed",
81
+ "70": "verify_source_of_funds",
82
+ "71": "verify_top_up",
83
+ "72": "virtual_card_not_working",
84
+ "73": "visa_or_mastercard",
85
+ "74": "why_verify_identity",
86
+ "75": "wrong_amount_of_cash_received",
87
+ "76": "wrong_exchange_rate_for_cash_withdrawal",
88
+ "8": "cancel_transfer",
89
+ "9": "card_about_to_expire"
90
+ },
91
+ "initializer_range": 0.02,
92
+ "intermediate_size": 3072,
93
+ "label2id": {
94
+ "Refund_not_showing_up": "51",
95
+ "activate_my_card": "0",
96
+ "age_limit": "1",
97
+ "apple_pay_or_google_pay": "2",
98
+ "atm_support": "3",
99
+ "automatic_top_up": "4",
100
+ "balance_not_updated_after_bank_transfer": "5",
101
+ "balance_not_updated_after_cheque_or_cash_deposit": "6",
102
+ "beneficiary_not_allowed": "7",
103
+ "cancel_transfer": "8",
104
+ "card_about_to_expire": "9",
105
+ "card_acceptance": "10",
106
+ "card_arrival": "11",
107
+ "card_delivery_estimate": "12",
108
+ "card_linking": "13",
109
+ "card_not_working": "14",
110
+ "card_payment_fee_charged": "15",
111
+ "card_payment_not_recognised": "16",
112
+ "card_payment_wrong_exchange_rate": "17",
113
+ "card_swallowed": "18",
114
+ "cash_withdrawal_charge": "19",
115
+ "cash_withdrawal_not_recognised": "20",
116
+ "change_pin": "21",
117
+ "compromised_card": "22",
118
+ "contactless_not_working": "23",
119
+ "country_support": "24",
120
+ "declined_card_payment": "25",
121
+ "declined_cash_withdrawal": "26",
122
+ "declined_transfer": "27",
123
+ "direct_debit_payment_not_recognised": "28",
124
+ "disposable_card_limits": "29",
125
+ "edit_personal_details": "30",
126
+ "exchange_charge": "31",
127
+ "exchange_rate": "32",
128
+ "exchange_via_app": "33",
129
+ "extra_charge_on_statement": "34",
130
+ "failed_transfer": "35",
131
+ "fiat_currency_support": "36",
132
+ "get_disposable_virtual_card": "37",
133
+ "get_physical_card": "38",
134
+ "getting_spare_card": "39",
135
+ "getting_virtual_card": "40",
136
+ "lost_or_stolen_card": "41",
137
+ "lost_or_stolen_phone": "42",
138
+ "order_physical_card": "43",
139
+ "passcode_forgotten": "44",
140
+ "pending_card_payment": "45",
141
+ "pending_cash_withdrawal": "46",
142
+ "pending_top_up": "47",
143
+ "pending_transfer": "48",
144
+ "pin_blocked": "49",
145
+ "receiving_money": "50",
146
+ "request_refund": "52",
147
+ "reverted_card_payment?": "53",
148
+ "supported_cards_and_currencies": "54",
149
+ "terminate_account": "55",
150
+ "top_up_by_bank_transfer_charge": "56",
151
+ "top_up_by_card_charge": "57",
152
+ "top_up_by_cash_or_cheque": "58",
153
+ "top_up_failed": "59",
154
+ "top_up_limits": "60",
155
+ "top_up_reverted": "61",
156
+ "topping_up_by_card": "62",
157
+ "transaction_charged_twice": "63",
158
+ "transfer_fee_charged": "64",
159
+ "transfer_into_account": "65",
160
+ "transfer_not_received_by_recipient": "66",
161
+ "transfer_timing": "67",
162
+ "unable_to_verify_identity": "68",
163
+ "verify_my_identity": "69",
164
+ "verify_source_of_funds": "70",
165
+ "verify_top_up": "71",
166
+ "virtual_card_not_working": "72",
167
+ "visa_or_mastercard": "73",
168
+ "why_verify_identity": "74",
169
+ "wrong_amount_of_cash_received": "75",
170
+ "wrong_exchange_rate_for_cash_withdrawal": "76"
171
+ },
172
+ "layer_norm_eps": 1e-12,
173
+ "max_position_embeddings": 512,
174
+ "model_type": "bert",
175
+ "num_attention_heads": 12,
176
+ "num_hidden_layers": 12,
177
+ "pad_token_id": 0,
178
+ "position_embedding_type": "absolute",
179
+ "problem_type": "single_label_classification",
180
+ "torch_dtype": "float32",
181
+ "transformers_version": "4.46.3",
182
+ "type_vocab_size": 2,
183
+ "use_cache": true,
184
+ "vocab_size": 30522
185
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fcd3cc6dc904359ecd195261f6e9ddb1715f78ad1c1a687c6bd3b4128c76c9e
3
+ size 438189348
runs/Dec13_18-11-02_desktop-s2/events.out.tfevents.1734084667.desktop-s2.7784.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ee17c736475d6c766c4ee71320bc7890688d75e98ea89c90c662380bd02389
3
+ size 5627
runs/Dec13_20-31-28_Desktop-S5/events.out.tfevents.1734093095.Desktop-S5.6044.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce373cdcddf73b15bc5c2a9bb432088ee0b9b32cde71ab4120709ae51620373
3
+ size 10812
runs/Dec13_20-41-13_Desktop-S5/events.out.tfevents.1734093679.Desktop-S5.8460.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa511753ef6cc36e19408189707d75a2875609a6ba2122329029c78f6b0df8bb
3
+ size 5273
runs/Dec13_20-55-40_Desktop-S5/events.out.tfevents.1734094545.Desktop-S5.14908.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4d8d4f480130dd7fc70f74b075cce15bda36c5be7311780bf920f976e951d8
3
+ size 5273
runs/Dec13_20-58-43_desktop-s2/events.out.tfevents.1734094727.desktop-s2.3816.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd393a31338ad658bb31cab85972fef480382a4b8bc57f4e549788ea661ea327
3
+ size 5627
runs/Dec13_21-09-53_Desktop-S5/events.out.tfevents.1734095397.Desktop-S5.9008.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a16f0084bac4b1dd060be6b8882d9821d66040a58284cd7f3e254cd01e0ca23
3
+ size 5273
runs/Dec13_21-16-29_Desktop-S5/events.out.tfevents.1734095796.Desktop-S5.14056.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a3bf730f66a57028315b593d2be9441ddaaefca021164faeaeb7e52d481e4c
3
+ size 5273
runs/Dec14_11-02-26_Desktop-S5/events.out.tfevents.1734145368.Desktop-S5.16236.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab34da9890d693fd0a3cc5832fc1b50dbe23bd1bf719ee57bba2f784dad755c
3
+ size 5627
runs/Dec14_12-41-39_Desktop-S5/events.out.tfevents.1734151308.Desktop-S5.2428.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb4eb13cf68bef6f48a30067cea1c75e9f9c7791ac5063753094df2834337b2
3
+ size 10353
runs/Dec14_12-44-31_Desktop-S5/events.out.tfevents.1734151478.Desktop-S5.16372.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad7788aa844ba8aee723e0dde5243954c5c94e87c695dee8cf3a903c1c3ef301
3
+ size 10351
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0aba85daa0571283e0fed0c30d2ea1fd3146e7b3034f0bf207878db7666233c
3
+ size 5240