ybelkada commited on
Commit
44d85ae
β€’
1 Parent(s): 5d625d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -167,6 +167,10 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
167
  gr.Markdown(
168
  """
169
  πŸ’» This demo showcases the Guanaco 33B model, released together with the paper [QLoRA](https://arxiv.org/abs/2305.14314)
 
 
 
 
170
  """
171
  )
172
 
 
167
  gr.Markdown(
168
  """
169
  πŸ’» This demo showcases the Guanaco 33B model, released together with the paper [QLoRA](https://arxiv.org/abs/2305.14314)
170
+
171
+
172
+ The model can produce factually incorrect output, and should not be relied on to produce factually accurate information.
173
+ The model was trained on various public datasets; while great efforts have been taken to clean the pretraining data, it is possible that this model could generate lewd, biased, or otherwise offensive outputs.
174
  """
175
  )
176