roberta-base-pf-commonsense_qa / head_config.json
calpt's picture
Fix label2id mapping.
03dfd99
raw history blame
No virus
413 Bytes
{
"config": {
"activation_function": "tanh",
"head_type": "multiple_choice",
"label2id": {
"": 0,
"A": 1,
"B": 2,
"C": 3,
"D": 4,
"E": 5
},
"layers": 2,
"num_choices": 5,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "RobertaModelWithHeads",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "commonsense_qa"
}