Training in progress, epoch 1
Browse files- config.json +184 -0
- model.safetensors +3 -0
- runs/Apr12_02-01-41_2f75c2c50dab/events.out.tfevents.1712887308.2f75c2c50dab.278.0 +3 -0
- special_tokens_map.json +37 -0
- tokenizer.json +0 -0
- tokenizer_config.json +86 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
|
@@ -0,0 +1,184 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "aubmindlab/bert-base-arabertv02",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 768,
|
| 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 |
+
"intermediate_size": 3072,
|
| 92 |
+
"label2id": {
|
| 93 |
+
"Refund not showing up": 44,
|
| 94 |
+
"activate my card": 71,
|
| 95 |
+
"age limit": 12,
|
| 96 |
+
"apple pay or google pay": 74,
|
| 97 |
+
"atm support": 36,
|
| 98 |
+
"automatic top up": 8,
|
| 99 |
+
"balance not updated after bank transfer": 67,
|
| 100 |
+
"balance not updated after cheque or cash deposit": 26,
|
| 101 |
+
"beneficiary not allowed": 54,
|
| 102 |
+
"cancel transfer": 17,
|
| 103 |
+
"card about to expire": 73,
|
| 104 |
+
"card acceptance": 24,
|
| 105 |
+
"card arrival": 0,
|
| 106 |
+
"card delivery estimate": 7,
|
| 107 |
+
"card linking": 1,
|
| 108 |
+
"card not working": 9,
|
| 109 |
+
"card payment fee charged": 20,
|
| 110 |
+
"card payment not recognised": 27,
|
| 111 |
+
"card payment wrong exchange rate": 3,
|
| 112 |
+
"card swallowed": 48,
|
| 113 |
+
"cash withdrawal charge": 72,
|
| 114 |
+
"cash withdrawal not recognised": 68,
|
| 115 |
+
"change pin": 53,
|
| 116 |
+
"compromised card": 35,
|
| 117 |
+
"contactless not working": 14,
|
| 118 |
+
"country support": 76,
|
| 119 |
+
"declined card payment": 45,
|
| 120 |
+
"declined cash withdrawal": 39,
|
| 121 |
+
"declined transfer": 43,
|
| 122 |
+
"direct debit payment not recognised": 37,
|
| 123 |
+
"disposable card limits": 34,
|
| 124 |
+
"edit personal details": 28,
|
| 125 |
+
"exchange charge": 69,
|
| 126 |
+
"exchange rate": 2,
|
| 127 |
+
"exchange via app": 10,
|
| 128 |
+
"extra charge on statement": 4,
|
| 129 |
+
"failed transfer": 57,
|
| 130 |
+
"fiat currency support": 6,
|
| 131 |
+
"get disposable virtual card": 65,
|
| 132 |
+
"get physical card": 31,
|
| 133 |
+
"getting spare card": 60,
|
| 134 |
+
"getting virtual card": 23,
|
| 135 |
+
"lost or stolen card": 11,
|
| 136 |
+
"lost or stolen phone": 41,
|
| 137 |
+
"order physical card": 62,
|
| 138 |
+
"passcode forgotten": 38,
|
| 139 |
+
"pending card payment": 40,
|
| 140 |
+
"pending cash withdrawal": 5,
|
| 141 |
+
"pending top up": 16,
|
| 142 |
+
"pending transfer": 46,
|
| 143 |
+
"pin blocked": 13,
|
| 144 |
+
"receiving money": 56,
|
| 145 |
+
"request refund": 42,
|
| 146 |
+
"reverted card payment?": 52,
|
| 147 |
+
"supported cards and currencies": 22,
|
| 148 |
+
"terminate account": 47,
|
| 149 |
+
"top up by bank transfer charge": 15,
|
| 150 |
+
"top up by card charge": 70,
|
| 151 |
+
"top up by cash or cheque": 61,
|
| 152 |
+
"top up failed": 66,
|
| 153 |
+
"top up limits": 18,
|
| 154 |
+
"top up reverted": 25,
|
| 155 |
+
"topping up by card": 33,
|
| 156 |
+
"transaction charged twice": 49,
|
| 157 |
+
"transfer fee charged": 55,
|
| 158 |
+
"transfer into account": 58,
|
| 159 |
+
"transfer not received by recipient": 21,
|
| 160 |
+
"transfer timing": 51,
|
| 161 |
+
"unable to verify identity": 30,
|
| 162 |
+
"verify my identity": 75,
|
| 163 |
+
"verify source of funds": 50,
|
| 164 |
+
"verify top up": 59,
|
| 165 |
+
"virtual card not working": 63,
|
| 166 |
+
"visa or mastercard": 32,
|
| 167 |
+
"why verify identity": 29,
|
| 168 |
+
"wrong amount of cash received": 19,
|
| 169 |
+
"wrong exchange rate for cash withdrawal": 64
|
| 170 |
+
},
|
| 171 |
+
"layer_norm_eps": 1e-12,
|
| 172 |
+
"max_position_embeddings": 512,
|
| 173 |
+
"model_type": "bert",
|
| 174 |
+
"num_attention_heads": 12,
|
| 175 |
+
"num_hidden_layers": 12,
|
| 176 |
+
"pad_token_id": 0,
|
| 177 |
+
"position_embedding_type": "absolute",
|
| 178 |
+
"problem_type": "single_label_classification",
|
| 179 |
+
"torch_dtype": "float32",
|
| 180 |
+
"transformers_version": "4.38.2",
|
| 181 |
+
"type_vocab_size": 2,
|
| 182 |
+
"use_cache": true,
|
| 183 |
+
"vocab_size": 64000
|
| 184 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c51d8ecaf0c24ace2c4e3a56c0bffe61f7149da96269109ca7185adfaef258f
|
| 3 |
+
size 541033772
|
runs/Apr12_02-01-41_2f75c2c50dab/events.out.tfevents.1712887308.2f75c2c50dab.278.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46a810c4d37913eb41d64485e5a28a1828096da0a2cf6619e0ec827a7196cc50
|
| 3 |
+
size 10245
|
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,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"1": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"3": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"4": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
},
|
| 43 |
+
"5": {
|
| 44 |
+
"content": "[رابط]",
|
| 45 |
+
"lstrip": false,
|
| 46 |
+
"normalized": true,
|
| 47 |
+
"rstrip": false,
|
| 48 |
+
"single_word": true,
|
| 49 |
+
"special": true
|
| 50 |
+
},
|
| 51 |
+
"6": {
|
| 52 |
+
"content": "[بريد]",
|
| 53 |
+
"lstrip": false,
|
| 54 |
+
"normalized": true,
|
| 55 |
+
"rstrip": false,
|
| 56 |
+
"single_word": true,
|
| 57 |
+
"special": true
|
| 58 |
+
},
|
| 59 |
+
"7": {
|
| 60 |
+
"content": "[مستخدم]",
|
| 61 |
+
"lstrip": false,
|
| 62 |
+
"normalized": true,
|
| 63 |
+
"rstrip": false,
|
| 64 |
+
"single_word": true,
|
| 65 |
+
"special": true
|
| 66 |
+
}
|
| 67 |
+
},
|
| 68 |
+
"clean_up_tokenization_spaces": true,
|
| 69 |
+
"cls_token": "[CLS]",
|
| 70 |
+
"do_basic_tokenize": true,
|
| 71 |
+
"do_lower_case": false,
|
| 72 |
+
"mask_token": "[MASK]",
|
| 73 |
+
"max_len": 512,
|
| 74 |
+
"model_max_length": 512,
|
| 75 |
+
"never_split": [
|
| 76 |
+
"[بريد]",
|
| 77 |
+
"[مستخدم]",
|
| 78 |
+
"[رابط]"
|
| 79 |
+
],
|
| 80 |
+
"pad_token": "[PAD]",
|
| 81 |
+
"sep_token": "[SEP]",
|
| 82 |
+
"strip_accents": null,
|
| 83 |
+
"tokenize_chinese_chars": true,
|
| 84 |
+
"tokenizer_class": "BertTokenizer",
|
| 85 |
+
"unk_token": "[UNK]"
|
| 86 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c021be67e8582016ab5a0e78b368346bf54553656bc3b335a224ae3245d06735
|
| 3 |
+
size 4920
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|