roberta-base-pf-social_i_qa / head_config.json
calpt's picture
Fix label2id mapping.
d69cb63
raw history blame
No virus
369 Bytes
{
"config": {
"activation_function": "tanh",
"head_type": "multiple_choice",
"label2id": {
"1": 0,
"2": 1,
"3": 2
},
"layers": 2,
"num_choices": 3,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "RobertaModelWithHeads",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "social_i_qa"
}