Commit
·
dae05a9
1
Parent(s):
d254525
Update README.md
Browse files
README.md
CHANGED
@@ -1,32 +1,29 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
license: apache-2.0
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
datasets:
|
9 |
-
- samsum
|
10 |
widget:
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
}
|
29 |
}
|
|
|
30 |
---
|
31 |
|
32 |
# Medical Summary Generation with BART
|
|
|
1 |
---
|
2 |
language: en
|
|
|
3 |
tags:
|
4 |
+
- sagemaker
|
5 |
+
- bart
|
6 |
+
- summarization
|
|
|
|
|
7 |
widget:
|
8 |
+
- text: |
|
9 |
+
write the below JSON into normal text
|
10 |
+
{
|
11 |
+
"Sex": "M",
|
12 |
+
"ID": 585248,
|
13 |
+
"DateOfBirth": "08/10/1995",
|
14 |
+
"Age": "28 years",
|
15 |
+
"VisitDate": "09/25/2023",
|
16 |
+
"LogNumber": 6418481,
|
17 |
+
"Historian": "Self",
|
18 |
+
"TriageNotes": ["fever"],
|
19 |
+
"HistoryOfPresentIllness": {
|
20 |
+
"Complaint": [
|
21 |
+
"The patient presents with a chief complaint of chills.",
|
22 |
+
"The problem is made better by exercise and rest.",
|
23 |
+
"The patient also reports change in appetite and chest pain/pressure as abnormal symptoms related to the complaint."
|
24 |
+
]
|
|
|
25 |
}
|
26 |
+
}
|
27 |
---
|
28 |
|
29 |
# Medical Summary Generation with BART
|