yangwang825 commited on
Commit
3d53efc
·
verified ·
1 Parent(s): 94c4e08

Training in progress epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ step_*
2
+ epoch_*
config.json ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arcface_margin": 0.2,
3
+ "arcface_scale": 30.0,
4
+ "architectures": [
5
+ "AngularBertForTokenClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-medical_record_number",
16
+ "2": "I-medical_record_number",
17
+ "3": "B-date_of_birth",
18
+ "4": "I-date_of_birth",
19
+ "5": "B-ssn",
20
+ "6": "I-ssn",
21
+ "7": "B-date",
22
+ "8": "I-date",
23
+ "9": "B-first_name",
24
+ "10": "I-first_name",
25
+ "11": "B-email",
26
+ "12": "I-email",
27
+ "13": "B-last_name",
28
+ "14": "I-last_name",
29
+ "15": "B-customer_id",
30
+ "16": "I-customer_id",
31
+ "17": "B-employee_id",
32
+ "18": "I-employee_id",
33
+ "19": "B-name",
34
+ "20": "I-name",
35
+ "21": "B-street_address",
36
+ "22": "I-street_address",
37
+ "23": "B-phone_number",
38
+ "24": "I-phone_number",
39
+ "25": "B-ipv4",
40
+ "26": "I-ipv4",
41
+ "27": "B-credit_card_number",
42
+ "28": "I-credit_card_number",
43
+ "29": "B-license_plate",
44
+ "30": "I-license_plate",
45
+ "31": "B-address",
46
+ "32": "I-address",
47
+ "33": "B-user_name",
48
+ "34": "I-user_name",
49
+ "35": "B-device_identifier",
50
+ "36": "I-device_identifier",
51
+ "37": "B-bank_routing_number",
52
+ "38": "I-bank_routing_number",
53
+ "39": "B-date_time",
54
+ "40": "I-date_time",
55
+ "41": "B-company_name",
56
+ "42": "I-company_name",
57
+ "43": "B-unique_identifier",
58
+ "44": "I-unique_identifier",
59
+ "45": "B-biometric_identifier",
60
+ "46": "I-biometric_identifier",
61
+ "47": "B-account_number",
62
+ "48": "I-account_number",
63
+ "49": "B-city",
64
+ "50": "I-city",
65
+ "51": "B-certificate_license_number",
66
+ "52": "I-certificate_license_number",
67
+ "53": "B-time",
68
+ "54": "I-time",
69
+ "55": "B-postcode",
70
+ "56": "I-postcode",
71
+ "57": "B-vehicle_identifier",
72
+ "58": "I-vehicle_identifier",
73
+ "59": "B-coordinate",
74
+ "60": "I-coordinate",
75
+ "61": "B-country",
76
+ "62": "I-country",
77
+ "63": "B-api_key",
78
+ "64": "I-api_key",
79
+ "65": "B-ipv6",
80
+ "66": "I-ipv6",
81
+ "67": "B-password",
82
+ "68": "I-password",
83
+ "69": "B-health_plan_beneficiary_number",
84
+ "70": "I-health_plan_beneficiary_number",
85
+ "71": "B-national_id",
86
+ "72": "I-national_id",
87
+ "73": "B-tax_id",
88
+ "74": "I-tax_id",
89
+ "75": "B-url",
90
+ "76": "I-url",
91
+ "77": "B-state",
92
+ "78": "I-state",
93
+ "79": "B-swift_bic",
94
+ "80": "I-swift_bic",
95
+ "81": "B-cvv",
96
+ "82": "I-cvv",
97
+ "83": "B-pin",
98
+ "84": "I-pin"
99
+ },
100
+ "initializer_range": 0.02,
101
+ "intermediate_size": 3072,
102
+ "label2id": {
103
+ "B-account_number": 47,
104
+ "B-address": 31,
105
+ "B-api_key": 63,
106
+ "B-bank_routing_number": 37,
107
+ "B-biometric_identifier": 45,
108
+ "B-certificate_license_number": 51,
109
+ "B-city": 49,
110
+ "B-company_name": 41,
111
+ "B-coordinate": 59,
112
+ "B-country": 61,
113
+ "B-credit_card_number": 27,
114
+ "B-customer_id": 15,
115
+ "B-cvv": 81,
116
+ "B-date": 7,
117
+ "B-date_of_birth": 3,
118
+ "B-date_time": 39,
119
+ "B-device_identifier": 35,
120
+ "B-email": 11,
121
+ "B-employee_id": 17,
122
+ "B-first_name": 9,
123
+ "B-health_plan_beneficiary_number": 69,
124
+ "B-ipv4": 25,
125
+ "B-ipv6": 65,
126
+ "B-last_name": 13,
127
+ "B-license_plate": 29,
128
+ "B-medical_record_number": 1,
129
+ "B-name": 19,
130
+ "B-national_id": 71,
131
+ "B-password": 67,
132
+ "B-phone_number": 23,
133
+ "B-pin": 83,
134
+ "B-postcode": 55,
135
+ "B-ssn": 5,
136
+ "B-state": 77,
137
+ "B-street_address": 21,
138
+ "B-swift_bic": 79,
139
+ "B-tax_id": 73,
140
+ "B-time": 53,
141
+ "B-unique_identifier": 43,
142
+ "B-url": 75,
143
+ "B-user_name": 33,
144
+ "B-vehicle_identifier": 57,
145
+ "I-account_number": 48,
146
+ "I-address": 32,
147
+ "I-api_key": 64,
148
+ "I-bank_routing_number": 38,
149
+ "I-biometric_identifier": 46,
150
+ "I-certificate_license_number": 52,
151
+ "I-city": 50,
152
+ "I-company_name": 42,
153
+ "I-coordinate": 60,
154
+ "I-country": 62,
155
+ "I-credit_card_number": 28,
156
+ "I-customer_id": 16,
157
+ "I-cvv": 82,
158
+ "I-date": 8,
159
+ "I-date_of_birth": 4,
160
+ "I-date_time": 40,
161
+ "I-device_identifier": 36,
162
+ "I-email": 12,
163
+ "I-employee_id": 18,
164
+ "I-first_name": 10,
165
+ "I-health_plan_beneficiary_number": 70,
166
+ "I-ipv4": 26,
167
+ "I-ipv6": 66,
168
+ "I-last_name": 14,
169
+ "I-license_plate": 30,
170
+ "I-medical_record_number": 2,
171
+ "I-name": 20,
172
+ "I-national_id": 72,
173
+ "I-password": 68,
174
+ "I-phone_number": 24,
175
+ "I-pin": 84,
176
+ "I-postcode": 56,
177
+ "I-ssn": 6,
178
+ "I-state": 78,
179
+ "I-street_address": 22,
180
+ "I-swift_bic": 80,
181
+ "I-tax_id": 74,
182
+ "I-time": 54,
183
+ "I-unique_identifier": 44,
184
+ "I-url": 76,
185
+ "I-user_name": 34,
186
+ "I-vehicle_identifier": 58,
187
+ "O": 0
188
+ },
189
+ "layer_norm_eps": 1e-12,
190
+ "loss_type": "chebyshev_arcface",
191
+ "max_position_embeddings": 512,
192
+ "model_type": "bert",
193
+ "num_attention_heads": 12,
194
+ "num_hidden_layers": 12,
195
+ "pad_token_id": 0,
196
+ "position_embedding_type": "absolute",
197
+ "torch_dtype": "float32",
198
+ "transformers_version": "4.51.3",
199
+ "type_vocab_size": 2,
200
+ "use_cache": true,
201
+ "vocab_size": 30522
202
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea49f82cf3f15fc32d969653dfb2eb37fe1c9ff400ce72293297dc5b5b072eab
3
+ size 435851404
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff