Update app.py
Browse files
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
|
|
|
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 |
)
|