Angelakeke commited on
Commit
43620f1
1 Parent(s): cc9b549

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -18,7 +18,8 @@
18
  "7": "I-NON-DISEASE",
19
  "8": "B-ANATOMY",
20
  "9": "I-ANATOMY",
21
- "10": "O"},
 
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
@@ -32,7 +33,8 @@
32
  "I-NON-DISEASE": 7,
33
  "B-ANATOMY": 8,
34
  "I-ANATOMY": 9,
35
- "O": 10},
 
36
  "layer_norm_eps": 1e-07,
37
  "max_position_embeddings": 512,
38
  "max_relative_positions": -1,
 
18
  "7": "I-NON-DISEASE",
19
  "8": "B-ANATOMY",
20
  "9": "I-ANATOMY",
21
+ "10": "O"
22
+ },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
 
33
  "I-NON-DISEASE": 7,
34
  "B-ANATOMY": 8,
35
  "I-ANATOMY": 9,
36
+ "O": 10
37
+ },
38
  "layer_norm_eps": 1e-07,
39
  "max_position_embeddings": 512,
40
  "max_relative_positions": -1,