File size: 1,800 Bytes
9de61ab f9cc33d 9de61ab 5bb8099 9de61ab 146f8e6 9de61ab |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
{
"_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
}
|