domenicrosati commited on
Commit
3e298c6
Β·
1 Parent(s): 2454b21

imposible answers off by default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ with st.expander("Settings (strictness, context limit, top hits)"):
216
  ('yes', 'no'))
217
  present_impossible = st.radio(
218
  "Present impossible answers? (if the model thinks its impossible to answer should it still try?)",
219
- ('no', 'yes'))
220
  support_all = st.radio(
221
  "Use abstracts and titles as a ranking signal (if the words are matched in the abstract then the document is more relevant)?",
222
  ('no', 'yes'))
 
216
  ('yes', 'no'))
217
  present_impossible = st.radio(
218
  "Present impossible answers? (if the model thinks its impossible to answer should it still try?)",
219
+ ('yes', 'no'))
220
  support_all = st.radio(
221
  "Use abstracts and titles as a ranking signal (if the words are matched in the abstract then the document is more relevant)?",
222
  ('no', 'yes'))