Plurczynsky commited on
Commit
a7c364b
·
verified ·
1 Parent(s): a608bf4

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -21,165 +21,39 @@
21
  "hidden_activation": "gelu",
22
  "hidden_size": 768,
23
  "id2label": {
24
- "0": "activate_my_card",
25
- "1": "age_limit",
26
- "10": "card_acceptance",
27
- "11": "card_arrival",
28
- "12": "card_delivery_estimate",
29
- "13": "card_linking",
30
- "14": "card_not_working",
31
- "15": "card_payment_fee_charged",
32
- "16": "card_payment_not_recognised",
33
- "17": "card_payment_wrong_exchange_rate",
34
- "18": "card_swallowed",
35
- "19": "cash_withdrawal_charge",
36
- "2": "apple_pay_or_google_pay",
37
- "20": "cash_withdrawal_not_recognised",
38
- "21": "change_pin",
39
- "22": "compromised_card",
40
- "23": "contactless_not_working",
41
- "24": "country_support",
42
- "25": "declined_card_payment",
43
- "26": "declined_cash_withdrawal",
44
- "27": "declined_transfer",
45
- "28": "direct_debit_payment_not_recognised",
46
- "29": "disposable_card_limits",
47
- "3": "atm_support",
48
- "30": "edit_personal_details",
49
- "31": "exchange_charge",
50
- "32": "exchange_rate",
51
- "33": "exchange_via_app",
52
- "34": "extra_charge_on_statement",
53
- "35": "failed_transfer",
54
- "36": "fiat_currency_support",
55
- "37": "get_disposable_virtual_card",
56
- "38": "get_physical_card",
57
- "39": "getting_spare_card",
58
- "4": "automatic_top_up",
59
- "40": "getting_virtual_card",
60
- "41": "lost_or_stolen_card",
61
- "42": "lost_or_stolen_phone",
62
- "43": "order_physical_card",
63
- "44": "passcode_forgotten",
64
- "45": "pending_card_payment",
65
- "46": "pending_cash_withdrawal",
66
- "47": "pending_top_up",
67
- "48": "pending_transfer",
68
- "49": "pin_blocked",
69
- "5": "balance_not_updated_after_bank_transfer",
70
- "50": "receiving_money",
71
- "51": "Refund_not_showing_up",
72
- "52": "request_refund",
73
- "53": "reverted_card_payment?",
74
- "54": "supported_cards_and_currencies",
75
- "55": "terminate_account",
76
- "56": "top_up_by_bank_transfer_charge",
77
- "57": "top_up_by_card_charge",
78
- "58": "top_up_by_cash_or_cheque",
79
- "59": "top_up_failed",
80
- "6": "balance_not_updated_after_cheque_or_cash_deposit",
81
- "60": "top_up_limits",
82
- "61": "top_up_reverted",
83
- "62": "topping_up_by_card",
84
- "63": "transaction_charged_twice",
85
- "64": "transfer_fee_charged",
86
- "65": "transfer_into_account",
87
- "66": "transfer_not_received_by_recipient",
88
- "67": "transfer_timing",
89
- "68": "unable_to_verify_identity",
90
- "69": "verify_my_identity",
91
- "7": "beneficiary_not_allowed",
92
- "70": "verify_source_of_funds",
93
- "71": "verify_top_up",
94
- "72": "virtual_card_not_working",
95
- "73": "visa_or_mastercard",
96
- "74": "why_verify_identity",
97
- "75": "wrong_amount_of_cash_received",
98
- "76": "wrong_exchange_rate_for_cash_withdrawal",
99
- "8": "cancel_transfer",
100
- "9": "card_about_to_expire"
101
  },
102
  "initializer_cutoff_factor": 2.0,
103
  "initializer_range": 0.02,
104
  "intermediate_size": 1152,
