nickmuchi commited on
Commit
7ec64c0
·
1 Parent(s): cee1697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -149,12 +149,11 @@ st.markdown(
149
  st.markdown(
150
  """The app supports extractive summarization which aims to identify the salient information that is then extracted and grouped together to form a concise summary.
151
  For documents or text that is more than 500 words long, the app will divide the text into chunks and summarize each chunk.
152
- There are two models available to choose from:
153
 
 
154
  - Facebook-Bart, trained on large [CNN and Daily Mail](https://huggingface.co/datasets/cnn_dailymail) news articles.
155
  - Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model.
156
 
157
-
158
  Please do note that the model will take longer to generate summaries for documents that are too long"""
159
  )
160
 
 
149
  st.markdown(
150
  """The app supports extractive summarization which aims to identify the salient information that is then extracted and grouped together to form a concise summary.
151
  For documents or text that is more than 500 words long, the app will divide the text into chunks and summarize each chunk.
 
152
 
153
+ There are two models available to choose from:
154
  - Facebook-Bart, trained on large [CNN and Daily Mail](https://huggingface.co/datasets/cnn_dailymail) news articles.
155
  - Sshleifer-Distilbart, which is a distilled (smaller) version of the large Bart model.
156
 
 
157
  Please do note that the model will take longer to generate summaries for documents that are too long"""
158
  )
159