artificialguybr commited on
Commit
463c3f1
β€’
1 Parent(s): 8244168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -77,12 +77,12 @@ CSS ="""
77
  with gr.Blocks(css=CSS) as demo:
78
  with gr.Row():
79
  with gr.Column():
80
- gr.Markdown(f"""
81
- ## This demo is an unquantized GPU chatbot of [Mistral-7B-OpenOrca](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)
82
- Brought to you by your friends at Alignment Lab AI, OpenChat, and Open Access AI Collective!
83
- """)
84
- with gr.Row():
85
- gr.Markdown("# πŸ‹ Mistral-7B-OpenOrca Playground Space! πŸ‹")
86
  with gr.Row():
87
  #chatbot = gr.Chatbot().style(height=500)
88
  chatbot = gr.Chatbot(elem_id="chatbot")
 
77
  with gr.Blocks(css=CSS) as demo:
78
  with gr.Row():
79
  with gr.Column():
80
+ gr.Markdown("""
81
+ ## OpenHermes-V2 Finetuned on Mistral 7B
82
+ **Space created by [@artificialguybr](https://twitter.com/artificialguybr). Model by [@Teknium1](https://twitter.com/Teknium1). Thanks HF for GPU!**
83
+ **OpenHermes-V2 is currently SOTA in some benchmarks for 7B models.**
84
+ **Hermes 2 model was trained on 900,000 instructions, and surpasses all previous versions of Hermes 13B and below, and matches 70B on some benchmarks! Hermes 2 changes the game with strong multiturn chat skills, system prompt capabilities, and uses ChatML format. It's quality, diversity and scale is unmatched in the current OS LM landscape. Not only does it do well in benchmarks, but also in unmeasured capabilities, like Roleplaying, Tasks, and more.**
85
+ """)
86
  with gr.Row():
87
  #chatbot = gr.Chatbot().style(height=500)
88
  chatbot = gr.Chatbot(elem_id="chatbot")