bert-base-uncased-pf-race / head_config.json
calpt's picture
Fix label2id mapping.
34c2355
{
"config": {
"activation_function": "tanh",
"head_type": "multiple_choice",
"label2id": {
"A": 0,
"B": 1,
"C": 2,
"D": 3
},
"layers": 2,
"num_choices": 4,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "race_all"
}