nickmuchi commited on
Commit
3365d7c
·
1 Parent(s): d871a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -151,8 +151,8 @@ st.markdown(
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 Daily Mail articles
155
- - Sshleifer-Distilbart, which is a distilled 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
  )
 
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 was trained on the CNN and Daily News articles as well.
156
 
157
  Please do note that the model will take longer to generate summaries for documents that are too long"""
158
  )