Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ examples = [
|
|
17 |
]
|
18 |
|
19 |
description = """
|
20 |
-
We fine-tuned the BioBart 442M parameter model on a dataset of 52,000 radiology reports scraped from MIMIC-III specifically for the task of summarization.
|
21 |
The model is able to generate impressions summarizing key findings from the longer radiology reports.
|
22 |
|
23 |
<b>Enter a radiology report to see the generated impression summary!</b>
|
|
|
17 |
]
|
18 |
|
19 |
description = """
|
20 |
+
We fine-tuned the BioBart 442M parameter model on a dataset of 52,000 radiology reports for training and 8000 reports for evaluation scraped from MIMIC-III specifically for the task of summarization.
|
21 |
The model is able to generate impressions summarizing key findings from the longer radiology reports.
|
22 |
|
23 |
<b>Enter a radiology report to see the generated impression summary!</b>
|