File size: 461 Bytes
2626339 |
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": null,
"dropout_prob": null,
"head_type": "tagging",
"label2id": {
"0": 0,
"B-LOC": 5,
"B-ORG": 3,
"B-PER": 1,
"I-LOC": 6,
"I-ORG": 4,
"I-PER": 2
},
"layers": 1,
"num_labels": 7
},
"hidden_size": 768,
"model_class": "BertAdapterModel",
"model_name": "bert-base-multilingual-cased",
"model_type": "bert",
"name": "ner",
"version": "0.2.0"
} |