bert-base-uncased-pf-ud_pos / head_config.json
calpt's picture
Initial version.
1c18f98
raw history blame
No virus
600 Bytes
{
"config": {
"activation_function": "tanh",
"head_type": "tagging",
"label2id": {
"ADJ": 6,
"ADP": 2,
"ADV": 14,
"AUX": 17,
"CCONJ": 9,
"DET": 8,
"INTJ": 15,
"NOUN": 0,
"NUM": 3,
"PART": 7,
"PRON": 11,
"PROPN": 10,
"PUNCT": 1,
"SCONJ": 5,
"SYM": 4,
"VERB": 16,
"X": 12,
"_": 13
},
"layers": 1,
"num_labels": 18
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "ud_pos_en_ewt"
}