mdecot commited on
Commit
a408b12
1 Parent(s): 01d330e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -7
config.json CHANGED
@@ -8,13 +8,19 @@
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
- "id2label": {"0":'0',"1":"B-Age","2":"I-Age","3":"B-Sex",
12
- "4":"I-Sex",
13
- "5":"B-Disease_disorder",
14
- "6":"I-Disease_disorder",
15
- "7":"B-Sign_symptom",
16
- 28":I-Sign_symptom","9":
17
- 'I-Biological_structure',"10":'B-Biological_structure',"11":'I-Lab_value',"12":'B-Lab_value'},
 
 
 
 
 
 
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id":
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
+ "id2label": {"0":"0",
12
+ "1":"B-Age",
13
+ "2":"I-Age",
14
+ "3":"B-Sex",
15
+ "4":"I-Sex",
16
+ "5":"B-Disease_disorder",
17
+ "6":"I-Disease_disorder",
18
+ "7":"B-Sign_symptom",
19
+ "8":"I-Sign_symptom",
20
+ "9":"I-Biological_structure",
21
+ "10":"B-Biological_structure",
22
+ "11":"I-Lab_value",
23
+ "12":"B-Lab_value"},
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
26
  "label2id":