Mbilal755 commited on
Commit
dc1da65
·
1 Parent(s): 339c54f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>