File size: 407 Bytes
b7488a4
 
 
 
2df5575
 
 
 
 
 
 
 
 
 
312efd9
13f7872
ae07f36
f4bccc0
b7488a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "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
  }