Commit
·
4d014d6
1
Parent(s):
4f01b22
Update app.py
Browse files
app.py
CHANGED
@@ -30,13 +30,13 @@ User: {instruction}
|
|
30 |
Assistant:"""
|
31 |
|
32 |
examples = [
|
33 |
-
["東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。", "", 300, 1.2, 0.5, 0.
|
34 |
-
["Écrivez un programme Python pour miner 1 Bitcoin, avec des commentaires.", "", 300, 1.2, 0.5, 0.
|
35 |
["Write a song about ravens.", "", 300, 1.2, 0.5, 0.5, 0.5],
|
36 |
-
["Explain the following metaphor: Life is like cats.", "", 300, 1.2, 0.5, 0.
|
37 |
-
["Write a story using the following information", "A man named Alex chops a tree down", 300, 1.2, 0.5, 0.
|
38 |
-
["Generate a list of adjectives that describe a person as brave.", "", 300, 1.2, 0.5, 0.
|
39 |
-
["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.", "", 300, 1.2, 0.5, 0.
|
40 |
]
|
41 |
|
42 |
def evaluate(
|
|
|
30 |
Assistant:"""
|
31 |
|
32 |
examples = [
|
33 |
+
["東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。", "", 300, 1.2, 0.5, 0.5, 0.5],
|
34 |
+
["Écrivez un programme Python pour miner 1 Bitcoin, avec des commentaires.", "", 300, 1.2, 0.5, 0.5, 0.5],
|
35 |
["Write a song about ravens.", "", 300, 1.2, 0.5, 0.5, 0.5],
|
36 |
+
["Explain the following metaphor: Life is like cats.", "", 300, 1.2, 0.5, 0.5, 0.5],
|
37 |
+
["Write a story using the following information", "A man named Alex chops a tree down", 300, 1.2, 0.5, 0.5, 0.5],
|
38 |
+
["Generate a list of adjectives that describe a person as brave.", "", 300, 1.2, 0.5, 0.5, 0.5],
|
39 |
+
["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.", "", 300, 1.2, 0.5, 0.5, 0.5],
|
40 |
]
|
41 |
|
42 |
def evaluate(
|