David Yeung commited on
Commit
601985a
1 Parent(s): a2f968b

updated threshold

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ text_output_label=["谜底","謎底","Answer"]
55
  clear_label = ["清除","清除","Clear"]
56
  submit_label = ["提交","提交","Submit"]
57
 
58
- threshold = 0.7
59
 
60
  # %%
61
  # helper functions for prompt processing for this LLM
 
55
  clear_label = ["清除","清除","Clear"]
56
  submit_label = ["提交","提交","Submit"]
57
 
58
+ threshold = 0.6
59
 
60
  # %%
61
  # helper functions for prompt processing for this LLM