roberta-base-pf-qqp / head_config.json
Clifton Alexander Poth
Initial version.
7c899ad
raw history blame
No virus
388 Bytes
{
"config": {
"activation_function": "tanh",
"bias": true,
"head_type": "classification",
"label2id": {
"duplicate": 1,
"not_duplicate": 0
},
"layers": 2,
"num_labels": 2,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "RobertaModelWithHeads",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "glue_qqp"
}