Spaces:
Running
Running
Update app.py
Browse files
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 |
|