Spaces:
Runtime error
Runtime error
liujch1998
commited on
Commit
Β·
619f8f8
1
Parent(s):
35f0d80
Update limitations
Browse files
app.py
CHANGED
@@ -311,9 +311,9 @@ with gr.Blocks() as demo:
|
|
311 |
|
312 |
We'd love your feedback! Please indicate whether you agree or disagree with Vera's prediction (and don't mind the percentage numbers). If you're unsure or the statement doesn't have a certain correctness label, please select "Uncertain". If your input is actually not a statement about commonsense, please select "I don't think this is a statement about commonsense".
|
313 |
|
314 |
-
|
315 |
|
316 |
-
|
317 |
'''
|
318 |
)
|
319 |
with gr.Row():
|
|
|
311 |
|
312 |
We'd love your feedback! Please indicate whether you agree or disagree with Vera's prediction (and don't mind the percentage numbers). If you're unsure or the statement doesn't have a certain correctness label, please select "Uncertain". If your input is actually not a statement about commonsense, please select "I don't think this is a statement about commonsense".
|
313 |
|
314 |
+
:warning: **Intended Use**: Vera is a research prototype and may make mistakes. Do not use for making critical decisions. It is intended to predict the correctness of commonsense statements, and may be unreliable when taking input out of this scope. **DO NOT input encyclopedic facts.** Vera is trained on **English** data only, please do not input statements in other languages.
|
315 |
|
316 |
+
:warning: **Data Collection**: By default, we are collecting the inputs entered in this app to further improve and evaluate the model. Do not share any personal or sensitive information while using the app! You can opt out of this data collection by removing the checkbox below:
|
317 |
'''
|
318 |
)
|
319 |
with gr.Row():
|