kaisugi commited on
Commit
de40660
·
1 Parent(s): 00eee05
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,4 +180,4 @@ if __name__ == "__main__":
180
 
181
  st.markdown("---\n#### How this works")
182
 
183
- st.markdown("This app uses ScitoricsBERT [(Sugimoto and Aizawa, 2022)](https://aclanthology.org/2022.sdp-1.7/), a functional sentence representation model, to retrieve sentences that are functionally similar to the input. It also extracts phrasal patterns that accord to the function, by leveraging the attention patterns within ScitoricsBERT.")
 
180
 
181
  st.markdown("---\n#### How this works")
182
 
183
+ st.markdown("This app uses ScitoricsBERT [(Sugimoto and Aizawa, 2022)](https://aclanthology.org/2022.sdp-1.7/), a functional sentence representation model, to retrieve sentences that are functionally similar to the input. It also extracts phrasal patterns that accord to the function, by leveraging self-attention patterns within ScitoricsBERT.")