PSaiml commited on
Commit
ee0da02
1 Parent(s): dcb04cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -3
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
- ### Eine Demo des neu von LAION und HessianAI entwickelten Chatbots LeoLM-7B!
 
 
 
 
 
 
74
  """)
75
- with gr.Row():
76
- gr.Markdown("# 🦁 LeoLM 7B 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 7B Chat 🦁
74
+
75
+ ### Demo of LeoLM-7B Chatbot, powered and built by [LAION](https://laion.ai/) and [Hessian.AI](https://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 }])