Paula Leonova commited on
Commit
2f8ff4d
1 Parent(s): f60d1c6

Update dsummary generation expander details

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ if submit_button:
100
  with my_expander:
101
  summary = []
102
 
103
- st.markdown("_The original text is broken into chunks with complete sentences totaling \
104
- fewer than 1024 tokens, a requirement for the summarizer. Each block of text is then summarized separately \
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):