fidukm34 commited on
Commit
43583ce
1 Parent(s): 2df615b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -10,14 +10,14 @@
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "O",
13
- "1": "Begin",
14
  "2": "I-Disease"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
  "O": 0,
20
- "Begin": 1,
21
  "I-Disease": 2
22
  },
23
  "layer_norm_eps": 1e-12,
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "O",
13
+ "1": "B-Disease",
14
  "2": "I-Disease"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
  "O": 0,
20
+ "B-Disease": 1,
21
  "I-Disease": 2
22
  },
23
  "layer_norm_eps": 1e-12,