Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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],
|