varadsrivastava
commited on
Commit
•
291d164
1
Parent(s):
f81988e
Training in progress, epoch 1
Browse files- config.json +183 -0
- model.safetensors +3 -0
- runs/Jul07_20-53-43_d4cb9e68bf6f/events.out.tfevents.1720385623.d4cb9e68bf6f.4931.10 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +59 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "sentence-transformers/paraphrase-mpnet-base-v2",
|
3 |
+
"architectures": [
|
4 |
+
"MPNetForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"eos_token_id": 2,
|
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 |
+
"2": "apple_pay_or_google_pay",
|
16 |
+
"3": "atm_support",
|
17 |
+
"4": "automatic_top_up",
|
18 |
+
"5": "balance_not_updated_after_bank_transfer",
|
19 |
+
"6": "balance_not_updated_after_cheque_or_cash_deposit",
|
20 |
+
"7": "beneficiary_not_allowed",
|
21 |
+
"8": "cancel_transfer",
|
22 |
+
"9": "card_about_to_expire",
|
23 |
+
"10": "card_acceptance",
|
24 |
+
"11": "card_arrival",
|
25 |
+
"12": "card_delivery_estimate",
|
26 |
+
"13": "card_linking",
|
27 |
+
"14": "card_not_working",
|
28 |
+
"15": "card_payment_fee_charged",
|
29 |
+
"16": "card_payment_not_recognised",
|
30 |
+
"17": "card_payment_wrong_exchange_rate",
|
31 |
+
"18": "card_swallowed",
|
32 |
+
"19": "cash_withdrawal_charge",
|
33 |
+
"20": "cash_withdrawal_not_recognised",
|
34 |
+
"21": "change_pin",
|
35 |
+
"22": "compromised_card",
|
36 |
+
"23": "contactless_not_working",
|
37 |
+
"24": "country_support",
|
38 |
+
"25": "declined_card_payment",
|
39 |
+
"26": "declined_cash_withdrawal",
|
40 |
+
"27": "declined_transfer",
|
41 |
+
"28": "direct_debit_payment_not_recognised",
|
42 |
+
"29": "disposable_card_limits",
|
43 |
+
"30": "edit_personal_details",
|
44 |
+
"31": "exchange_charge",
|
45 |
+
"32": "exchange_rate",
|
46 |
+
"33": "exchange_via_app",
|
47 |
+
"34": "extra_charge_on_statement",
|
48 |
+
"35": "failed_transfer",
|
49 |
+
"36": "fiat_currency_support",
|
50 |
+
"37": "get_disposable_virtual_card",
|
51 |
+
"38": "get_physical_card",
|
52 |
+
"39": "getting_spare_card",
|
53 |
+
"40": "getting_virtual_card",
|
54 |
+
"41": "lost_or_stolen_card",
|
55 |
+
"42": "lost_or_stolen_phone",
|
56 |
+
"43": "order_physical_card",
|
57 |
+
"44": "passcode_forgotten",
|
58 |
+
"45": "pending_card_payment",
|
59 |
+
"46": "pending_cash_withdrawal",
|
60 |
+
"47": "pending_top_up",
|
61 |
+
"48": "pending_transfer",
|
62 |
+
"49": "pin_blocked",
|
63 |
+
"50": "receiving_money",
|
64 |
+
"51": "refund_not_showing_up",
|
65 |
+
"52": "request_refund",
|
66 |
+
"53": "reverted_card_payment",
|
67 |
+
"54": "supported_cards_and_currencies",
|
68 |
+
"55": "terminate_account",
|
69 |
+
"56": "top_up_by_bank_transfer_charge",
|
70 |
+
"57": "top_up_by_card_charge",
|
71 |
+
"58": "top_up_by_cash_or_cheque",
|
72 |
+
"59": "top_up_failed",
|
73 |
+
"60": "top_up_limits",
|
74 |
+
"61": "top_up_reverted",
|
75 |
+
"62": "topping_up_by_card",
|
76 |
+
"63": "transaction_charged_twice",
|
77 |
+
"64": "transfer_fee_charged",
|
78 |
+
"65": "transfer_into_account",
|
79 |
+
"66": "transfer_not_received_by_recipient",
|
80 |
+
"67": "transfer_timing",
|
81 |
+
"68": "unable_to_verify_identity",
|
82 |
+
"69": "verify_my_identity",
|
83 |
+
"70": "verify_source_of_funds",
|
84 |
+
"71": "verify_top_up",
|
85 |
+
"72": "virtual_card_not_working",
|
86 |
+
"73": "visa_or_mastercard",
|
87 |
+
"74": "why_verify_identity",
|
88 |
+
"75": "wrong_amount_of_cash_received",
|
89 |
+
"76": "wrong_exchange_rate_for_cash_withdrawal"
|
90 |
+
},
|
91 |
+
"initializer_range": 0.02,
|
92 |
+
"intermediate_size": 3072,
|
93 |
+
"label2id": {
|
94 |
+
"activate_my_card": 0,
|
95 |
+
"age_limit": 1,
|
96 |
+
"apple_pay_or_google_pay": 2,
|
97 |
+
"atm_support": 3,
|
98 |
+
"automatic_top_up": 4,
|
99 |
+
"balance_not_updated_after_bank_transfer": 5,
|
100 |
+
"balance_not_updated_after_cheque_or_cash_deposit": 6,
|
101 |
+
"beneficiary_not_allowed": 7,
|
102 |
+
"cancel_transfer": 8,
|
103 |
+
"card_about_to_expire": 9,
|
104 |
+
"card_acceptance": 10,
|
105 |
+
"card_arrival": 11,
|
106 |
+
"card_delivery_estimate": 12,
|
107 |
+
"card_linking": 13,
|
108 |
+
"card_not_working": 14,
|
109 |
+
"card_payment_fee_charged": 15,
|
110 |
+
"card_payment_not_recognised": 16,
|
111 |
+
"card_payment_wrong_exchange_rate": 17,
|
112 |
+
"card_swallowed": 18,
|
113 |
+
"cash_withdrawal_charge": 19,
|
114 |
+
"cash_withdrawal_not_recognised": 20,
|
115 |
+
"change_pin": 21,
|
116 |
+
"compromised_card": 22,
|
117 |
+
"contactless_not_working": 23,
|
118 |
+
"country_support": 24,
|
119 |
+
"declined_card_payment": 25,
|
120 |
+
"declined_cash_withdrawal": 26,
|
121 |
+
"declined_transfer": 27,
|
122 |
+
"direct_debit_payment_not_recognised": 28,
|
123 |
+
"disposable_card_limits": 29,
|
124 |
+
"edit_personal_details": 30,
|
125 |
+
"exchange_charge": 31,
|
126 |
+
"exchange_rate": 32,
|
127 |
+
"exchange_via_app": 33,
|
128 |
+
"extra_charge_on_statement": 34,
|
129 |
+
"failed_transfer": 35,
|
130 |
+
"fiat_currency_support": 36,
|
131 |
+
"get_disposable_virtual_card": 37,
|
132 |
+
"get_physical_card": 38,
|
133 |
+
"getting_spare_card": 39,
|
134 |
+
"getting_virtual_card": 40,
|
135 |
+
"lost_or_stolen_card": 41,
|
136 |
+
"lost_or_stolen_phone": 42,
|
137 |
+
"order_physical_card": 43,
|
138 |
+
"passcode_forgotten": 44,
|
139 |
+
"pending_card_payment": 45,
|
140 |
+
"pending_cash_withdrawal": 46,
|
141 |
+
"pending_top_up": 47,
|
142 |
+
"pending_transfer": 48,
|
143 |
+
"pin_blocked": 49,
|
144 |
+
"receiving_money": 50,
|
145 |
+
"refund_not_showing_up": 51,
|
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-05,
|
173 |
+
"max_position_embeddings": 514,
|
174 |
+
"model_type": "mpnet",
|
175 |
+
"num_attention_heads": 12,
|
176 |
+
"num_hidden_layers": 12,
|
177 |
+
"pad_token_id": 1,
|
178 |
+
"problem_type": "single_label_classification",
|
179 |
+
"relative_attention_num_buckets": 32,
|
180 |
+
"torch_dtype": "float32",
|
181 |
+
"transformers_version": "4.39.3",
|
182 |
+
"vocab_size": 30527
|
183 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccde5b23cac5f18ec09fb750686a669718a8b2f563390f0a4eae96a3e948d6b1
|
3 |
+
size 438205900
|
runs/Jul07_20-53-43_d4cb9e68bf6f/events.out.tfevents.1720385623.d4cb9e68bf6f.4931.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09803622fb8f8a1c3abb622f8e0c3da341bdae4f80cdc6637d8b120d296ff35c
|
3 |
+
size 10092
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"cls_token": {
|
10 |
+
"content": "<s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"eos_token": {
|
17 |
+
"content": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"mask_token": {
|
24 |
+
"content": "<mask>",
|
25 |
+
"lstrip": true,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"pad_token": {
|
31 |
+
"content": "<pad>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": false,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"sep_token": {
|
38 |
+
"content": "</s>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"unk_token": {
|
45 |
+
"content": "[UNK]",
|
46 |
+
"lstrip": false,
|
47 |
+
"normalized": false,
|
48 |
+
"rstrip": false,
|
49 |
+
"single_word": false
|
50 |
+
}
|
51 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<pad>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"104": {
|
28 |
+
"content": "[UNK]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"30526": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": true,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "<s>",
|
47 |
+
"do_basic_tokenize": true,
|
48 |
+
"do_lower_case": true,
|
49 |
+
"eos_token": "</s>",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"model_max_length": 512,
|
52 |
+
"never_split": null,
|
53 |
+
"pad_token": "<pad>",
|
54 |
+
"sep_token": "</s>",
|
55 |
+
"strip_accents": null,
|
56 |
+
"tokenize_chinese_chars": true,
|
57 |
+
"tokenizer_class": "MPNetTokenizer",
|
58 |
+
"unk_token": "[UNK]"
|
59 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7378e46f0512d0f1c46e57e99f96b4cb0a919daf94cd4976f6ba86d0359a7fa7
|
3 |
+
size 4920
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|