File size: 579 Bytes
c9e9262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "config": {
    "activation_function": null,
    "head_type": "tagging",
    "label2id": {
      "B-corporation": 8,
      "B-group": 3,
      "B-location": 7,
      "B-person": 1,
      "B-product": 10,
      "B-work of art": 5,
      "I-corporation": 9,
      "I-group": 4,
      "I-location": 11,
      "I-person": 2,
      "I-product": 12,
      "I-work of art": 6,
      "O": 0
    },
    "layers": 1,
    "num_labels": 13
  },
  "hidden_size": 1024,
  "model_class": "RobertaModelWithHeads",
  "model_name": "roberta-large",
  "model_type": "roberta",
  "name": "ner"
}