| { | |
| "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" | |
| } | |