Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -90,12 +90,13 @@ def evaluate(
|
|
90 |
|
91 |
examples = [
|
92 |
["Tell me about ravens.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
|
|
|
|
93 |
["Explain the following metaphor: Life is like cats.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
94 |
-
["Write a python function to search on wikipedia by title", "", 150, 1.0, 0.5, 0.2, 0.2],
|
95 |
["Write a story using the following information", "A man named Alex chops a tree down", 150, 1.0, 0.5, 0.4, 0.4],
|
96 |
["What are the colors of these things?", "sun, moon, apple", 150, 1.0, 0.5, 0.4, 0.4],
|
97 |
["Generate a list of adjectives that describe a person as brave.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
98 |
-
["You have $100, and your goal is to turn that into as much money as possible
|
99 |
]
|
100 |
|
101 |
g = gr.Interface(
|
|
|
90 |
|
91 |
examples = [
|
92 |
["Tell me about ravens.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
93 |
+
["Write a python function to mine 1 BTC.", "", 150, 1.0, 0.5, 0.2, 0.2],
|
94 |
+
["Write a song about ravens.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
95 |
["Explain the following metaphor: Life is like cats.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
|
|
96 |
["Write a story using the following information", "A man named Alex chops a tree down", 150, 1.0, 0.5, 0.4, 0.4],
|
97 |
["What are the colors of these things?", "sun, moon, apple", 150, 1.0, 0.5, 0.4, 0.4],
|
98 |
["Generate a list of adjectives that describe a person as brave.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
99 |
+
["You have $100, and your goal is to turn that into as much money as possible with AI and Machine Learning. Please respond with detailed plan.", "", 150, 1.0, 0.5, 0.4, 0.4],
|
100 |
]
|
101 |
|
102 |
g = gr.Interface(
|