bert-base-uncased-pf-trec / head_config.json
calpt's picture
Fix label2id mapping.
d5d6392
raw history blame
No virus
434 Bytes
{
"config": {
"activation_function": "tanh",
"bias": true,
"head_type": "classification",
"label2id": {
"DESC": 0,
"ENTY": 1,
"ABBR": 2,
"HUM": 3,
"NUM": 4,
"LOC": 5
},
"layers": 2,
"num_labels": 6,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "trec"
}