MaximilianWeiland
updated config file to include label2id and id2label
2df5575
raw
history blame contribute delete
407 Bytes
{
"architectures": ["RobertaForTokenClassification"],
"model_type": "roberta",
"hidden_size": 768,
"id2label": {
"0": "B-socialgroup",
"1": "I-socialgroup",
"2": "O"
},
"label2id": {
"B-socialgroup": 0,
"I-socialgroup": 1,
"O": 2
},
"num_labels": 3,
"max_position_embeddings": 514,
"type_vocab_size": 1,
"vocab_size": 50265
}