lewtun HF staff commited on
Commit
b6d629e
1 Parent(s): 9b9ebe1

add config

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