happytree09 commited on
Commit
2cf0f9c
1 Parent(s): 77cfbc1

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
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": "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
+ "label2id": {
92
+ "Refund_not_showing_up": "51",
93
+ "activate_my_card": "0",
94
+ "age_limit": "1",
95
+ "apple_pay_or_google_pay": "2",
96
+ "atm_support": "3",
97
+ "automatic_top_up": "4",
98
+ "balance_not_updated_after_bank_transfer": "5",
99
+ "balance_not_updated_after_cheque_or_cash_deposit": "6",
100
+ "beneficiary_not_allowed": "7",
101
+ "cancel_transfer": "8",
102
+ "card_about_to_expire": "9",
103
+ "card_acceptance": "10",
104
+ "card_arrival": "11",
105
+ "card_delivery_estimate": "12",
106
+ "card_linking": "13",
107
+ "card_not_working": "14",
108
+ "card_payment_fee_charged": "15",
109
+ "card_payment_not_recognised": "16",
110
+ "card_payment_wrong_exchange_rate": "17",
111
+ "card_swallowed": "18",
112
+ "cash_withdrawal_charge": "19",
113
+ "cash_withdrawal_not_recognised": "20",
114
+ "change_pin": "21",
115
+ "compromised_card": "22",
116
+ "contactless_not_working": "23",
117
+ "country_support": "24",
118
+ "declined_card_payment": "25",
119
+ "declined_cash_withdrawal": "26",
120
+ "declined_transfer": "27",
121
+ "direct_debit_payment_not_recognised": "28",
122
+ "disposable_card_limits": "29",
123
+ "edit_personal_details": "30",
124
+ "exchange_charge": "31",
125
+ "exchange_rate": "32",
126
+ "exchange_via_app": "33",
127
+ "extra_charge_on_statement": "34",
128
+ "failed_transfer": "35",
129
+ "fiat_currency_support": "36",
130
+ "get_disposable_virtual_card": "37",
131
+ "get_physical_card": "38",
132
+ "getting_spare_card": "39",
133
+ "getting_virtual_card": "40",
134
+ "lost_or_stolen_card": "41",
135
+ "lost_or_stolen_phone": "42",
136
+ "order_physical_card": "43",
137
+ "passcode_forgotten": "44",
138
+ "pending_card_payment": "45",
139
+ "pending_cash_withdrawal": "46",
140
+ "pending_top_up": "47",
141
+ "pending_transfer": "48",
142
+ "pin_blocked": "49",
143
+ "receiving_money": "50",
144
+ "request_refund": "52",
145
+ "reverted_card_payment?": "53",
146
+ "supported_cards_and_currencies": "54",
147
+ "terminate_account": "55",
148
+ "top_up_by_bank_transfer_charge": "56",
149
+ "top_up_by_card_charge": "57",
150
+ "top_up_by_cash_or_cheque": "58",
151
+ "top_up_failed": "59",
152
+ "top_up_limits": "60",
153
+ "top_up_reverted": "61",
154
+ "topping_up_by_card": "62",
155
+ "transaction_charged_twice": "63",
156
+ "transfer_fee_charged": "64",
157
+ "transfer_into_account": "65",
158
+ "transfer_not_received_by_recipient": "66",
159
+ "transfer_timing": "67",
160
+ "unable_to_verify_identity": "68",
161
+ "verify_my_identity": "69",
162
+ "verify_source_of_funds": "70",
163
+ "verify_top_up": "71",
164
+ "virtual_card_not_working": "72",
165
+ "visa_or_mastercard": "73",
166
+ "why_verify_identity": "74",
167
+ "wrong_amount_of_cash_received": "75",
168
+ "wrong_exchange_rate_for_cash_withdrawal": "76"
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.27.1",
182
+ "vocab_size": 30522
183
+ }
logs/1679063611.388307/events.out.tfevents.1679063611.9f38c7282e89.3343.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9721b978354c59e05b127701e516a8eca3ea1c3a2539c334c0bdc9dbd14b7946
3
+ size 5871
logs/1679063712.324131/events.out.tfevents.1679063712.9f38c7282e89.3343.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3668e7a7371c92975b8d91ba453099edaedb1e9d2f2e560f181300cfd58fc120
3
+ size 5871
logs/1679063950.5258405/events.out.tfevents.1679063950.9f38c7282e89.3343.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead397eb4bd5bd046fd13a177f5abfed96c359a93fc6bca91ced9dc2e2005e4a
3
+ size 5871
logs/events.out.tfevents.1679063611.9f38c7282e89.3343.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6579ab24c8d57fc8a5d992b20d895e891388b8ac34592ef185a42b356f07e9ab
3
+ size 9211
logs/events.out.tfevents.1679063712.9f38c7282e89.3343.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a654a9d054332c768c56c7a65ba62964c8d5fdba6aad0d69c4473cdc723c892e
3
+ size 9525
logs/events.out.tfevents.1679063950.9f38c7282e89.3343.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c57dfa22c32ba038a536eda023c6e5359752a9ce5f962d1b7b47fcf701eb0d31
3
+ size 9999
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370bf716d9519034542bc2863d19ca2d89c077659a60269488fa57c1e9052679
3
+ size 268086189
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7634d62e13187d70028edafe8d32b497f38c856796ef0c53cff0ebf0d68f3bd8
3
+ size 3643