| { | |
| "architectures": [ | |
| "BertForTokenClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.1, | |
| "classifier_dropout": null, | |
| "directionality": "bidi", | |
| "dtype": "float32", | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.1, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "O", | |
| "1": "B-NAME", | |
| "2": "I-NAME", | |
| "3": "B-PERSON", | |
| "4": "I-PERSON", | |
| "5": "B-TELEFONNUMMER", | |
| "6": "I-TELEFONNUMMER", | |
| "7": "B-EMAIL", | |
| "8": "I-EMAIL", | |
| "9": "B-BERUF", | |
| "10": "I-BERUF", | |
| "11": "B-KONTODATEN", | |
| "12": "I-KONTODATEN", | |
| "13": "B-STANDORT", | |
| "14": "I-STANDORT", | |
| "15": "B-FIRMA", | |
| "16": "I-FIRMA", | |
| "17": "B-DATUM", | |
| "18": "I-DATUM", | |
| "19": "B-SONSTIGES", | |
| "20": "I-SONSTIGES", | |
| "21": "B-COREFERENCE", | |
| "22": "I-COREFERENCE" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "B-BERUF": 9, | |
| "B-COREFERENCE": 21, | |
| "B-DATUM": 17, | |
| "B-EMAIL": 7, | |
| "B-FIRMA": 15, | |
| "B-KONTODATEN": 11, | |
| "B-NAME": 1, | |
| "B-PERSON": 3, | |
| "B-SONSTIGES": 19, | |
| "B-STANDORT": 13, | |
| "B-TELEFONNUMMER": 5, | |
| "I-BERUF": 10, | |
| "I-COREFERENCE": 22, | |
| "I-DATUM": 18, | |
| "I-EMAIL": 8, | |
| "I-FIRMA": 16, | |
| "I-KONTODATEN": 12, | |
| "I-NAME": 2, | |
| "I-PERSON": 4, | |
| "I-SONSTIGES": 20, | |
| "I-STANDORT": 14, | |
| "I-TELEFONNUMMER": 6, | |
| "O": 0 | |
| }, | |
| "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", | |
| "transformers_version": "4.57.1", | |
| "type_vocab_size": 2, | |
| "use_cache": true, | |
| "vocab_size": 119547 | |
| } | |