chenxz commited on
Commit
0458ac1
·
verified ·
1 Parent(s): 5f72083

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ mapping/phe2embedding.json filter=lfs diff=lfs merge=lfs -text
mapping/disease_mapping.json ADDED
The diff for this file is too large to render. See raw diff
 
mapping/ic_dict.json ADDED
The diff for this file is too large to render. See raw diff
 
mapping/num.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "1": "first",
3
+ "2": "second",
4
+ "3": "third",
5
+ "4": "fourth",
6
+ "5": "fifth",
7
+ "6": "sixth",
8
+ "7": "seventh",
9
+ "8": "eighth",
10
+ "9": "ninth",
11
+ "10": "tenth"
12
+ }
mapping/phe2embedding.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835633eabece9f2c039633b45f29584cd81cc274fccd767ab28e478ee2be5c03
3
+ size 148198311
mapping/phenotype_mapping.json ADDED
The diff for this file is too large to render. See raw diff
 
mapping/pumch_mdt_department.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "儿科": "Pediatrics",
3
+ "神经内科": "Neurology",
4
+ "心内(外)科": "Cardiology",
5
+ "肾内科": "Nephrology",
6
+ "血液科": "Hematology"
7
+ }