Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,10 +70,14 @@ with gr.Blocks(css=CSS) as demo:
|
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
gr.Markdown(f"""
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
""")
|
75 |
-
with gr.Row():
|
76 |
-
gr.Markdown("# 🦁 LeoLM 13B Chat 🦁")
|
77 |
with gr.Row():
|
78 |
#chatbot = gr.Chatbot().style(height=500)
|
79 |
chatbot = gr.Chatbot(elem_id="chatbot", latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }])
|
|
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
gr.Markdown(f"""
|
73 |
+
# 🦁 LeoLM 13B Chat 🦁
|
74 |
+
|
75 |
+
### Demo of LeoLM-13B Chatbot, powered and built by the LAION and Hessian.AI!
|
76 |
+
✨ LeoLM extends Llama-2's capabilities into German through continued pretraining on a large corpus of German-language and mostly locality-specific text.
|
77 |
+
|
78 |
+
⚠️ **Limitations**: The model can and will produce factually incorrect information, hallucinating facts and actions. As it has not undergone any advanced tuning/alignment, it can produce problematic outputs, especially if prompted to do so.<br/> (⚠️ ***Einschränkungen***: *Das Modell kann und wird faktisch falsche Informationen produzieren, Fakten und Handlungen halluzinieren. Da es keiner fortgeschrittenen Anpassung/Angleichung unterzogen wurde, kann es problematische Ergebnisse produzieren, insbesondere wenn es dazu aufgefordert wird.*)
|
79 |
+
|
80 |
""")
|
|
|
|
|
81 |
with gr.Row():
|
82 |
#chatbot = gr.Chatbot().style(height=500)
|
83 |
chatbot = gr.Chatbot(elem_id="chatbot", latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }])
|