Spaces:
Runtime error
Runtime error
Paula Leonova
commited on
Commit
•
2f8ff4d
1
Parent(s):
f60d1c6
Update dsummary generation expander details
Browse files
app.py
CHANGED
@@ -100,8 +100,8 @@ if submit_button:
|
|
100 |
with my_expander:
|
101 |
summary = []
|
102 |
|
103 |
-
st.markdown("
|
104 |
-
|
105 |
and then combined at the very end to generate the final summary._")
|
106 |
|
107 |
for num_chunk, text_chunk in enumerate(text_chunks):
|
|
|
100 |
with my_expander:
|
101 |
summary = []
|
102 |
|
103 |
+
st.markdown("_Once the original text is broken into smaller chunks (totaling no more than 1024 tokens, \
|
104 |
+
with complete setences), each block of text is then summarized separately using BART NLI \
|
105 |
and then combined at the very end to generate the final summary._")
|
106 |
|
107 |
for num_chunk, text_chunk in enumerate(text_chunks):
|