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