Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -88,6 +88,7 @@ def evaluate(
|
|
88 |
examples = [
|
89 |
["Assistant: How can we craft an engaging story featuring vampires on Mars? Let's think step by step and provide an expert response.", 333, 1, 0.3, 0, 1],
|
90 |
["Assistant: How can we persuade Elon Musk to follow you on Twitter? Let's think step by step and provide an expert response.", 333, 1, 0.3, 0, 1],
|
|
|
91 |
[generate_prompt("東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。"), 333, 1, 0.3, 0, 1],
|
92 |
[generate_prompt("Write a story using the following information.", "A man named Alex chops a tree down."), 333, 1, 0.3, 0, 1],
|
93 |
['''Instruction: You are an expert assistant for summarizing and extracting insights from sales call transcripts. Generate a valid JSON in the following format:
|
|
|
88 |
examples = [
|
89 |
["Assistant: How can we craft an engaging story featuring vampires on Mars? Let's think step by step and provide an expert response.", 333, 1, 0.3, 0, 1],
|
90 |
["Assistant: How can we persuade Elon Musk to follow you on Twitter? Let's think step by step and provide an expert response.", 333, 1, 0.3, 0, 1],
|
91 |
+
[generate_prompt("Write a simple website in HTML. When a user clicks the button, it shows a random joke from a list of 4 jokes."), 333, 1, 0.3, 0, 1],
|
92 |
[generate_prompt("東京で訪れるべき素晴らしい場所とその紹介をいくつか挙げてください。"), 333, 1, 0.3, 0, 1],
|
93 |
[generate_prompt("Write a story using the following information.", "A man named Alex chops a tree down."), 333, 1, 0.3, 0, 1],
|
94 |
['''Instruction: You are an expert assistant for summarizing and extracting insights from sales call transcripts. Generate a valid JSON in the following format:
|