Upload 6 files
Browse files- .gitattributes +1 -0
- mapping/disease_mapping.json +0 -0
- mapping/ic_dict.json +0 -0
- mapping/num.json +12 -0
- mapping/phe2embedding.json +3 -0
- mapping/phenotype_mapping.json +0 -0
- mapping/pumch_mdt_department.json +7 -0
.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 |
+
}
|