philschmid HF staff commited on
Commit
34e2ba8
1 Parent(s): 7430b32

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -21,15 +21,165 @@
21
  "hidden_activation": "gelu",
22
  "hidden_size": 768,
23
  "id2label": {
24
- "0": "small_llm",
25
- "1": "large_llm"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  },
27
  "initializer_cutoff_factor": 2.0,
28
  "initializer_range": 0.02,
29
  "intermediate_size": 1152,
30
  "label2id": {
31
- "large_llm": "1",
32
- "small_llm": "0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  },
34
  "layer_norm_eps": 1e-05,
35
  "local_attention": 128,
 
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ba5d923495f3ef2d3d3d7942462bcc31c95be5940d63174da6d3833686bc545
3
- size 598439784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83bc3617baf25987b9e86c1f0e33bc60d74d8378213c33d200e1ec6621d5e69
3
+ size 598670492
runs/Dec25_08-52-34_ip-172-31-34-75/events.out.tfevents.1735116758.ip-172-31-34-75.14616.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ab9447ee7a979e27bbd39e36fcee7c2181697cf6f92f59d8655e7e8b743e32
3
+ size 11950
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8560257f52cdf3512135cc8c9fb785e89db0edb57999b21b32869b7ee6c278de
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dce2939b93a5ce4503f74a6264e45009b75cca7a082d179f897c4e28b07585f
3
  size 5368