BlinkDL commited on
Commit
6deddb8
1 Parent(s): d9f0585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,7 +82,7 @@ examples = [
82
  Generate a list of adjectives that describe a person as brave.
83
 
84
  ### Response:
85
- ''', 150, 1.0, 0.5, 0.1, 0.1],
86
  ['''Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
87
 
88
  ### Instruction:
@@ -92,7 +92,7 @@ Arrange the given numbers in ascending order.
92
  2, 4, 0, 8, 3
93
 
94
  ### Response:
95
- ''', 150, 1.0, 0.5, 0.1, 0.1],
96
  ["Ask Expert\n\nQuestion:\nWhat are some good plans for world peace?\n\nExpert Full Answer:\n", 150, 1.0, 0.75, 0.1, 0.1],
97
  ["Q & A\n\nQuestion:\nWhy is the sky blue?\n\nDetailed Expert Answer:\n", 150, 1.0, 0.75, 0.1, 0.1],
98
  ["Here is a shell script to find all .hpp files in /home/workspace and delete the 3th row string of these files:", 150, 1.0, 0.7, 0.1, 0.1],
 
82
  Generate a list of adjectives that describe a person as brave.
83
 
84
  ### Response:
85
+ ''', 150, 1.0, 0, 0.5, 0.5],
86
  ['''Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
87
 
88
  ### Instruction:
 
92
  2, 4, 0, 8, 3
93
 
94
  ### Response:
95
+ ''', 150, 1.0, 0, 0.5, 0.5],
96
  ["Ask Expert\n\nQuestion:\nWhat are some good plans for world peace?\n\nExpert Full Answer:\n", 150, 1.0, 0.75, 0.1, 0.1],
97
  ["Q & A\n\nQuestion:\nWhy is the sky blue?\n\nDetailed Expert Answer:\n", 150, 1.0, 0.75, 0.1, 0.1],
98
  ["Here is a shell script to find all .hpp files in /home/workspace and delete the 3th row string of these files:", 150, 1.0, 0.7, 0.1, 0.1],