File size: 600 Bytes
1c18f98 1fbaaa5 1c18f98 1fbaaa5 1c18f98 1fbaaa5 1c18f98 1fbaaa5 1c18f98 1fbaaa5 1c18f98 |
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 |
{
"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"
} |