bharathjanumpally commited on
Commit
f726e0a
·
1 Parent(s): c394465

Initial PHI span detector (synthetic)

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
checkpoint-3000/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
checkpoint-3000/config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 1,
7
+ "dtype": "float32",
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-NAME",
15
+ "2": "I-NAME",
16
+ "3": "B-DATE",
17
+ "4": "I-DATE",
18
+ "5": "B-AGE",
19
+ "6": "I-AGE",
20
+ "7": "B-PHONE",
21
+ "8": "I-PHONE",
22
+ "9": "B-EMAIL",
23
+ "10": "I-EMAIL",
24
+ "11": "B-ADDRESS",
25
+ "12": "I-ADDRESS",
26
+ "13": "B-ID",
27
+ "14": "I-ID",
28
+ "15": "B-PROVIDER",
29
+ "16": "I-PROVIDER",
30
+ "17": "B-FACILITY",
31
+ "18": "I-FACILITY",
32
+ "19": "B-LOCATION",
33
+ "20": "I-LOCATION"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "B-ADDRESS": 11,
39
+ "B-AGE": 5,
40
+ "B-DATE": 3,
41
+ "B-EMAIL": 9,
42
+ "B-FACILITY": 17,
43
+ "B-ID": 13,
44
+ "B-LOCATION": 19,
45
+ "B-NAME": 1,
46
+ "B-PHONE": 7,
47
+ "B-PROVIDER": 15,
48
+ "I-ADDRESS": 12,
49
+ "I-AGE": 6,
50
+ "I-DATE": 4,
51
+ "I-EMAIL": 10,
52
+ "I-FACILITY": 18,
53
+ "I-ID": 14,
54
+ "I-LOCATION": 20,
55
+ "I-NAME": 2,
56
+ "I-PHONE": 8,
57
+ "I-PROVIDER": 16,
58
+ "O": 0
59
+ },
60
+ "layer_norm_eps": 1e-07,
61
+ "legacy": true,
62
+ "max_position_embeddings": 512,
63
+ "max_relative_positions": -1,
64
+ "model_type": "deberta-v2",
65
+ "norm_rel_ebd": "layer_norm",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "pad_token_id": 0,
69
+ "pooler_dropout": 0,
70
+ "pooler_hidden_act": "gelu",
71
+ "pooler_hidden_size": 768,
72
+ "pos_att_type": [
73
+ "p2c",
74
+ "c2p"
75
+ ],
76
+ "position_biased_input": false,
77
+ "position_buckets": 256,
78
+ "relative_attention": true,
79
+ "share_att_key": true,
80
+ "transformers_version": "4.57.3",
81
+ "type_vocab_size": 0,
82
+ "vocab_size": 128100
83
+ }
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aefee108ff9946aa4f56d0e1a219650f6b34d88165e7ceb6017f5ae48b51ae69
3
+ size 735415180
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e332f46b3fd6712fb3f14fcd38261c92144bfb23e8ff96f849d75b4b59aa220a
3
+ size 1470943691
checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a77d4a8b98ce027a4d6a3b9fb5d7c904e27ec1efd5c0468c24fa26bb738316
3
+ size 14455
checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211566a07c4a3237027ac115341b290bd797c02d8fd38c5af7eedb7594d2eb1a
3
+ size 1465
checkpoint-3000/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
checkpoint-3000/spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
checkpoint-3000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "sp_model_kwargs": {},
55
+ "split_by_punct": false,
56
+ "tokenizer_class": "DebertaV2Tokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "spm"
59
+ }
checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,465 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3000,
3
+ "best_metric": 0.6781408191440405,
4
+ "best_model_checkpoint": "out/span-detector/checkpoint-3000",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 3000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.016666666666666666,
14
+ "grad_norm": 2.4648032188415527,
15
+ "learning_rate": 1.9673333333333337e-05,
16
+ "loss": 1.4763,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.03333333333333333,
21
+ "grad_norm": 3.3380212783813477,
22
+ "learning_rate": 1.934e-05,
23
+ "loss": 0.8043,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.05,
28
+ "grad_norm": 1.5232346057891846,
29
+ "learning_rate": 1.900666666666667e-05,
30
+ "loss": 0.558,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.06666666666666667,
35
+ "grad_norm": 3.1704585552215576,
36
+ "learning_rate": 1.8673333333333333e-05,
37
+ "loss": 0.5472,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.08333333333333333,
42
+ "grad_norm": 3.7331652641296387,
43
+ "learning_rate": 1.834e-05,
44
+ "loss": 0.5262,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.1,
49
+ "grad_norm": 2.355356454849243,
50
+ "learning_rate": 1.8006666666666668e-05,
51
+ "loss": 0.5655,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.11666666666666667,
56
+ "grad_norm": 2.4676451683044434,
57
+ "learning_rate": 1.7673333333333336e-05,
58
+ "loss": 0.5202,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.13333333333333333,
63
+ "grad_norm": 2.6574511528015137,
64
+ "learning_rate": 1.734e-05,
65
+ "loss": 0.5367,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.15,
70
+ "grad_norm": 1.6290208101272583,
71
+ "learning_rate": 1.7006666666666668e-05,
72
+ "loss": 0.4514,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.16666666666666666,
77
+ "grad_norm": 1.5626131296157837,
78
+ "learning_rate": 1.6673333333333335e-05,
79
+ "loss": 0.4827,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.18333333333333332,
84
+ "grad_norm": 2.533519744873047,
85
+ "learning_rate": 1.634e-05,
86
+ "loss": 0.4361,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.2,
91
+ "grad_norm": 3.112020969390869,
92
+ "learning_rate": 1.6006666666666667e-05,
93
+ "loss": 0.4367,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.21666666666666667,
98
+ "grad_norm": 1.4161723852157593,
99
+ "learning_rate": 1.5673333333333335e-05,
100
+ "loss": 0.4371,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.23333333333333334,
105
+ "grad_norm": 1.5193759202957153,
106
+ "learning_rate": 1.5340000000000002e-05,
107
+ "loss": 0.4257,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.25,
112
+ "grad_norm": 1.8685308694839478,
113
+ "learning_rate": 1.5006666666666666e-05,
114
+ "loss": 0.4571,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.26666666666666666,
119
+ "grad_norm": 1.6408733129501343,
120
+ "learning_rate": 1.4673333333333336e-05,
121
+ "loss": 0.4498,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.2833333333333333,
126
+ "grad_norm": 1.4346765279769897,
127
+ "learning_rate": 1.434e-05,
128
+ "loss": 0.4698,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.3,
133
+ "grad_norm": 2.382272481918335,
134
+ "learning_rate": 1.400666666666667e-05,
135
+ "loss": 0.395,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.31666666666666665,
140
+ "grad_norm": 1.9712049961090088,
141
+ "learning_rate": 1.3673333333333333e-05,
142
+ "loss": 0.4925,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.3333333333333333,
147
+ "grad_norm": 3.0623228549957275,
148
+ "learning_rate": 1.3340000000000001e-05,
149
+ "loss": 0.441,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.35,
154
+ "grad_norm": 1.347990870475769,
155
+ "learning_rate": 1.3006666666666667e-05,
156
+ "loss": 0.4759,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.36666666666666664,
161
+ "grad_norm": 1.390187382698059,
162
+ "learning_rate": 1.2673333333333335e-05,
163
+ "loss": 0.4472,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.38333333333333336,
168
+ "grad_norm": 2.3408334255218506,
169
+ "learning_rate": 1.234e-05,
170
+ "loss": 0.4667,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.4,
175
+ "grad_norm": 2.5537164211273193,
176
+ "learning_rate": 1.2006666666666668e-05,
177
+ "loss": 0.4526,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.4166666666666667,
182
+ "grad_norm": 1.7939623594284058,
183
+ "learning_rate": 1.1673333333333334e-05,
184
+ "loss": 0.4567,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.43333333333333335,
189
+ "grad_norm": 1.571120262145996,
190
+ "learning_rate": 1.134e-05,
191
+ "loss": 0.4633,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.45,
196
+ "grad_norm": 1.5654029846191406,
197
+ "learning_rate": 1.1006666666666667e-05,
198
+ "loss": 0.491,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.4666666666666667,
203
+ "grad_norm": 1.9570505619049072,
204
+ "learning_rate": 1.0673333333333333e-05,
205
+ "loss": 0.472,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.48333333333333334,
210
+ "grad_norm": 1.9231178760528564,
211
+ "learning_rate": 1.0340000000000001e-05,
212
+ "loss": 0.4385,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.5,
217
+ "grad_norm": 2.099172592163086,
218
+ "learning_rate": 1.0006666666666667e-05,
219
+ "loss": 0.4263,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.5166666666666667,
224
+ "grad_norm": 1.9402815103530884,
225
+ "learning_rate": 9.673333333333334e-06,
226
+ "loss": 0.4511,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.5333333333333333,
231
+ "grad_norm": 1.2067538499832153,
232
+ "learning_rate": 9.340000000000002e-06,
233
+ "loss": 0.4545,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.55,
238
+ "grad_norm": 0.9885591268539429,
239
+ "learning_rate": 9.006666666666666e-06,
240
+ "loss": 0.4902,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.5666666666666667,
245
+ "grad_norm": 1.5390220880508423,
246
+ "learning_rate": 8.673333333333334e-06,
247
+ "loss": 0.4292,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.5833333333333334,
252
+ "grad_norm": 2.0588321685791016,
253
+ "learning_rate": 8.34e-06,
254
+ "loss": 0.396,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.6,
259
+ "grad_norm": 1.4244740009307861,
260
+ "learning_rate": 8.006666666666667e-06,
261
+ "loss": 0.4117,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.6166666666666667,
266
+ "grad_norm": 1.887633204460144,
267
+ "learning_rate": 7.673333333333333e-06,
268
+ "loss": 0.4704,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.6333333333333333,
273
+ "grad_norm": 1.9523940086364746,
274
+ "learning_rate": 7.340000000000001e-06,
275
+ "loss": 0.4556,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.65,
280
+ "grad_norm": 1.6887413263320923,
281
+ "learning_rate": 7.006666666666667e-06,
282
+ "loss": 0.4508,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.6666666666666666,
287
+ "grad_norm": 1.12482488155365,
288
+ "learning_rate": 6.6733333333333335e-06,
289
+ "loss": 0.4394,
290
+ "step": 2000
291
+ },
292
+ {
293
+ "epoch": 0.6833333333333333,
294
+ "grad_norm": 2.3246829509735107,
295
+ "learning_rate": 6.34e-06,
296
+ "loss": 0.4723,
297
+ "step": 2050
298
+ },
299
+ {
300
+ "epoch": 0.7,
301
+ "grad_norm": 1.3652856349945068,
302
+ "learning_rate": 6.006666666666667e-06,
303
+ "loss": 0.4577,
304
+ "step": 2100
305
+ },
306
+ {
307
+ "epoch": 0.7166666666666667,
308
+ "grad_norm": 2.0045857429504395,
309
+ "learning_rate": 5.673333333333334e-06,
310
+ "loss": 0.4095,
311
+ "step": 2150
312
+ },
313
+ {
314
+ "epoch": 0.7333333333333333,
315
+ "grad_norm": 1.2490384578704834,
316
+ "learning_rate": 5.3400000000000005e-06,
317
+ "loss": 0.4346,
318
+ "step": 2200
319
+ },
320
+ {
321
+ "epoch": 0.75,
322
+ "grad_norm": 2.2132956981658936,
323
+ "learning_rate": 5.006666666666667e-06,
324
+ "loss": 0.4341,
325
+ "step": 2250
326
+ },
327
+ {
328
+ "epoch": 0.7666666666666667,
329
+ "grad_norm": 1.5622119903564453,
330
+ "learning_rate": 4.673333333333333e-06,
331
+ "loss": 0.4449,
332
+ "step": 2300
333
+ },
334
+ {
335
+ "epoch": 0.7833333333333333,
336
+ "grad_norm": 1.2452800273895264,
337
+ "learning_rate": 4.34e-06,
338
+ "loss": 0.4767,
339
+ "step": 2350
340
+ },
341
+ {
342
+ "epoch": 0.8,
343
+ "grad_norm": 1.6074104309082031,
344
+ "learning_rate": 4.006666666666667e-06,
345
+ "loss": 0.4109,
346
+ "step": 2400
347
+ },
348
+ {
349
+ "epoch": 0.8166666666666667,
350
+ "grad_norm": 1.4492385387420654,
351
+ "learning_rate": 3.673333333333334e-06,
352
+ "loss": 0.4608,
353
+ "step": 2450
354
+ },
355
+ {
356
+ "epoch": 0.8333333333333334,
357
+ "grad_norm": 2.3570597171783447,
358
+ "learning_rate": 3.3400000000000006e-06,
359
+ "loss": 0.411,
360
+ "step": 2500
361
+ },
362
+ {
363
+ "epoch": 0.85,
364
+ "grad_norm": 1.4862946271896362,
365
+ "learning_rate": 3.0066666666666674e-06,
366
+ "loss": 0.4137,
367
+ "step": 2550
368
+ },
369
+ {
370
+ "epoch": 0.8666666666666667,
371
+ "grad_norm": 1.2841322422027588,
372
+ "learning_rate": 2.6733333333333333e-06,
373
+ "loss": 0.435,
374
+ "step": 2600
375
+ },
376
+ {
377
+ "epoch": 0.8833333333333333,
378
+ "grad_norm": 0.874824047088623,
379
+ "learning_rate": 2.3400000000000005e-06,
380
+ "loss": 0.4245,
381
+ "step": 2650
382
+ },
383
+ {
384
+ "epoch": 0.9,
385
+ "grad_norm": 0.9519926309585571,
386
+ "learning_rate": 2.006666666666667e-06,
387
+ "loss": 0.4803,
388
+ "step": 2700
389
+ },
390
+ {
391
+ "epoch": 0.9166666666666666,
392
+ "grad_norm": 1.5597883462905884,
393
+ "learning_rate": 1.6733333333333335e-06,
394
+ "loss": 0.4386,
395
+ "step": 2750
396
+ },
397
+ {
398
+ "epoch": 0.9333333333333333,
399
+ "grad_norm": 2.965679883956909,
400
+ "learning_rate": 1.34e-06,
401
+ "loss": 0.4265,
402
+ "step": 2800
403
+ },
404
+ {
405
+ "epoch": 0.95,
406
+ "grad_norm": 2.8773186206817627,
407
+ "learning_rate": 1.0066666666666668e-06,
408
+ "loss": 0.4351,
409
+ "step": 2850
410
+ },
411
+ {
412
+ "epoch": 0.9666666666666667,
413
+ "grad_norm": 1.5252959728240967,
414
+ "learning_rate": 6.733333333333334e-07,
415
+ "loss": 0.4787,
416
+ "step": 2900
417
+ },
418
+ {
419
+ "epoch": 0.9833333333333333,
420
+ "grad_norm": 1.961698055267334,
421
+ "learning_rate": 3.4000000000000003e-07,
422
+ "loss": 0.5035,
423
+ "step": 2950
424
+ },
425
+ {
426
+ "epoch": 1.0,
427
+ "grad_norm": 1.1849995851516724,
428
+ "learning_rate": 6.666666666666667e-09,
429
+ "loss": 0.4015,
430
+ "step": 3000
431
+ },
432
+ {
433
+ "epoch": 1.0,
434
+ "eval_f1": 0.6781408191440405,
435
+ "eval_loss": 0.4071887731552124,
436
+ "eval_precision": 0.6909227306826706,
437
+ "eval_recall": 0.6658232423639978,
438
+ "eval_runtime": 16.7241,
439
+ "eval_samples_per_second": 59.794,
440
+ "eval_steps_per_second": 14.949,
441
+ "step": 3000
442
+ }
443
+ ],
444
+ "logging_steps": 50,
445
+ "max_steps": 3000,
446
+ "num_input_tokens_seen": 0,
447
+ "num_train_epochs": 1,
448
+ "save_steps": 500,
449
+ "stateful_callbacks": {
450
+ "TrainerControl": {
451
+ "args": {
452
+ "should_epoch_stop": false,
453
+ "should_evaluate": false,
454
+ "should_log": false,
455
+ "should_save": true,
456
+ "should_training_stop": true
457
+ },
458
+ "attributes": {}
459
+ }
460
+ },
461
+ "total_flos": 440995440050280.0,
462
+ "train_batch_size": 4,
463
+ "trial_name": null,
464
+ "trial_params": null
465
+ }
checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741a08bc7caad980abcab4fe0d26517e733122f034f71061538f961e4c424200
3
+ size 5841
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 1,
7
+ "dtype": "float32",
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-NAME",
15
+ "2": "I-NAME",
16
+ "3": "B-DATE",
17
+ "4": "I-DATE",
18
+ "5": "B-AGE",
19
+ "6": "I-AGE",
20
+ "7": "B-PHONE",
21
+ "8": "I-PHONE",
22
+ "9": "B-EMAIL",
23
+ "10": "I-EMAIL",
24
+ "11": "B-ADDRESS",
25
+ "12": "I-ADDRESS",
26
+ "13": "B-ID",
27
+ "14": "I-ID",
28
+ "15": "B-PROVIDER",
29
+ "16": "I-PROVIDER",
30
+ "17": "B-FACILITY",
31
+ "18": "I-FACILITY",
32
+ "19": "B-LOCATION",
33
+ "20": "I-LOCATION"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "B-ADDRESS": 11,
39
+ "B-AGE": 5,
40
+ "B-DATE": 3,
41
+ "B-EMAIL": 9,
42
+ "B-FACILITY": 17,
43
+ "B-ID": 13,
44
+ "B-LOCATION": 19,
45
+ "B-NAME": 1,
46
+ "B-PHONE": 7,
47
+ "B-PROVIDER": 15,
48
+ "I-ADDRESS": 12,
49
+ "I-AGE": 6,
50
+ "I-DATE": 4,
51
+ "I-EMAIL": 10,
52
+ "I-FACILITY": 18,
53
+ "I-ID": 14,
54
+ "I-LOCATION": 20,
55
+ "I-NAME": 2,
56
+ "I-PHONE": 8,
57
+ "I-PROVIDER": 16,
58
+ "O": 0
59
+ },
60
+ "layer_norm_eps": 1e-07,
61
+ "legacy": true,
62
+ "max_position_embeddings": 512,
63
+ "max_relative_positions": -1,
64
+ "model_type": "deberta-v2",
65
+ "norm_rel_ebd": "layer_norm",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "pad_token_id": 0,
69
+ "pooler_dropout": 0,
70
+ "pooler_hidden_act": "gelu",
71
+ "pooler_hidden_size": 768,
72
+ "pos_att_type": [
73
+ "p2c",
74
+ "c2p"
75
+ ],
76
+ "position_biased_input": false,
77
+ "position_buckets": 256,
78
+ "relative_attention": true,
79
+ "share_att_key": true,
80
+ "transformers_version": "4.57.3",
81
+ "type_vocab_size": 0,
82
+ "vocab_size": 128100
83
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aefee108ff9946aa4f56d0e1a219650f6b34d88165e7ceb6017f5ae48b51ae69
3
+ size 735415180
seqeval_report.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ precision recall f1-score support
2
+
3
+ ADDRESS 0.6652 0.6481 0.6565 233
4
+ AGE 0.6758 0.3834 0.4893 386
5
+ DATE 0.6553 0.6492 0.6522 1297
6
+ EMAIL 0.6474 0.6455 0.6465 347
7
+ FACILITY 0.6320 0.6494 0.6406 656
8
+ ID 0.6652 0.6519 0.6585 451
9
+ LOCATION 0.6600 0.6600 0.6600 350
10
+ NAME 0.7810 0.7802 0.7806 1001
11
+ PHONE 0.5358 0.5025 0.5186 595
12
+ PROVIDER 0.6652 0.6537 0.6594 231
13
+
14
+ micro avg 0.6657 0.6394 0.6523 5547
15
+ macro avg 0.6583 0.6224 0.6362 5547
16
+ weighted avg 0.6653 0.6394 0.6495 5547
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
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": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "sp_model_kwargs": {},
55
+ "split_by_punct": false,
56
+ "tokenizer_class": "DebertaV2Tokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "spm"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741a08bc7caad980abcab4fe0d26517e733122f034f71061538f961e4c424200
3
+ size 5841