bert-base-uncased-pf-wic / head_config.json
calpt's picture
Fix label2id mapping.
11f0c6d
{
"config": {
"activation_function": "tanh",
"bias": true,
"head_type": "classification",
"label2id": {
"False": 0,
"True": 1
},
"layers": 2,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "super_glue_wic"
}