tlkh commited on
Commit
f1e8fe8
·
1 Parent(s): eb12068

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with st.sidebar.expander("📍 WPD/LD Score Explanation", expanded=False):
45
  * WPD measures difference in the sentence structure
46
  * LD measures differences in the words used
47
 
48
- By setting WPD to a high range (>0.4) and LD to a low range (e.g. <0.1), we can find paraphrases that do not change much in words used but have very different structures.
49
  """)
50
 
51
  def load_df(split):
 
45
  * WPD measures difference in the sentence structure
46
  * LD measures differences in the words used
47
 
48
+ By setting WPD to a high range (eg >0.4) and LD to a low range (eg <0.1), we can find paraphrases that do not change much in words used but have very different structures.
49
  """)
50
 
51
  def load_df(split):