File size: 454 Bytes
08672e3 9c54fe9 08672e3 9c54fe9 08672e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"config": {
"activation_function": "tanh",
"head_type": "tagging",
"label2id": {
"O": 0,
"B-PER": 1,
"I-PER": 2,
"B-ORG": 3,
"I-ORG": 4,
"B-LOC": 5,
"I-LOC": 6,
"B-MISC": 7,
"I-MISC": 8
},
"layers": 1,
"num_labels": 9
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "conll2003_ner"
} |