Spaces:
Runtime error
Runtime error
domenicrosati
commited on
Commit
Β·
3e298c6
1
Parent(s):
2454b21
imposible answers off by default
Browse files
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 |
-
('
|
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'))
|