File size: 5,216 Bytes
1657243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
  "_name_or_path": "microsoft/deberta-v3-large",
  "architectures": [
    "DebertaV2ForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 1024,
  "id2label": {
    "0": "B-account_number",
    "1": "B-address",
    "2": "B-api_key",
    "3": "B-bank_routing_number",
    "4": "B-biometric_identifier",
    "5": "B-certificate_license_number",
    "6": "B-city",
    "7": "B-company_name",
    "8": "B-coordinate",
    "9": "B-country",
    "10": "B-credit_card_number",
    "11": "B-customer_id",
    "12": "B-cvv",
    "13": "B-date",
    "14": "B-date_of_birth",
    "15": "B-date_time",
    "16": "B-device_identifier",
    "17": "B-email",
    "18": "B-employee_id",
    "19": "B-first_name",
    "20": "B-health_plan_beneficiary_number",
    "21": "B-ipv4",
    "22": "B-ipv6",
    "23": "B-last_name",
    "24": "B-license_plate",
    "25": "B-medical_record_number",
    "26": "B-name",
    "27": "B-national_id",
    "28": "B-password",
    "29": "B-phone_number",
    "30": "B-pin",
    "31": "B-postcode",
    "32": "B-ssn",
    "33": "B-state",
    "34": "B-street_address",
    "35": "B-swift_bic",
    "36": "B-tax_id",
    "37": "B-time",
    "38": "B-unique_identifier",
    "39": "B-url",
    "40": "B-user_name",
    "41": "B-vehicle_identifier",
    "42": "I-account_number",
    "43": "I-address",
    "44": "I-api_key",
    "45": "I-bank_routing_number",
    "46": "I-biometric_identifier",
    "47": "I-certificate_license_number",
    "48": "I-city",
    "49": "I-company_name",
    "50": "I-coordinate",
    "51": "I-country",
    "52": "I-credit_card_number",
    "53": "I-customer_id",
    "54": "I-cvv",
    "55": "I-date",
    "56": "I-date_of_birth",
    "57": "I-date_time",
    "58": "I-device_identifier",
    "59": "I-email",
    "60": "I-employee_id",
    "61": "I-first_name",
    "62": "I-health_plan_beneficiary_number",
    "63": "I-ipv4",
    "64": "I-ipv6",
    "65": "I-last_name",
    "66": "I-license_plate",
    "67": "I-medical_record_number",
    "68": "I-name",
    "69": "I-national_id",
    "70": "I-password",
    "71": "I-phone_number",
    "72": "I-pin",
    "73": "I-postcode",
    "74": "I-ssn",
    "75": "I-state",
    "76": "I-street_address",
    "77": "I-swift_bic",
    "78": "I-tax_id",
    "79": "I-time",
    "80": "I-unique_identifier",
    "81": "I-url",
    "82": "I-user_name",
    "83": "I-vehicle_identifier",
    "84": "O"
  },
  "initializer_range": 0.02,
  "intermediate_size": 4096,
  "label2id": {
    "B-account_number": 0,
    "B-address": 1,
    "B-api_key": 2,
    "B-bank_routing_number": 3,
    "B-biometric_identifier": 4,
    "B-certificate_license_number": 5,
    "B-city": 6,
    "B-company_name": 7,
    "B-coordinate": 8,
    "B-country": 9,
    "B-credit_card_number": 10,
    "B-customer_id": 11,
    "B-cvv": 12,
    "B-date": 13,
    "B-date_of_birth": 14,
    "B-date_time": 15,
    "B-device_identifier": 16,
    "B-email": 17,
    "B-employee_id": 18,
    "B-first_name": 19,
    "B-health_plan_beneficiary_number": 20,
    "B-ipv4": 21,
    "B-ipv6": 22,
    "B-last_name": 23,
    "B-license_plate": 24,
    "B-medical_record_number": 25,
    "B-name": 26,
    "B-national_id": 27,
    "B-password": 28,
    "B-phone_number": 29,
    "B-pin": 30,
    "B-postcode": 31,
    "B-ssn": 32,
    "B-state": 33,
    "B-street_address": 34,
    "B-swift_bic": 35,
    "B-tax_id": 36,
    "B-time": 37,
    "B-unique_identifier": 38,
    "B-url": 39,
    "B-user_name": 40,
    "B-vehicle_identifier": 41,
    "I-account_number": 42,
    "I-address": 43,
    "I-api_key": 44,
    "I-bank_routing_number": 45,
    "I-biometric_identifier": 46,
    "I-certificate_license_number": 47,
    "I-city": 48,
    "I-company_name": 49,
    "I-coordinate": 50,
    "I-country": 51,
    "I-credit_card_number": 52,
    "I-customer_id": 53,
    "I-cvv": 54,
    "I-date": 55,
    "I-date_of_birth": 56,
    "I-date_time": 57,
    "I-device_identifier": 58,
    "I-email": 59,
    "I-employee_id": 60,
    "I-first_name": 61,
    "I-health_plan_beneficiary_number": 62,
    "I-ipv4": 63,
    "I-ipv6": 64,
    "I-last_name": 65,
    "I-license_plate": 66,
    "I-medical_record_number": 67,
    "I-name": 68,
    "I-national_id": 69,
    "I-password": 70,
    "I-phone_number": 71,
    "I-pin": 72,
    "I-postcode": 73,
    "I-ssn": 74,
    "I-state": 75,
    "I-street_address": 76,
    "I-swift_bic": 77,
    "I-tax_id": 78,
    "I-time": 79,
    "I-unique_identifier": 80,
    "I-url": 81,
    "I-user_name": 82,
    "I-vehicle_identifier": 83,
    "O": 84
  },
  "layer_norm_eps": 1e-07,
  "max_position_embeddings": 512,
  "max_relative_positions": -1,
  "model_type": "deberta-v2",
  "norm_rel_ebd": "layer_norm",
  "num_attention_heads": 16,
  "num_hidden_layers": 24,
  "pad_token_id": 0,
  "pooler_dropout": 0,
  "pooler_hidden_act": "gelu",
  "pooler_hidden_size": 1024,
  "pos_att_type": [
    "p2c",
    "c2p"
  ],
  "position_biased_input": false,
  "position_buckets": 256,
  "relative_attention": true,
  "share_att_key": true,
  "torch_dtype": "float32",
  "transformers_version": "4.44.2",
  "type_vocab_size": 0,
  "vocab_size": 128100
}