BlinkDL commited on
Commit
0c50ef7
·
verified ·
1 Parent(s): 5729400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -75,6 +75,7 @@ def evaluate(
75
  examples = [
76
  ["How can I craft an engaging story featuring vampires on Mars?", 700, 2, 0.1, 0.3, 0.3],
77
  ["Compare the business models of Apple and Google.", 700, 2, 0.1, 0.3, 0.3],
 
78
  ["Write an outline for a fantasy novel where dreams can alter reality.", 700, 2, 0.1, 0.3, 0.3],
79
  ["Can fish get thirsty?", 700, 2, 0.1, 0.3, 0.3],
80
  ["Write a Bash script to check disk usage and send alerts if it's too high.", 700, 2, 0.1, 0.3, 0.3],
 
75
  examples = [
76
  ["How can I craft an engaging story featuring vampires on Mars?", 700, 2, 0.1, 0.3, 0.3],
77
  ["Compare the business models of Apple and Google.", 700, 2, 0.1, 0.3, 0.3],
78
+ ["In JSON format, list the top 5 tourist attractions in Paris.", 700, 2, 0.1, 0.3, 0.3],
79
  ["Write an outline for a fantasy novel where dreams can alter reality.", 700, 2, 0.1, 0.3, 0.3],
80
  ["Can fish get thirsty?", 700, 2, 0.1, 0.3, 0.3],
81
  ["Write a Bash script to check disk usage and send alerts if it's too high.", 700, 2, 0.1, 0.3, 0.3],