roberta-base-pf-stsb / head_config.json
calpt's picture
Initial version.
6863a48
{
"config": {
"activation_function": "tanh",
"bias": true,
"head_type": "classification",
"label2id": {},
"layers": 2,
"num_labels": 1,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "RobertaModelWithHeads",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "glue_stsb"
}