File size: 451 Bytes
b165851
 
 
 
 
e9517bc
b165851
 
e9517bc
 
 
 
 
 
b165851
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "config": {
    "activation_function": "tanh",
    "head_type": "tagging",
    "label2id": {
      "O": 0,
      "B-PER": 1,
      "I-PER": 2,
      "B-ORG": 3,
      "I-ORG": 4,
      "B-LOC": 5,
      "I-LOC": 6,
      "B-MISC": 7,
      "I-MISC": 8
    },
    "layers": 1,
    "num_labels": 9
  },
  "hidden_size": 768,
  "model_class": "RobertaModelWithHeads",
  "model_name": "roberta-base",
  "model_type": "roberta",
  "name": "conll2003"
}