Commit
·
1267c1a
1
Parent(s):
c87eebf
AIDCEC
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ BOT_NAME = "Falcon"
|
|
13 |
STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
|
14 |
|
15 |
EXAMPLES = [
|
16 |
-
["
|
17 |
["What's the Everett interpretation of quantum mechanics?"],
|
18 |
["Give me a list of the top 10 dive sites you would recommend around the world."],
|
19 |
["Can you tell me more about deep-water soloing?"],
|
@@ -120,7 +120,7 @@ with gr.Blocks() as demo:
|
|
120 |
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False)
|
121 |
with gr.Column():
|
122 |
gr.Markdown(
|
123 |
-
"""# Falcon-180B
|
124 |
|
125 |
**Chat with [Falcon-180B-Chat](https://huggingface.co/tiiuae/falcon-180b-chat), brainstorm ideas, discuss your holiday plans, and more!**
|
126 |
|
|
|
13 |
STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
|
14 |
|
15 |
EXAMPLES = [
|
16 |
+
["圖書館與家相距864 m。爸爸以0.7 m/s的平均速率從圖書館沿一直路步行回家。同一時間,子琪以0.5 m/s的平均速率從家步向圖書館。兩人會在多少分鐘後相遇?"],
|
17 |
["What's the Everett interpretation of quantum mechanics?"],
|
18 |
["Give me a list of the top 10 dive sites you would recommend around the world."],
|
19 |
["Can you tell me more about deep-water soloing?"],
|
|
|
120 |
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False)
|
121 |
with gr.Column():
|
122 |
gr.Markdown(
|
123 |
+
"""# Falcon-180B AIDCEC
|
124 |
|
125 |
**Chat with [Falcon-180B-Chat](https://huggingface.co/tiiuae/falcon-180b-chat), brainstorm ideas, discuss your holiday plans, and more!**
|
126 |
|