File size: 406 Bytes
8093dfe 1a75d22 8093dfe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"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": "RobertaModelWithHeads",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "emo"
} |