lisaterumi's picture
Upload config.json
146f8e6
raw
history blame
1.77 kB
{
"_name_or_path": "pucpr/biobertpt-all",
"_num_labels": 2,
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"directionality": "bidi",
"eos_token_ids": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0: "NUM",
"1: "KS",
"2: "PREP+PROADJ",
"3: "ADV-KS",
"4: "NPROP",
"5: "PDEN",
"6: "PROADJ",
"7: "PCP",
"8: "KC",
"9: "PU",
"10: "PREP",
"11: "ADV",
"12: "PRO-KS",
"13: "ART",
"14: "N",
"15: "PROPESS",
"16: "PREP+PROPESS",
"17: "CUR",
"18: "ADJ",
"19: "IN",
"20: "PREP+ART",
"21: "PROSUB",
"22: "PREP+PRO-KS",
"23: "PREP+PROSUB",
"24: "V",
"25: "PREP+ADV",
"26: "<pad>"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"<pad>": 26,
"ADJ": 18,
"ADV": 11,
"ADV-KS": 3,
"ART": 13,
"CUR": 17,
"IN": 19,
"KC": 8,
"KS": 1,
"N": 14,
"NPROP": 4,
"NUM": 0,
"PCP": 7,
"PDEN": 5,
"PREP": 10,
"PREP+ADV": 25,
"PREP+ART": 20,
"PREP+PRO-KS": 22,
"PREP+PROADJ": 2,
"PREP+PROPESS": 16,
"PREP+PROSUB": 23,
"PRO-KS": 12,
"PROADJ": 6,
"PROPESS": 15,
"PROSUB": 21,
"PU": 9,
"V": 24
},
"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": null,
"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.20.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 119547
}