mathbridge_adapter / head_config.json
jeongyoun's picture
Upload model
9b56cb2 verified
raw
history blame contribute delete
414 Bytes
{
"config": {
"activation_function": "tanh",
"dropout_prob": null,
"head_type": "tagging",
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
},
"layers": 1,
"num_labels": 3
},
"hidden_size": 768,
"model_class": "BertAdapterModel",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "mathbridge_adapter",
"version": "adapters.1.0.0"
}