NER_FEDA_Ru / config.json
creat89's picture
Upload model
3f5242e
{
"architectures": [
"BERT_model_multidata"
],
"attention_probs_dropout_prob": 0.1,
"directionality": "bidi",
"finetuning_task": "2021ru_da-IOBES-S__t_EC__",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4",
"5": "LABEL_5",
"6": "LABEL_6",
"7": "LABEL_7",
"8": "LABEL_8",
"9": "LABEL_9",
"10": "LABEL_10",
"11": "LABEL_11",
"12": "LABEL_12",
"13": "LABEL_13",
"14": "LABEL_14",
"15": "LABEL_15",
"16": "LABEL_16",
"17": "LABEL_17",
"18": "LABEL_18",
"19": "LABEL_19",
"20": "LABEL_20",
"21": "LABEL_21",
"22": "LABEL_22",
"23": "LABEL_23",
"24": "LABEL_24",
"25": "LABEL_25",
"26": "LABEL_26",
"27": "LABEL_27",
"28": "LABEL_28",
"29": "LABEL_29",
"30": "LABEL_30",
"31": "LABEL_31"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-EVT": 20,
"B-GEOPOLIT": 28,
"B-LOC": 8,
"B-MEDIA": 24,
"B-ORG": 12,
"B-PER": 4,
"B-PRO": 16,
"E-EVT": 22,
"E-GEOPOLIT": 30,
"E-LOC": 10,
"E-MEDIA": 26,
"E-ORG": 14,
"E-PER": 6,
"E-PRO": 18,
"I-EVT": 21,
"I-GEOPOLIT": 29,
"I-LOC": 9,
"I-MEDIA": 25,
"I-ORG": 13,
"I-PER": 5,
"I-PRO": 17,
"O": 1,
"S-EVT": 23,
"S-GEOPOLIT": 31,
"S-LOC": 11,
"S-MEDIA": 27,
"S-ORG": 15,
"S-PER": 7,
"S-PRO": 19,
"[CLS]": 2,
"[SEP]": 3
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"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",
"task_specific_params": {
"bert_hidden_size": 768,
"biaffine": false,
"boundaries_labels": null,
"crf": true,
"md_model": true,
"md_number": 4,
"predict_boundaries": false,
"predict_masked": true,
"type_crf_constraints": "BIOES"
},
"type_vocab_size": 2,
"vocab_size": 119570
}