Mahalingam commited on
Commit
dae05a9
·
1 Parent(s): d254525

Update README.md

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