mrm8488 commited on
Commit
6f7d9cb
1 Parent(s): 38b5772

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +184 -184
config.json CHANGED
@@ -1,186 +1,186 @@
1
  {
2
- "_name_or_path": "distilroberta-base",
3
- "architectures": [
4
- "RobertaForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "eos_token_id": 2,
9
- "gradient_checkpointing": false,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
- "id2label": {
14
- "0":"activate_my_card",
15
- "1":"age_limit",
16
- "2":"apple_pay_or_google_pay",
17
- "3":"atm_support",
18
- "4":"automatic_top_up",
19
- "5":"balance_not_updated_after_bank_transfer",
20
- "6":"balance_not_updated_after_cheque_or_cash_deposit",
21
- "7":"beneficiary_not_allowed",
22
- "8":"cancel_transfer",
23
- "9":"card_about_to_expire",
24
- "10":"card_acceptance",
25
- "11":"card_arrival",
26
- "12":"card_delivery_estimate",
27
- "13":"card_linking",
28
- "14":"card_not_working",
29
- "15":"card_payment_fee_charged",
30
- "16":"card_payment_not_recognised",
31
- "17":"card_payment_wrong_exchange_rate",
32
- "18":"card_swallowed",
33
- "19":"cash_withdrawal_charge",
34
- "20":"cash_withdrawal_not_recognised",
35
- "21":"change_pin",
36
- "22":"compromised_card",
37
- "23":"contactless_not_working",
38
- "24":"country_support",
39
- "25":"declined_card_payment",
40
- "26":"declined_cash_withdrawal",
41
- "27":"declined_transfer",
42
- "28":"direct_debit_payment_not_recognised",
43
- "29":"disposable_card_limits",
44
- "30":"edit_personal_details",
45
- "31":"exchange_charge",
46
- "32":"exchange_rate",
47
- "33":"exchange_via_app",
48
- "34":"extra_charge_on_statement",
49
- "35":"failed_transfer",
50
- "36":"fiat_currency_support",
51
- "37":"get_disposable_virtual_card",
52
- "38":"get_physical_card",
53
- "39":"getting_spare_card",
54
- "40":"getting_virtual_card",
55
- "41":"lost_or_stolen_card",
56
- "42":"lost_or_stolen_phone",
57
- "43":"order_physical_card",
58
- "44":"passcode_forgotten",
59
- "45":"pending_card_payment",
60
- "46":"pending_cash_withdrawal",
61
- "47":"pending_top_up",
62
- "48":"pending_transfer",
63
- "49":"pin_blocked",
64
- "50":"receiving_money",
65
- "51":"Refund_not_showing_up",
66
- "52":"request_refund",
67
- "53":"reverted_card_payment?",
68
- "54":"supported_cards_and_currencies",
69
- "55":"terminate_account",
70
- "56":"top_up_by_bank_transfer_charge",
71
- "57":"top_up_by_card_charge",
72
- "58":"top_up_by_cash_or_cheque",
73
- "59":"top_up_failed",
74
- "60":"top_up_limits",
75
- "61":"top_up_reverted",
76
- "62":"topping_up_by_card",
77
- "63":"transaction_charged_twice",
78
- "64":"transfer_fee_charged",
79
- "65":"transfer_into_account",
80
- "66":"transfer_not_received_by_recipient",
81
- "67":"transfer_timing",
82
- "68":"unable_to_verify_identity",
83
- "69":"verify_my_identity",
84
- "70":"verify_source_of_funds",
85
- "71":"verify_top_up",
86
- "72":"virtual_card_not_working",
87
- "73":"visa_or_mastercard",
88
- "74":"why_verify_identity",
89
- "75":"wrong_amount_of_cash_received",
90
- "76":"wrong_exchange_rate_for_cash_withdrawal"
91
- },
92
- "initializer_range": 0.02,
93
- "intermediate_size": 3072,
94
- "label2id": {
95
- "LABEL_0": 0,
96
- "LABEL_1": 1,
97
- "LABEL_10": 10,
98
- "LABEL_11": 11,
99
- "LABEL_12": 12,
100
- "LABEL_13": 13,
101
- "LABEL_14": 14,
102
- "LABEL_15": 15,
103
- "LABEL_16": 16,
104
- "LABEL_17": 17,
105
- "LABEL_18": 18,
106
- "LABEL_19": 19,
107
- "LABEL_2": 2,
108
- "LABEL_20": 20,
109
- "LABEL_21": 21,
110
- "LABEL_22": 22,
111
- "LABEL_23": 23,
112
- "LABEL_24": 24,
113
- "LABEL_25": 25,
114
- "LABEL_26": 26,
115
- "LABEL_27": 27,
116
- "LABEL_28": 28,
117
- "LABEL_29": 29,
118
- "LABEL_3": 3,
119
- "LABEL_30": 30,
120
- "LABEL_31": 31,
121
- "LABEL_32": 32,
122
- "LABEL_33": 33,
123
- "LABEL_34": 34,
124
- "LABEL_35": 35,
125
- "LABEL_36": 36,
126
- "LABEL_37": 37,
127
- "LABEL_38": 38,
128
- "LABEL_39": 39,
129
- "LABEL_4": 4,
130
- "LABEL_40": 40,
131
- "LABEL_41": 41,
132
- "LABEL_42": 42,
133
- "LABEL_43": 43,
134
- "LABEL_44": 44,
135
- "LABEL_45": 45,
136
- "LABEL_46": 46,
137
- "LABEL_47": 47,
138
- "LABEL_48": 48,
139
- "LABEL_49": 49,
140
- "LABEL_5": 5,
141
- "LABEL_50": 50,
142
- "LABEL_51": 51,
143
- "LABEL_52": 52,
144
- "LABEL_53": 53,
145
- "LABEL_54": 54,
146
- "LABEL_55": 55,
147
- "LABEL_56": 56,
148
- "LABEL_57": 57,
149
- "LABEL_58": 58,
150
- "LABEL_59": 59,
151
- "LABEL_6": 6,
152
- "LABEL_60": 60,
153
- "LABEL_61": 61,
154
- "LABEL_62": 62,
155
- "LABEL_63": 63,
156
- "LABEL_64": 64,
157
- "LABEL_65": 65,
158
- "LABEL_66": 66,
159
- "LABEL_67": 67,
160
- "LABEL_68": 68,
161
- "LABEL_69": 69,
162
- "LABEL_7": 7,
163
- "LABEL_70": 70,
164
- "LABEL_71": 71,
165
- "LABEL_72": 72,
166
- "LABEL_73": 73,
167
- "LABEL_74": 74,
168
- "LABEL_75": 75,
169
- "LABEL_76": 76,
170
- "LABEL_8": 8,
171
- "LABEL_9": 9
172
- },
173
- "layer_norm_eps": 1e-05,
174
- "max_position_embeddings": 514,
175
- "model_type": "roberta",
176
- "num_attention_heads": 12,
177
- "num_hidden_layers": 6,
178
- "pad_token_id": 1,
179
- "position_embedding_type": "absolute",
180
- "problem_type": "single_label_classification",
181
- "torch_dtype": "float32",
182
- "transformers_version": "4.9.2",
183
- "type_vocab_size": 1,
184
- "use_cache": true,
185
- "vocab_size": 50265
186
  }
1
  {
2
+ "_name_or_path": "distilroberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "activate_my_card",
15
+ "1": "age_limit",
16
+ "2": "apple_pay_or_google_pay",
17
+ "3": "atm_support",
18
+ "4": "automatic_top_up",
19
+ "5": "balance_not_updated_after_bank_transfer",
20
+ "6": "balance_not_updated_after_cheque_or_cash_deposit",
21
+ "7": "beneficiary_not_allowed",
22
+ "8": "cancel_transfer",
23
+ "9": "card_about_to_expire",
24
+ "10": "card_acceptance",
25
+ "11": "card_arrival",
26
+ "12": "card_delivery_estimate",
27
+ "13": "card_linking",
28
+ "14": "card_not_working",
29
+ "15": "card_payment_fee_charged",
30
+ "16": "card_payment_not_recognised",
31
+ "17": "card_payment_wrong_exchange_rate",
32
+ "18": "card_swallowed",
33
+ "19": "cash_withdrawal_charge",
34
+ "20": "cash_withdrawal_not_recognised",
35
+ "21": "change_pin",
36
+ "22": "compromised_card",
37
+ "23": "contactless_not_working",
38
+ "24": "country_support",
39
+ "25": "declined_card_payment",
40
+ "26": "declined_cash_withdrawal",
41
+ "27": "declined_transfer",
42
+ "28": "direct_debit_payment_not_recognised",
43
+ "29": "disposable_card_limits",
44
+ "30": "edit_personal_details",
45
+ "31": "exchange_charge",
46
+ "32": "exchange_rate",
47
+ "33": "exchange_via_app",
48
+ "34": "extra_charge_on_statement",
49
+ "35": "failed_transfer",
50
+ "36": "fiat_currency_support",
51
+ "37": "get_disposable_virtual_card",
52
+ "38": "get_physical_card",
53
+ "39": "getting_spare_card",
54
+ "40": "getting_virtual_card",
55
+ "41": "lost_or_stolen_card",
56
+ "42": "lost_or_stolen_phone",
57
+ "43": "order_physical_card",
58
+ "44": "passcode_forgotten",
59
+ "45": "pending_card_payment",
60
+ "46": "pending_cash_withdrawal",
61
+ "47": "pending_top_up",
62
+ "48": "pending_transfer",
63
+ "49": "pin_blocked",
64
+ "50": "receiving_money",
65
+ "51": "Refund_not_showing_up",
66
+ "52": "request_refund",
67
+ "53": "reverted_card_payment?",
68
+ "54": "supported_cards_and_currencies",
69
+ "55": "terminate_account",
70
+ "56": "top_up_by_bank_transfer_charge",
71
+ "57": "top_up_by_card_charge",
72
+ "58": "top_up_by_cash_or_cheque",
73
+ "59": "top_up_failed",
74
+ "60": "top_up_limits",
75
+ "61": "top_up_reverted",
76
+ "62": "topping_up_by_card",
77
+ "63": "transaction_charged_twice",
78
+ "64": "transfer_fee_charged",
79
+ "65": "transfer_into_account",
80
+ "66": "transfer_not_received_by_recipient",
81
+ "67": "transfer_timing",
82
+ "68": "unable_to_verify_identity",
83
+ "69": "verify_my_identity",
84
+ "70": "verify_source_of_funds",
85
+ "71": "verify_top_up",
86
+ "72": "virtual_card_not_working",
87
+ "73": "visa_or_mastercard",
88
+ "74": "why_verify_identity",
89
+ "75": "wrong_amount_of_cash_received",
90
+ "76": "wrong_exchange_rate_for_cash_withdrawal"
91
+ },
92
+ "initializer_range": 0.02,
93
+ "intermediate_size": 3072,
94
+ "label2id": {
95
+ "activate_my_card": 0,
96
+ "age_limit": 1,
97
+ "apple_pay_or_google_pay": 2,
98
+ "atm_support": 3,
99
+ "automatic_top_up": 4,
100
+ "balance_not_updated_after_bank_transfer": 5,
101
+ "balance_not_updated_after_cheque_or_cash_deposit": 6,
102
+ "beneficiary_not_allowed": 7,
103
+ "cancel_transfer": 8,
104
+ "card_about_to_expire": 9,
105
+ "card_acceptance": 10,
106
+ "card_arrival": 11,
107
+ "card_delivery_estimate": 12,
108
+ "card_linking": 13,
109
+ "card_not_working": 14,
110
+ "card_payment_fee_charged": 15,
111
+ "card_payment_not_recognised": 16,
112
+ "card_payment_wrong_exchange_rate": 17,
113
+ "card_swallowed": 18,
114
+ "cash_withdrawal_charge": 19,
115
+ "cash_withdrawal_not_recognised": 20,
116
+ "change_pin": 21,
117
+ "compromised_card": 22,
118
+ "contactless_not_working": 23,
119
+ "country_support": 24,
120
+ "declined_card_payment": 25,
121
+ "declined_cash_withdrawal": 26,
122
+ "declined_transfer": 27,
123
+ "direct_debit_payment_not_recognised": 28,
124
+ "disposable_card_limits": 29,
125
+ "edit_personal_details": 30,
126
+ "exchange_charge": 31,
127
+ "exchange_rate": 32,
128
+ "exchange_via_app": 33,
129
+ "extra_charge_on_statement": 34,
130
+ "failed_transfer": 35,
131
+ "fiat_currency_support": 36,
132
+ "get_disposable_virtual_card": 37,
133
+ "get_physical_card": 38,
134
+ "getting_spare_card": 39,
135
+ "getting_virtual_card": 40,
136
+ "lost_or_stolen_card": 41,
137
+ "lost_or_stolen_phone": 42,
138
+ "order_physical_card": 43,
139
+ "passcode_forgotten": 44,
140
+ "pending_card_payment": 45,
141
+ "pending_cash_withdrawal": 46,
142
+ "pending_top_up": 47,
143
+ "pending_transfer": 48,
144
+ "pin_blocked": 49,
145
+ "receiving_money": 50,
146
+ "Refund_not_showing_up": 51,
147
+ "request_refund": 52,
148
+ "reverted_card_payment?": 53,
149
+ "supported_cards_and_currencies": 54,
150
+ "terminate_account": 55,
151
+ "top_up_by_bank_transfer_charge": 56,
152
+ "top_up_by_card_charge": 57,
153
+ "top_up_by_cash_or_cheque": 58,
154
+ "top_up_failed": 59,
155
+ "top_up_limits": 60,
156
+ "top_up_reverted": 61,
157
+ "topping_up_by_card": 62,
158
+ "transaction_charged_twice": 63,
159
+ "transfer_fee_charged": 64,
160
+ "transfer_into_account": 65,
161
+ "transfer_not_received_by_recipient": 66,
162
+ "transfer_timing": 67,
163
+ "unable_to_verify_identity": 68,
164
+ "verify_my_identity": 69,
165
+ "verify_source_of_funds": 70,
166
+ "verify_top_up": 71,
167
+ "virtual_card_not_working": 72,
168
+ "visa_or_mastercard": 73,
169
+ "why_verify_identity": 74,
170
+ "wrong_amount_of_cash_received": 75,
171
+ "wrong_exchange_rate_for_cash_withdrawal": 76
172
+ },
173
+ "layer_norm_eps": 1e-05,
174
+ "max_position_embeddings": 514,
175
+ "model_type": "roberta",
176
+ "num_attention_heads": 12,
177
+ "num_hidden_layers": 6,
178
+ "pad_token_id": 1,
179
+ "position_embedding_type": "absolute",
180
+ "problem_type": "single_label_classification",
181
+ "torch_dtype": "float32",
182
+ "transformers_version": "4.9.2",
183
+ "type_vocab_size": 1,
184
+ "use_cache": true,
185
+ "vocab_size": 50265
186
  }