{ "architectures": [ "BertForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "directionality": "bidi", "gradient_checkpointing": false, "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { "0": "B-ADJP", "1": "B-ADVP", "2": "B-CONJP", "3": "B-INTJ", "4": "B-LST", "5": "B-NP", "6": "B-PP", "7": "B-PRT", "8": "B-SBAR", "9": "B-UCP", "10": "B-VP", "11": "I-ADJP", "12": "I-ADVP", "13": "I-CONJP", "14": "I-INTJ", "15": "I-LST", "16": "I-NP", "17": "I-PP", "18": "I-PRT", "19": "I-SBAR", "20": "I-UCP", "21": "I-VP", "22": "O" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "B-ADJP": 0, "B-ADVP": 1, "B-CONJP": 2, "B-INTJ": 3, "B-LST": 4, "B-NP": 5, "B-PP": 6, "B-PRT": 7, "B-SBAR": 8, "B-UCP": 9, "B-VP": 10, "I-ADJP": 11, "I-ADVP": 12, "I-CONJP": 13, "I-INTJ": 14, "I-LST": 15, "I-NP": 16, "I-PP": 17, "I-PRT": 18, "I-SBAR": 19, "I-UCP": 20, "I-VP": 21, "O": 22 }, "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", "type_vocab_size": 2, "vocab_size": 119547 }