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