{ | |
"config": { | |
"activation_function": "tanh", | |
"head_type": "tagging", | |
"label2id": { | |
"NOUN": 0, | |
"PUNCT": 1, | |
"ADP": 2, | |
"NUM": 3, | |
"SYM": 4, | |
"SCONJ": 5, | |
"ADJ": 6, | |
"PART": 7, | |
"DET": 8, | |
"CCONJ": 9, | |
"PROPN": 10, | |
"PRON": 11, | |
"X": 12, | |
"_": 13, | |
"ADV": 14, | |
"INTJ": 15, | |
"VERB": 16, | |
"AUX": 17 | |
}, | |
"layers": 1, | |
"num_labels": 18 | |
}, | |
"hidden_size": 768, | |
"model_class": "BertModelWithHeads", | |
"model_name": "bert-base-uncased", | |
"model_type": "bert", | |
"name": "ud_pos_en_ewt" | |
} |