IrishCore-GlobalPointer-135M-v1-rc1 / global_pointer_meta.json
temsa's picture
Publish IrishCore-GlobalPointer-135M-v1-rc1 release bundle
3c187b8 verified
Raw
History Blame Contribute Delete
1.09 kB
{
"base_model": "OpenMed/OpenMed-PII-mLiteClinical-Base-135M-v1",
"init_encoder_from": "temsa/IrishCore-DiffMask-135M-v1-rc6",
"init_mode": "global_pointer",
"label_names": [
"ACCOUNT_NUMBER",
"BANK_ROUTING_NUMBER",
"CREDIT_DEBIT_CARD",
"EMAIL",
"FIRST_NAME",
"LAST_NAME",
"PASSPORT_NUMBER",
"PHONE_NUMBER",
"POSTCODE",
"PPSN",
"SWIFT_BIC"
],
"max_length": 128,
"task": "Irish core PII global-pointer span extraction",
"freeze_layers": 2,
"span_positive_weight": 8.0,
"global_pointer_head_size": 64,
"global_pointer_use_rope": true,
"global_pointer_negative_ratio": 16,
"global_pointer_min_negatives": 256,
"fitted_label_max_span_tokens": {
"ACCOUNT_NUMBER": 19,
"BANK_ROUTING_NUMBER": 6,
"CREDIT_DEBIT_CARD": 12,
"EMAIL": 15,
"FIRST_NAME": 5,
"LAST_NAME": 8,
"PASSPORT_NUMBER": 8,
"PHONE_NUMBER": 10,
"POSTCODE": 8,
"PPSN": 9,
"SWIFT_BIC": 8
},
"train_examples": 11609,
"valid_examples": 879,
"test_examples": 880,
"data": "data/irish_core_diffmask_focus_v10"
}