calpt's picture
Initial version.
684a2cd
{
"config": {
"activation_function": "tanh",
"head_type": "tagging",
"label2id": {
"B-Actor": 0,
"B-Award": 1,
"B-Character_Name": 2,
"B-Director": 3,
"B-Genre": 4,
"B-Opinion": 5,
"B-Origin": 6,
"B-Plot": 7,
"B-Quote": 8,
"B-Relationship": 9,
"B-Soundtrack": 10,
"B-Year": 11,
"I-Actor": 12,
"I-Award": 13,
"I-Character_Name": 14,
"I-Director": 15,
"I-Genre": 16,
"I-Opinion": 17,
"I-Origin": 18,
"I-Plot": 19,
"I-Quote": 20,
"I-Relationship": 21,
"I-Soundtrack": 22,
"I-Year": 23,
"O": 24
},
"layers": 1,
"num_labels": 25
},
"hidden_size": 768,
"model_class": "RobertaModelWithHeads",
"model_name": "roberta-base",
"model_type": "roberta",
"name": "mit_movie_trivia"
}