File size: 1,177 Bytes
6edc303 | 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 | {
"base_model": "OpenMed/OpenMed-PII-mLiteClinical-Base-135M-v1",
"init_from": "models/irishcore-globalpointer-135m-a05-chatbotv1-e06",
"init_encoder_from": "temsa/IrishCore-DiffMask-135M-v1-rc6",
"init_mode": "full_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": 9989,
"valid_examples": 692,
"test_examples": 678,
"data": "data/irish_core_globalpointer_focus_chatbot_v2"
}
|