| { | |
| "_name_or_path": "bert-base-multilingual-cased", | |
| "architectures": [ | |
| "BertForTokenClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "classifier_dropout": null, | |
| "directionality": "bidi", | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "0", | |
| "1": "B-arrivalTrainNo", | |
| "2": "I-arrivalTrainNo", | |
| "3": "B-bookingNumber", | |
| "4": "I-bookingNumber", | |
| "5": "B-cardNumber", | |
| "6": "I-cardNumber", | |
| "7": "B-cardType", | |
| "8": "I-cardType", | |
| "9": "B-checkIn", | |
| "10": "I-checkIn", | |
| "11": "B-checkOut", | |
| "12": "I-checkOut", | |
| "13": "B-companyAddress", | |
| "14": "I-companyAddress", | |
| "15": "B-companyCity", | |
| "16": "I-companyCity", | |
| "17": "B-companyCountry", | |
| "18": "I-companyCountry", | |
| "19": "B-companyName", | |
| "20": "I-companyName", | |
| "21": "B-companyVATNumber", | |
| "22": "I-companyVATNumber", | |
| "23": "B-companyZipcode", | |
| "24": "I-companyZipcode", | |
| "25": "B-crewType", | |
| "26": "I-crewType", | |
| "27": "B-currencyCode", | |
| "28": "I-currencyCode", | |
| "29": "B-documentType", | |
| "30": "I-documentType", | |
| "31": "B-externalReservationNumber", | |
| "32": "I-externalReservationNumber", | |
| "33": "B-grossAmount", | |
| "34": "I-grossAmount", | |
| "35": "B-hotelAddress", | |
| "36": "I-hotelAddress", | |
| "37": "B-hotelBankAccount", | |
| "38": "I-hotelBankAccount", | |
| "39": "B-hotelCity", | |
| "40": "I-hotelCity", | |
| "41": "B-hotelCountry", | |
| "42": "I-hotelCountry", | |
| "43": "B-hotelEmail", | |
| "44": "I-hotelEmail", | |
| "45": "B-hotelFaxNumber", | |
| "46": "I-hotelFaxNumber", | |
| "47": "B-hotelName", | |
| "48": "I-hotelName", | |
| "49": "B-hotelPhoneNumber", | |
| "50": "I-hotelPhoneNumber", | |
| "51": "B-hotelTaxCode", | |
| "52": "I-hotelTaxCode", | |
| "53": "B-hotelVATNumber", | |
| "54": "I-hotelVATNumber", | |
| "55": "B-hotelZipCode", | |
| "56": "I-hotelZipCode", | |
| "57": "B-invoiceDate", | |
| "58": "I-invoiceDate", | |
| "59": "B-invoiceNumber", | |
| "60": "I-invoiceNumber", | |
| "61": "B-netAmount", | |
| "62": "I-netAmount", | |
| "63": "B-pageNo", | |
| "64": "I-pageNo", | |
| "65": "B-reservationNumber", | |
| "66": "I-reservationNumber", | |
| "67": "B-roomNo", | |
| "68": "I-roomNo", | |
| "69": "B-taxAmount", | |
| "70": "I-taxAmount", | |
| "71": "B-trafficDate", | |
| "72": "I-trafficDate", | |
| "73": "B-travellerName", | |
| "74": "I-travellerName", | |
| "75": "B-Bank_Account/bankInfo", | |
| "76": "I-Bank_Account/bankInfo", | |
| "77": "B-Bank_Account/IBAN", | |
| "78": "I-Bank_Account/IBAN", | |
| "79": "B-Bank_Account/BIC", | |
| "80": "I-Bank_Account/BIC", | |
| "81": "B-Bank_Account/currencyCode", | |
| "82": "I-Bank_Account/currencyCode" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "0": 0, | |
| "B-Bank_Account/BIC": 79, | |
| "B-Bank_Account/IBAN": 77, | |
| "B-Bank_Account/bankInfo": 75, | |
| "B-Bank_Account/currencyCode": 81, | |
| "B-arrivalTrainNo": 1, | |
| "B-bookingNumber": 3, | |
| "B-cardNumber": 5, | |
| "B-cardType": 7, | |
| "B-checkIn": 9, | |
| "B-checkOut": 11, | |
| "B-companyAddress": 13, | |
| "B-companyCity": 15, | |
| "B-companyCountry": 17, | |
| "B-companyName": 19, | |
| "B-companyVATNumber": 21, | |
| "B-companyZipcode": 23, | |
| "B-crewType": 25, | |
| "B-currencyCode": 27, | |
| "B-documentType": 29, | |
| "B-externalReservationNumber": 31, | |
| "B-grossAmount": 33, | |
| "B-hotelAddress": 35, | |
| "B-hotelBankAccount": 37, | |
| "B-hotelCity": 39, | |
| "B-hotelCountry": 41, | |
| "B-hotelEmail": 43, | |
| "B-hotelFaxNumber": 45, | |
| "B-hotelName": 47, | |
| "B-hotelPhoneNumber": 49, | |
| "B-hotelTaxCode": 51, | |
| "B-hotelVATNumber": 53, | |
| "B-hotelZipCode": 55, | |
| "B-invoiceDate": 57, | |
| "B-invoiceNumber": 59, | |
| "B-netAmount": 61, | |
| "B-pageNo": 63, | |
| "B-reservationNumber": 65, | |
| "B-roomNo": 67, | |
| "B-taxAmount": 69, | |
| "B-trafficDate": 71, | |
| "B-travellerName": 73, | |
| "I-Bank_Account/BIC": 80, | |
| "I-Bank_Account/IBAN": 78, | |
| "I-Bank_Account/bankInfo": 76, | |
| "I-Bank_Account/currencyCode": 82, | |
| "I-arrivalTrainNo": 2, | |
| "I-bookingNumber": 4, | |
| "I-cardNumber": 6, | |
| "I-cardType": 8, | |
| "I-checkIn": 10, | |
| "I-checkOut": 12, | |
| "I-companyAddress": 14, | |
| "I-companyCity": 16, | |
| "I-companyCountry": 18, | |
| "I-companyName": 20, | |
| "I-companyVATNumber": 22, | |
| "I-companyZipcode": 24, | |
| "I-crewType": 26, | |
| "I-currencyCode": 28, | |
| "I-documentType": 30, | |
| "I-externalReservationNumber": 32, | |
| "I-grossAmount": 34, | |
| "I-hotelAddress": 36, | |
| "I-hotelBankAccount": 38, | |
| "I-hotelCity": 40, | |
| "I-hotelCountry": 42, | |
| "I-hotelEmail": 44, | |
| "I-hotelFaxNumber": 46, | |
| "I-hotelName": 48, | |
| "I-hotelPhoneNumber": 50, | |
| "I-hotelTaxCode": 52, | |
| "I-hotelVATNumber": 54, | |
| "I-hotelZipCode": 56, | |
| "I-invoiceDate": 58, | |
| "I-invoiceNumber": 60, | |
| "I-netAmount": 62, | |
| "I-pageNo": 64, | |
| "I-reservationNumber": 66, | |
| "I-roomNo": 68, | |
| "I-taxAmount": 70, | |
| "I-trafficDate": 72, | |
| "I-travellerName": 74 | |
| }, | |
| "layer_norm_eps": 1e-12, | |
| "max_position_embeddings": 512, | |
| "model_type": "bert", | |
| "num_attention_heads": 12, | |
| "num_hidden_layers": 12, | |
| "pad_token_id": 0, | |
| "pooler_fc_size": 768, | |
| "pooler_num_attention_heads": 12, | |
| "pooler_num_fc_layers": 3, | |
| "pooler_size_per_head": 128, | |
| "pooler_type": "first_token_transform", | |
| "position_embedding_type": "absolute", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.40.2", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 119547 | |
| } | |