GreenTeaLatte commited on
Commit
67260a2
1 Parent(s): ed26cb6

question update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,9 +16,9 @@ BOT_NAME = "Falcon"
16
  STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
17
 
18
  EXAMPLES = [
 
19
  ["圖書館與家相距864 m。爸爸以0.7 m/s的平均速率從圖書館沿一直路步行回家。同一時間,子琪以0.5 m/s的平均速率從家步向圖書館。兩人會在多少分鐘後相遇?請用詳細的步驟方式回覆。"],
20
  ["What is the history of The Education University of Hong Kong?"],
21
- ["Give me a list of the top 10 dive sites you would recommend around the world."],
22
  ["Can you tell me more about deep-water soloing?"],
23
  ["Can you write a short tweet about the release of our latest AI model, Falcon LLM?"]
24
  ]
 
16
  STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
17
 
18
  EXAMPLES = [
19
+ ["圖書館與家相距864 m。爸爸以0.7 m/s的平均速率從圖書館沿一直路步行回家。同一時間,子琪以0.5 m/s的平均速率從家步向圖書館。兩人會在多少分鐘後相遇?請先將問題中的數據列表出來 用詳細的步驟方式回覆 "],
20
  ["圖書館與家相距864 m。爸爸以0.7 m/s的平均速率從圖書館沿一直路步行回家。同一時間,子琪以0.5 m/s的平均速率從家步向圖書館。兩人會在多少分鐘後相遇?請用詳細的步驟方式回覆。"],
21
  ["What is the history of The Education University of Hong Kong?"],
 
22
  ["Can you tell me more about deep-water soloing?"],
23
  ["Can you write a short tweet about the release of our latest AI model, Falcon LLM?"]
24
  ]