bert-base-uncased-pf-sick / head_config.json
calpt's picture
Initial version.
37f7c4f
raw
history blame
395 Bytes
{
"config": {
"activation_function": "tanh",
"bias": true,
"head_type": "classification",
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
},
"layers": 2,
"num_labels": 3,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "sick"
}