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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -152,7 +152,8 @@ st.markdown(
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
  )
 
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
  )