bert-base-uncased-pf-emo / head_config.json
calpt's picture
Fix label2id mapping.
0406b2f
{
"config": {
"activation_function": "tanh",
"bias": true,
"head_type": "classification",
"label2id": {
"others": 0,
"happy": 1,
"sad": 2,
"angry": 3
},
"layers": 2,
"num_labels": 4,
"use_pooler": false
},
"hidden_size": 768,
"model_class": "BertModelWithHeads",
"model_name": "bert-base-uncased",
"model_type": "bert",
"name": "emo"
}