ajit commited on
Commit
41472a8
1 Parent(s): 5775680

Initial add

Browse files
Files changed (1) hide show
  1. ensemble_config.json +37 -0
ensemble_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"NER_SERVERS": ["http://127.0.0.1:9088/dummy/","http://127.0.0.1:9089/dummy/"],
2
+ "BASE_PATH":"./logs/",
3
+ "bio_precedence_arr": [
4
+ "THERAPEUTIC_OR_PREVENTIVE_PROCEDURE",
5
+ "DISEASE",
6
+ "GENE",
7
+ "BODY_PART_OR_ORGAN_COMPONENT",
8
+ "BIO",
9
+ "ORGANISM_FUNCTION"
10
+ ],
11
+
12
+ "phi_precedence_arr" : [
13
+ "PERSON",
14
+ "ORGANIZATION",
15
+ "ENT",
16
+ "COLOR",
17
+ "LANGUAGE",
18
+ "GRAMMAR_CONSTRUCT",
19
+ "LOCATION",
20
+ "SOCIAL_CIRCUMSTANCES"
21
+ ],
22
+
23
+ "common_entities_arr":
24
+ [
25
+ "UNTAGGED_ENTITY",
26
+ "OTHER",
27
+ "GRAMMAR_CONSTRUCT",
28
+ "OBJECT",
29
+ "MEASURE",
30
+ "LOCATION"
31
+ ],
32
+
33
+ "actions_arr" : [
34
+ {"url":"http://127.0.0.1:8089/dummy/","desc":"****************** A100 trained Bio model (Pubmed,Clincial trials, Bookcorpus(subset) **********"},
35
+ {"url":"http://127.0.0.1:8090/dummy/","desc":"********** Bert base cased (bookcorpus and Wikipedia) ***********"}
36
+ ]
37
+ }