| { | |
| "add_cross_attention": false, | |
| "architectures": [ | |
| "BertForTokenClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "bos_token_id": null, | |
| "classifier_dropout": null, | |
| "dtype": "float32", | |
| "eos_token_id": null, | |
| "gradient_checkpointing": false, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 384, | |
| "id2label": { | |
| "0": "O", | |
| "1": "B-account_number", | |
| "2": "I-account_number", | |
| "3": "B-age", | |
| "4": "I-age", | |
| "5": "B-api_key", | |
| "6": "I-api_key", | |
| "7": "B-bank_routing_number", | |
| "8": "I-bank_routing_number", | |
| "9": "B-biometric_identifier", | |
| "10": "I-biometric_identifier", | |
| "11": "B-blood_type", | |
| "12": "I-blood_type", | |
| "13": "B-certificate_license_number", | |
| "14": "I-certificate_license_number", | |
| "15": "B-city", | |
| "16": "I-city", | |
| "17": "B-company_name", | |
| "18": "I-company_name", | |
| "19": "B-coordinate", | |
| "20": "I-coordinate", | |
| "21": "B-country", | |
| "22": "I-country", | |
| "23": "B-county", | |
| "24": "I-county", | |
| "25": "B-credit_debit_card", | |
| "26": "I-credit_debit_card", | |
| "27": "B-customer_id", | |
| "28": "I-customer_id", | |
| "29": "B-cvv", | |
| "30": "I-cvv", | |
| "31": "B-date", | |
| "32": "I-date", | |
| "33": "B-date_of_birth", | |
| "34": "I-date_of_birth", | |
| "35": "B-date_time", | |
| "36": "I-date_time", | |
| "37": "B-device_identifier", | |
| "38": "I-device_identifier", | |
| "39": "B-education_level", | |
| "40": "I-education_level", | |
| "41": "B-email", | |
| "42": "I-email", | |
| "43": "B-employee_id", | |
| "44": "I-employee_id", | |
| "45": "B-employment_status", | |
| "46": "I-employment_status", | |
| "47": "B-fax_number", | |
| "48": "I-fax_number", | |
| "49": "B-first_name", | |
| "50": "I-first_name", | |
| "51": "B-gender", | |
| "52": "I-gender", | |
| "53": "B-health_plan_beneficiary_number", | |
| "54": "I-health_plan_beneficiary_number", | |
| "55": "B-http_cookie", | |
| "56": "I-http_cookie", | |
| "57": "B-ipv4", | |
| "58": "I-ipv4", | |
| "59": "B-ipv6", | |
| "60": "I-ipv6", | |
| "61": "B-language", | |
| "62": "I-language", | |
| "63": "B-last_name", | |
| "64": "I-last_name", | |
| "65": "B-license_plate", | |
| "66": "I-license_plate", | |
| "67": "B-mac_address", | |
| "68": "I-mac_address", | |
| "69": "B-medical_record_number", | |
| "70": "I-medical_record_number", | |
| "71": "B-national_id", | |
| "72": "I-national_id", | |
| "73": "B-occupation", | |
| "74": "I-occupation", | |
| "75": "B-password", | |
| "76": "I-password", | |
| "77": "B-phone_number", | |
| "78": "I-phone_number", | |
| "79": "B-pin", | |
| "80": "I-pin", | |
| "81": "B-political_view", | |
| "82": "I-political_view", | |
| "83": "B-postcode", | |
| "84": "I-postcode", | |
| "85": "B-race_ethnicity", | |
| "86": "I-race_ethnicity", | |
| "87": "B-religious_belief", | |
| "88": "I-religious_belief", | |
| "89": "B-sexuality", | |
| "90": "I-sexuality", | |
| "91": "B-ssn", | |
| "92": "I-ssn", | |
| "93": "B-state", | |
| "94": "I-state", | |
| "95": "B-street_address", | |
| "96": "I-street_address", | |
| "97": "B-swift_bic", | |
| "98": "I-swift_bic", | |
| "99": "B-tax_id", | |
| "100": "I-tax_id", | |
| "101": "B-time", | |
| "102": "I-time", | |
| "103": "B-unique_id", | |
| "104": "I-unique_id", | |
| "105": "B-url", | |
| "106": "I-url", | |
| "107": "B-user_name", | |
| "108": "I-user_name", | |
| "109": "B-vehicle_identifier", | |
| "110": "I-vehicle_identifier" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 1536, | |
| "is_decoder": false, | |
| "label2id": { | |
| "B-account_number": 1, | |
| "B-age": 3, | |
| "B-api_key": 5, | |
| "B-bank_routing_number": 7, | |
| "B-biometric_identifier": 9, | |
| "B-blood_type": 11, | |
| "B-certificate_license_number": 13, | |
| "B-city": 15, | |
| "B-company_name": 17, | |
| "B-coordinate": 19, | |
| "B-country": 21, | |
| "B-county": 23, | |
| "B-credit_debit_card": 25, | |
| "B-customer_id": 27, | |
| "B-cvv": 29, | |
| "B-date": 31, | |
| "B-date_of_birth": 33, | |
| "B-date_time": 35, | |
| "B-device_identifier": 37, | |
| "B-education_level": 39, | |
| "B-email": 41, | |
| "B-employee_id": 43, | |
| "B-employment_status": 45, | |
| "B-fax_number": 47, | |
| "B-first_name": 49, | |
| "B-gender": 51, | |
| "B-health_plan_beneficiary_number": 53, | |
| "B-http_cookie": 55, | |
| "B-ipv4": 57, | |
| "B-ipv6": 59, | |
| "B-language": 61, | |
| "B-last_name": 63, | |
| "B-license_plate": 65, | |
| "B-mac_address": 67, | |
| "B-medical_record_number": 69, | |
| "B-national_id": 71, | |
| "B-occupation": 73, | |
| "B-password": 75, | |
| "B-phone_number": 77, | |
| "B-pin": 79, | |
| "B-political_view": 81, | |
| "B-postcode": 83, | |
| "B-race_ethnicity": 85, | |
| "B-religious_belief": 87, | |
| "B-sexuality": 89, | |
| "B-ssn": 91, | |
| "B-state": 93, | |
| "B-street_address": 95, | |
| "B-swift_bic": 97, | |
| "B-tax_id": 99, | |
| "B-time": 101, | |
| "B-unique_id": 103, | |
| "B-url": 105, | |
| "B-user_name": 107, | |
| "B-vehicle_identifier": 109, | |
| "I-account_number": 2, | |
| "I-age": 4, | |
| "I-api_key": 6, | |
| "I-bank_routing_number": 8, | |
| "I-biometric_identifier": 10, | |
| "I-blood_type": 12, | |
| "I-certificate_license_number": 14, | |
| "I-city": 16, | |
| "I-company_name": 18, | |
| "I-coordinate": 20, | |
| "I-country": 22, | |
| "I-county": 24, | |
| "I-credit_debit_card": 26, | |
| "I-customer_id": 28, | |
| "I-cvv": 30, | |
| "I-date": 32, | |
| "I-date_of_birth": 34, | |
| "I-date_time": 36, | |
| "I-device_identifier": 38, | |
| "I-education_level": 40, | |
| "I-email": 42, | |
| "I-employee_id": 44, | |
| "I-employment_status": 46, | |
| "I-fax_number": 48, | |
| "I-first_name": 50, | |
| "I-gender": 52, | |
| "I-health_plan_beneficiary_number": 54, | |
| "I-http_cookie": 56, | |
| "I-ipv4": 58, | |
| "I-ipv6": 60, | |
| "I-language": 62, | |
| "I-last_name": 64, | |
| "I-license_plate": 66, | |
| "I-mac_address": 68, | |
| "I-medical_record_number": 70, | |
| "I-national_id": 72, | |
| "I-occupation": 74, | |
| "I-password": 76, | |
| "I-phone_number": 78, | |
| "I-pin": 80, | |
| "I-political_view": 82, | |
| "I-postcode": 84, | |
| "I-race_ethnicity": 86, | |
| "I-religious_belief": 88, | |
| "I-sexuality": 90, | |
| "I-ssn": 92, | |
| "I-state": 94, | |
| "I-street_address": 96, | |
| "I-swift_bic": 98, | |
| "I-tax_id": 100, | |
| "I-time": 102, | |
| "I-unique_id": 104, | |
| "I-url": 106, | |
| "I-user_name": 108, | |
| "I-vehicle_identifier": 110, | |
| "O": 0 | |
| }, | |
| "layer_norm_eps": 1e-12, | |
| "max_position_embeddings": 512, | |
| "model_type": "bert", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 6, | |
| "pad_token_id": 0, | |
| "position_embedding_type": "absolute", | |
| "tie_word_embeddings": true, | |
| "transformers_version": "5.0.0", | |
| "type_vocab_size": 2, | |
| "use_cache": false, | |
| "vocab_size": 30522 | |
| } | |