BlinkDL commited on
Commit
1d60034
·
1 Parent(s): 78953d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def evaluate(
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],
 
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, with details and comments.", "", 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],