105
  "label2id": {
106
- "Refund_not_showing_up": "51",
107
- "activate_my_card": "0",
108
- "age_limit": "1",
109
- "apple_pay_or_google_pay": "2",
110
- "atm_support": "3",
111
- "automatic_top_up": "4",
112
- "balance_not_updated_after_bank_transfer": "5",
113
- "balance_not_updated_after_cheque_or_cash_deposit": "6",
114
- "beneficiary_not_allowed": "7",
115
- "cancel_transfer": "8",
116
- "card_about_to_expire": "9",
117
- "card_acceptance": "10",
118
- "card_arrival": "11",
119
- "card_delivery_estimate": "12",
120
- "card_linking": "13",
121
- "card_not_working": "14",
122
- "card_payment_fee_charged": "15",
123
- "card_payment_not_recognised": "16",
124
- "card_payment_wrong_exchange_rate": "17",
125
- "card_swallowed": "18",
126
- "cash_withdrawal_charge": "19",
127
- "cash_withdrawal_not_recognised": "20",
128
- "change_pin": "21",
129
- "compromised_card": "22",
130
- "contactless_not_working": "23",
131
- "country_support": "24",
132
- "declined_card_payment": "25",
133
- "declined_cash_withdrawal": "26",
134
- "declined_transfer": "27",
135
- "direct_debit_payment_not_recognised": "28",
136
- "disposable_card_limits": "29",
137
- "edit_personal_details": "30",
138
- "exchange_charge": "31",
139
- "exchange_rate": "32",
140
- "exchange_via_app": "33",
141
- "extra_charge_on_statement": "34",
142
- "failed_transfer": "35",
143
- "fiat_currency_support": "36",
144
- "get_disposable_virtual_card": "37",
145
- "get_physical_card": "38",
146
- "getting_spare_card": "39",
147
- "getting_virtual_card": "40",
148
- "lost_or_stolen_card": "41",
149
- "lost_or_stolen_phone": "42",
150
- "order_physical_card": "43",
151
- "passcode_forgotten": "44",
152
- "pending_card_payment": "45",
153
- "pending_cash_withdrawal": "46",
154
- "pending_top_up": "47",
155
- "pending_transfer": "48",
156
- "pin_blocked": "49",
157
- "receiving_money": "50",
158
- "request_refund": "52",
159
- "reverted_card_payment?": "53",
160
- "supported_cards_and_currencies": "54",
161
- "terminate_account": "55",
162
- "top_up_by_bank_transfer_charge": "56",
163
- "top_up_by_card_charge": "57",
164
- "top_up_by_cash_or_cheque": "58",
165
- "top_up_failed": "59",
166
- "top_up_limits": "60",
167
- "top_up_reverted": "61",
168
- "topping_up_by_card": "62",
169
- "transaction_charged_twice": "63",
170
- "transfer_fee_charged": "64",
171
- "transfer_into_account": "65",
172
- "transfer_not_received_by_recipient": "66",
173
- "transfer_timing": "67",
174
- "unable_to_verify_identity": "68",
175
- "verify_my_identity": "69",
176
- "verify_source_of_funds": "70",
177
- "verify_top_up": "71",
178
- "virtual_card_not_working": "72",
179
- "visa_or_mastercard": "73",
180
- "why_verify_identity": "74",
181
- "wrong_amount_of_cash_received": "75",
182
- "wrong_exchange_rate_for_cash_withdrawal": "76"
183
  },
184
  "layer_norm_eps": 1e-05,
185
  "local_attention": 128,
 
21
  "hidden_activation": "gelu",
22
  "hidden_size": 768,
23
  "id2label": {
24
+ "0": "429",
25
+ "1": "432",
26
+ "2": "433",
27
+ "3": "434",
28
+ "4": "435",
29
+ "5": "437",
30
+ "6": "442",
31
+ "7": "444",
32
+ "8": "446",
33
+ "9": "449",
34
+ "10": "450",
35
+ "11": "451",
36
+ "12": "452",
37
+ "13": "454"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  },
39
  "initializer_cutoff_factor": 2.0,
40
  "initializer_range": 0.02,
41
  "intermediate_size": 1152,
42
  "label2id": {
43
+ "429": 0,
44
+ "432": 1,
45
+ "433": 2,
46
+ "434": 3,
47
+ "435": 4,
48
+ "437": 5,
49
+ "442": 6,
50
+ "444": 7,
51
+ "446": 8,
52
+ "449": 9,
53
+ "450": 10,
54
+ "451": 11,
55
+ "452": 12,
56
+ "454": 13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  },
58
  "layer_norm_eps": 1e-05,
59
  "local_attention": 128,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9cd44d808c0cc2a279ee7c6b50de9bc20e19d87b2a7feb217d2520eae23f7a0
3
- size 598670492
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a51690cfaec75d226facfc4326224793d0ed8d6a5ac6434350bd3d280b1e490e
3
+ size 598476704
runs/Jan13_11-48-02_5c2d25ea5850/events.out.tfevents.1736768883.5c2d25ea5850.422973.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8116552cd503d14b44db19123edefc0f4aa17e5d04cb1aa5fe664816a87b91
3
+ size 6885
runs/Jan13_11-49-31_5c2d25ea5850/events.out.tfevents.1736768972.5c2d25ea5850.424660.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:045075ac658de5b9b62de9272393c29058cdff986be7e5cd5d474b3ec91f981e
3
+ size 6885
runs/Jan13_11-55-45_5c2d25ea5850/events.out.tfevents.1736769346.5c2d25ea5850.428514.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22df8698f6e39726cd4f7059727a150ae783fa1044e23e870f060c12c28c6f5e
3
+ size 6725
runs/Jan13_11-58-18_5c2d25ea5850/events.out.tfevents.1736769499.5c2d25ea5850.430540.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11108e2616b68e9f8e3051e6b79a2d67a78b648b36ad6ac443f0de3272772a4c
3
+ size 6149
runs/Jan13_12-14-09_5c2d25ea5850/events.out.tfevents.1736770450.5c2d25ea5850.441003.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:344007ff2705445d6d3d65ecfd370311d6c3f30552b05dd85a5d1bbb60e43855
3
+ size 7306
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84a2e61cf38512cbb8999a161291989e1d3daab936ccf569801e674683d227d2
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e9ba60c7e59f9c8f03594ced741e6050fb79626e6b8b8ffd06249f845e9cdc
3
  size 5368